index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-05
riscv: kexec_file: Split the loading of kernel and others
Song Shuai
1
-0
/
+5
2025-06-05
riscv: ftrace: support direct call using call_ops
Andy Chiu
1
-0
/
+6
2025-06-05
riscv: vector: Support calling schedule() for preemptible Vector
Andy Chiu
2
-3
/
+24
2025-06-05
riscv: ftrace: prepare ftrace for atomic code patching
Andy Chiu
1
-27
/
+22
2025-06-05
riscv: ftrace: support fastcc in Clang for WITH_ARGS
Andy Chiu
1
-0
/
+7
2025-06-04
riscv: misaligned: add a function to check misalign trap delegability
Clément Léger
1
-0
/
+6
2025-06-04
riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
Clément Léger
1
-1
/
+4
2025-06-04
riscv: misaligned: request misaligned exception from SBI
Clément Léger
1
-1
/
+2
2025-06-04
riscv: sbi: add FWFT extension interface
Clément Léger
1
-0
/
+17
2025-06-04
riscv: sbi: add new SBI error mappings
Clément Léger
1
-0
/
+10
2025-06-04
riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
Clément Léger
1
-0
/
+33
2025-06-02
Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"
Palmer Dabbelt
1
-30
/
+0
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-4
/
+19
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-13
/
+16
2025-05-21
RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
Radim Krčmář
2
-0
/
+4
2025-05-21
KVM: RISC-V: remove unnecessary SBI reset state
Radim Krčmář
2
-9
/
+8
2025-05-21
KVM: RISC-V: refactor sbi reset request
Radim Krčmář
1
-0
/
+2
2025-05-21
KVM: RISC-V: refactor vector state reset
Radim Krčmář
1
-4
/
+2
2025-05-11
syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
1
-0
/
+7
2025-05-11
syscall.h: add syscall_set_arguments()
Dmitry V. Levin
1
-0
/
+12
2025-05-11
arch: remove mk_pmd()
Matthew Wilcox (Oracle)
1
-2
/
+0
2025-05-11
mm: introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
1
-2
/
+0
2025-05-08
Merge patch series "riscv: Add vendor extensions support for SiFive"
Palmer Dabbelt
3
-1
/
+37
2025-05-08
riscv: Add SiFive xsfvfwmaccqqq vendor extension
Cyan Yang
1
-0
/
+1
2025-05-08
riscv: Add SiFive xsfvfnrclipxfqf vendor extension
Cyan Yang
1
-0
/
+1
2025-05-08
riscv: hwprobe: Add SiFive vendor extension support and probe for xsfqmaccdod...
Cyan Yang
2
-0
/
+20
2025-05-08
riscv: hwprobe: Document SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensions
Cyan Yang
1
-1
/
+1
2025-05-08
riscv: Add SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensions
Cyan Yang
1
-0
/
+14
2025-05-08
Merge patch series "riscv: uaccess: optimisations"
Palmer Dabbelt
2
-53
/
+166
2025-05-08
riscv: uaccess: use 'asm_goto_output' for get_user()
Jisheng Zhang
1
-27
/
+68
2025-05-08
riscv: uaccess: use 'asm goto' for put_user()
Jisheng Zhang
1
-38
/
+33
2025-05-08
riscv: uaccess: use input constraints for ptr of __put_user()
Jisheng Zhang
1
-9
/
+9
2025-05-08
riscv: implement user_access_begin() and families
Jisheng Zhang
1
-0
/
+76
2025-05-08
riscv: save the SR_SUM status over switches
Ben Dooks
1
-0
/
+1
2025-04-29
riscv: entry: Split ret_from_fork() into user and kernel
Charlie Jenkins
1
-1
/
+2
2025-04-29
riscv: entry: Convert ret_from_fork() to C
Charlie Jenkins
1
-0
/
+1
2025-04-24
riscv: Replace function-like macro by static inline function
Björn Töpel
1
-5
/
+10
2025-04-16
Merge tag 'riscv-fixes-6.15-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/k...
Palmer Dabbelt
1
-12
/
+7
2025-04-16
Merge patch series "riscv: Rework the arch_kgdb_breakpoint() implementation"
Palmer Dabbelt
1
-8
/
+1
2025-04-16
riscv: KGDB: Do not inline arch_kgdb_breakpoint()
WangYuli
1
-8
/
+1
2025-04-16
RISC-V: vDSO: Wire up getrandom() vDSO implementation
Xi Ruoyao
1
-0
/
+30
2025-04-16
riscv: Avoid fortify warning in syscall_get_arguments()
Nathan Chancellor
1
-2
/
+5
2025-04-14
riscv: Provide all alternative macros all the time
Andrew Jones
1
-12
/
+7
2025-04-10
riscv: Avoid fortify warning in syscall_get_arguments()
Nathan Chancellor
1
-2
/
+5
2025-04-04
Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
15
-41
/
+407
2025-04-03
Merge tag 'riscv-mw2-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Palmer Dabbelt
2
-2
/
+6
2025-04-01
riscv: pgtable: unconditionally use tlb_remove_ptdesc()
Qi Zheng
1
-22
/
+4
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-3
/
+2
2025-04-01
riscv: Add norvc after .option arch in runtime const
Charlie Jenkins
1
-0
/
+2
2025-04-01
riscv: Make sure toolchain supports zba before using zba instructions
Alexandre Ghiti
1
-2
/
+3
[prev]
[next]