index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
riscv: Improve sbi_ecall() code generation by reordering arguments
Alexandre Ghiti
2
-9
/
+11
2024-07-10
riscv: Add tracepoints for SBI calls and returns
Samuel Holland
2
-0
/
+61
2024-07-10
riscv: Optimize crc32 with Zbc extension
Xiao Wang
3
-0
/
+318
2024-07-10
riscv: convert to generic syscall table
Arnd Bergmann
8
-44
/
+37
2024-07-10
clone3: drop __ARCH_WANT_SYS_CLONE3 macro
Arnd Bergmann
1
-1
/
+0
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2
-39
/
+89
2024-07-09
Merge tag 'riscv-sophgo-dt-for-v6.11' of https://github.com/sophgo/linux into...
Arnd Bergmann
2
-1
/
+66
2024-07-09
riscv: dts: add clock generator for Sophgo SG2042 SoC
Chen Wang
2
-1
/
+66
2024-07-08
Merge tag 'riscv-config-for-v6.11' of https://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
1
-0
/
+26
2024-07-08
Merge tag 'riscv-dt-for-v6.11' of https://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
10
-5
/
+618
2024-07-08
Merge tag 'sunxi-dt-for-6.11' of https://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
4
-0
/
+301
2024-07-08
riscv, bpf: Optimize stack usage of trampoline
Puranjay Mohan
1
-1
/
+1
2024-07-05
Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-11
/
+4
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-32
/
+81
2024-07-03
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
1
-2
/
+0
2024-07-03
mm: add update_mmu_tlb_range()
Bang Li
1
-0
/
+2
2024-07-03
riscv: kexec: Avoid deadlock in kexec crash path
Song Shuai
1
-9
/
+1
2024-07-03
riscv: stacktrace: fix usage of ftrace_graph_ret_addr()
Puranjay Mohan
1
-1
/
+2
2024-07-03
Merge patch series "Assorted fixes in RISC-V PMU driver"
Palmer Dabbelt
1
-1
/
+1
2024-07-03
perf: RISC-V: Check standard event availability
Samuel Holland
1
-1
/
+1
2024-07-02
riscv, bpf: Add 12-argument support for RV64 bpf trampoline
Pu Lehui
1
-19
/
+47
2024-07-01
Merge tag 'arm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-15
/
+57
2024-07-01
riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline
Pu Lehui
1
-14
/
+29
2024-07-01
riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
Pu Lehui
1
-5
/
+13
2024-07-01
riscv: dts: starfive: add PCIe dts configuration for JH7110
Minda Chen
5
-0
/
+167
2024-07-01
Merge 6.10-rc6 into tty-next
Greg Kroah-Hartman
6
-17
/
+25
2024-06-30
riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetrees
Samuel Holland
3
-0
/
+290
2024-06-30
riscv: dts: allwinner: d1s-t113: Add system LDOs
Chen-Yu Tsai
1
-0
/
+11
2024-06-28
Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-15
/
+22
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-06-27
Merge tag 'riscv-dt-fixes-for-v6.10-rc5+' of https://git.kernel.org/pub/scm/l...
Arnd Bergmann
8
-15
/
+57
2024-06-26
Merge patch series "riscv: Memory Hot(Un)Plug support"
Palmer Dabbelt
9
-45
/
+363
2024-06-26
riscv: Enable DAX VMEMMAP optimization
Björn Töpel
1
-0
/
+1
2024-06-26
riscv: mm: Add support for ZONE_DEVICE
Björn Töpel
4
-0
/
+39
2024-06-26
riscv: Enable memory hotplugging for RISC-V
Björn Töpel
1
-0
/
+3
2024-06-26
riscv: mm: Take memory hotplug read-lock during kernel page table dump
Björn Töpel
1
-0
/
+3
2024-06-26
riscv: mm: Add memory hotplugging support
Björn Töpel
1
-0
/
+267
2024-06-26
riscv: mm: Add pfn_to_kaddr() implementation
Björn Töpel
1
-0
/
+5
2024-06-26
riscv: mm: Refactor create_linear_mapping_range() for memory hot add
Björn Töpel
1
-9
/
+6
2024-06-26
riscv: mm: Change attribute from __init to __meminit for page functions
Björn Töpel
3
-34
/
+28
2024-06-26
riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
Björn Töpel
2
-2
/
+11
2024-06-26
riscv: mm: Properly forward vmemmap_populate() altmap parameter
Björn Töpel
1
-1
/
+1
2024-06-26
riscv: dmi: Add SMBIOS/DMI support
Haibo Xu
2
-0
/
+35
2024-06-26
riscv: Implement pte_accessible()
Alexandre Ghiti
1
-0
/
+13
2024-06-26
Merge patch series "Add support for a few Zc* extensions, Zcmop and Zimop"
Palmer Dabbelt
7
-86
/
+228
2024-06-26
RISC-V: KVM: Allow Zcmop extension for Guest/VM
Clément Léger
2
-0
/
+3
2024-06-26
riscv: hwprobe: export Zcmop ISA extension
Clément Léger
2
-0
/
+2
2024-06-26
riscv: add ISA extension parsing for Zcmop
Clément Léger
2
-0
/
+2
2024-06-26
RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
Clément Léger
2
-0
/
+12
2024-06-26
riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
Clément Léger
2
-0
/
+8
[prev]
[next]