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-04-10
RISC-V: drop SOC_SIFIVE for ARCH_SIFIVE
Conor Dooley
2
-4
/
+1
2024-04-10
RISC-V: drop SOC_MICROCHIP_POLARFIRE for ARCH_MICROCHIP
Conor Dooley
2
-5
/
+5
2024-04-09
Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
3
-3
/
+3
2024-04-09
riscv: Allow NOMMU kernels to run in S-mode
Samuel Holland
1
-5
/
+10
2024-04-09
riscv: Remove MMU dependency from Zbb and Zicboz
Samuel Holland
1
-2
/
+0
2024-04-09
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
2
-2
/
+2
2024-04-09
riscv: Fix TASK_SIZE on 64-bit NOMMU
Samuel Holland
1
-1
/
+1
2024-04-08
riscv/cmpxchg: Implement xchg for variables of size 1 and 2
Leonardo Bras
1
-0
/
+31
2024-04-08
riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2
Leonardo Bras
1
-0
/
+34
2024-04-08
riscv/atomic.h : Deduplicate arch_atomic.*
Leonardo Bras
1
-88
/
+76
2024-04-08
riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
Leonardo Bras
1
-162
/
+33
2024-04-08
riscv/cmpxchg: Deduplicate xchg() asm functions
Leonardo Bras
1
-115
/
+23
2024-04-08
RISC-V: KVM: Handle breakpoint exits for VCPU
Chao Du
1
-0
/
+4
2024-04-08
RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
4
-18
/
+29
2024-04-05
Merge tag 'riscv-for-linus-6.9-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-20
/
+34
2024-04-05
RISC-V: Drop unused SOC_CANAAN
Conor Dooley
1
-4
/
+0
2024-04-05
riscv: Kconfig.socs: Split ARCH_CANAAN and SOC_CANAAN_K210
Yangyu Chen
4
-5
/
+13
2024-04-04
riscv: process: Fix kernel gp leakage
Stefan O'Rear
1
-3
/
+0
2024-04-04
riscv: Disable preemption when using patch_map()
Alexandre Ghiti
1
-0
/
+8
2024-04-04
riscv: Fix warning by declaring arch_cpu_idle() as noinstr
Alexandre Ghiti
1
-1
/
+1
2024-04-04
riscv: use KERN_INFO in do_trap
Andreas Schwab
1
-1
/
+1
2024-04-04
bpf, riscv: Implement bpf_addr_space_cast instruction
Puranjay Mohan
3
-0
/
+16
2024-04-04
bpf, riscv: Implement PROBE_MEM32 pseudo instructions
Puranjay Mohan
3
-2
/
+189
2024-04-03
riscv: Fix vector state restore in rt_sigreturn()
Björn Töpel
1
-7
/
+8
2024-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-7
/
+32
2024-03-28
Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+16
2024-03-27
RISC-V: only flush icache when it has VM_EXEC set
Yangyu Chen
1
-2
/
+5
2024-03-27
riscv: remove unused header
[email protected]
1
-1
/
+0
2024-03-27
riscv: merge two if-blocks for KBUILD_IMAGE
Masahiro Yamada
1
-11
/
+8
2024-03-27
riscv: mm: implement pgprot_nx
Jisheng Zhang
1
-0
/
+6
2024-03-27
riscv: compat_vdso: align VDSOAS build log
Masahiro Yamada
1
-1
/
+1
2024-03-27
RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ
Victor Isaev
1
-1
/
+1
2024-03-27
riscv: dts: sophgo: add sdcard support for milkv duo
Jisheng Zhang
2
-0
/
+25
2024-03-26
riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 board
Shengyu Qu
1
-1
/
+0
2024-03-26
riscv: Mark __se_sys_* functions __used
Sami Tolvanen
1
-1
/
+2
2024-03-26
riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/
Masahiro Yamada
1
-1
/
+1
2024-03-26
riscv: hwprobe: do not produce frtace relocation
Vladimir Isaev
1
-0
/
+1
2024-03-26
riscv: Fix spurious errors from __get/put_kernel_nofault
Samuel Holland
1
-2
/
+2
2024-03-26
riscv: Remove unused asm/signal.h file
Stafford Horne
1
-12
/
+0
2024-03-26
riscv: mm: Fix prototype to avoid discarding const
Samuel Holland
1
-2
/
+2
2024-03-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-0
/
+16
2024-03-26
RISC-V: KVM: Fix APLIC in_clrip[x] read emulation
Anup Patel
1
-3
/
+18
2024-03-25
riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi
Pu Lehui
1
-0
/
+16
2024-03-25
RISC-V: Select APLIC and IMSIC drivers
Anup Patel
1
-0
/
+2
2024-03-25
RISC-V: KVM: Fix APLIC setipnum_le/be write emulation
Anup Patel
1
-3
/
+13
2024-03-25
RISC-V: KVM: Remove second semicolon
Colin Ian King
1
-1
/
+1
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
68
-550
/
+4316
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2024-03-20
riscv: Fix syscall wrapper for >word-size arguments
Sami Tolvanen
1
-14
/
+39
2024-03-20
Merge patch series "riscv/barrier: tidying up barrier-related macro"
Palmer Dabbelt
7
-32
/
+36
[prev]
[next]