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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-16
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
4
-12
/
+163
2024-01-16
riscv: vector: use kmem_cache to manage vector context
Andy Chiu
2
-2
/
+24
2024-01-16
riscv: vector: use a mask to write vstate_ctrl
Andy Chiu
1
-1
/
+2
2024-01-16
riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
Andy Chiu
3
-3
/
+3
2024-01-16
riscv: sched: defer restoring Vector context for user
Andy Chiu
5
-4
/
+12
2024-01-16
riscv: vector: make Vector always available for softirq context
Andy Chiu
1
-2
/
+12
2024-01-16
riscv: Add support for kernel mode vector
Greentime Hu
3
-0
/
+118
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2024-01-11
riscv: Fix an off-by-one in get_early_cmdline()
Christophe JAILLET
1
-2
/
+1
2024-01-11
Merge patch series "RISC-V SBI debug console extension support"
Palmer Dabbelt
1
-0
/
+66
2024-01-11
riscv: sbi: Introduce system suspend support
Andrew Jones
1
-0
/
+44
2024-01-11
Merge patch series "riscv: modules: Fix module loading error handling"
Palmer Dabbelt
1
-5
/
+9
2024-01-10
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+1
2024-01-10
RISC-V: Add SBI debug console helper routines
Anup Patel
1
-0
/
+66
2024-01-10
riscv: Fix relocation_hashtable size
Charlie Jenkins
1
-1
/
+1
2024-01-10
riscv: Correctly free relocation hashtable on error
Charlie Jenkins
1
-3
/
+7
2024-01-10
riscv: Fix module loading free order
Charlie Jenkins
1
-1
/
+1
2024-01-09
Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"
Palmer Dabbelt
2
-0
/
+5
2024-01-09
riscv: hwprobe: export Zicond extension
Clément Léger
1
-0
/
+1
2024-01-09
riscv: hwprobe: export Zacas ISA extension
Clément Léger
1
-0
/
+1
2024-01-09
riscv: add ISA extension parsing for Zacas
Clément Léger
1
-0
/
+1
2024-01-09
riscv: hwprobe: export Ztso ISA extension
Clément Léger
1
-0
/
+1
2024-01-09
riscv: add ISA extension parsing for Ztso
Clément Léger
1
-0
/
+1
2024-01-09
use linux/export.h rather than asm-generic/export.h
Al Viro
2
-2
/
+2
2024-01-09
Merge patch series "Fix XIP boot and make XIP testable in QEMU"
Palmer Dabbelt
1
-1
/
+4
2024-01-09
Merge remote-tracking branch 'palmer/fixes' into for-next
Palmer Dabbelt
7
-41
/
+107
2024-01-09
riscv; fix __user annotation in save_v_state()
Ben Dooks
1
-1
/
+1
2024-01-09
riscv: fix __user annotation in traps_misaligned.c
Ben Dooks
1
-3
/
+3
2024-01-09
Merge patch series "riscv: CPU operations cleanup"
Palmer Dabbelt
8
-83
/
+22
2024-01-09
Merge patch series "RISC-V: hwprobe: Introduce which-cpus"
Palmer Dabbelt
4
-329
/
+484
2024-01-09
riscv: Allow disabling of BUILTIN_DTB for XIP
Frederik Haxel
1
-1
/
+3
2024-01-09
riscv: Make XIP bootable again
Frederik Haxel
1
-0
/
+1
2024-01-09
Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...
Linus Torvalds
3
-32
/
+7
2024-01-09
riscv: Fix module_alloc() that did not reset the linear mapping permissions
Alexandre Ghiti
1
-1
/
+2
2024-01-09
riscv: Check if the code to patch lies in the exit section
Alexandre Ghiti
3
-1
/
+14
2024-01-04
riscv: Use the same CPU operations for all CPUs
Samuel Holland
4
-21
/
+16
2024-01-04
riscv: Remove unused members from struct cpu_operations
Samuel Holland
7
-48
/
+1
2024-01-04
riscv: Deduplicate code in setup_smp()
Samuel Holland
1
-20
/
+11
2024-01-03
RISC-V: hwprobe: Introduce which-cpus flag
Andrew Jones
2
-12
/
+162
2024-01-03
RISC-V: Move the hwprobe syscall to its own file
Andrew Jones
3
-285
/
+290
2024-01-03
RISC-V: hwprobe: Clarify cpus size parameter
Andrew Jones
2
-12
/
+12
2024-01-03
RISC-V: Remove the removed single-letter extensions
Palmer Dabbelt
1
-4
/
+0
2023-12-30
RISC-V: paravirt: Implement steal-time support
Andrew Jones
1
-3
/
+59
2023-12-30
RISC-V: paravirt: Add skeleton for pv-time support
Andrew Jones
3
-0
/
+83
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+3
2023-12-20
riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.o
Baoquan He
1
-1
/
+1
2023-12-20
kexec_file, riscv: print out debugging message if required
Baoquan He
2
-31
/
+6
2023-12-20
Merge patch series "riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses"
Palmer Dabbelt
1
-1
/
+1
2023-12-20
riscv: Use accessors to page table entries instead of direct dereference
Alexandre Ghiti
1
-1
/
+1
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
[prev]
[next]