summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2025-06-05riscv: xchg: Prefetch the destination word for sc.wGuo Ren
2025-06-05riscv: Add ARCH_HAS_PREFETCH[W] support with ZicbopGuo Ren
2025-06-05riscv: Add support for ZicbopAlexandre Ghiti
2025-06-05riscv: Introduce Zicbop instructionsAlexandre Ghiti
2025-06-05riscv: kexec_file: Support loading Image binary fileSong Shuai
2025-06-05riscv: kexec_file: Split the loading of kernel and othersSong Shuai
2025-06-05riscv: ftrace: support direct call using call_opsAndy Chiu
2025-06-05riscv: vector: Support calling schedule() for preemptible VectorAndy Chiu
2025-06-05riscv: ftrace: prepare ftrace for atomic code patchingAndy Chiu
2025-06-05riscv: ftrace: support fastcc in Clang for WITH_ARGSAndy Chiu
2025-06-04riscv: misaligned: add a function to check misalign trap delegabilityClément Léger
2025-06-04riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger
2025-06-04riscv: misaligned: request misaligned exception from SBIClément Léger
2025-06-04riscv: sbi: add FWFT extension interfaceClément Léger
2025-06-04riscv: sbi: add new SBI error mappingsClément Léger
2025-06-04riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitionsClément Léger
2025-06-02Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"Palmer Dabbelt
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-21RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESETRadim Krčmář
2025-05-21KVM: RISC-V: remove unnecessary SBI reset stateRadim Krčmář
2025-05-21KVM: RISC-V: refactor sbi reset requestRadim Krčmář
2025-05-21KVM: RISC-V: refactor vector state resetRadim Krčmář
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)
2025-05-08Merge patch series "riscv: Add vendor extensions support for SiFive"Palmer Dabbelt
2025-05-08riscv: hwprobe: Add SiFive xsfvfwmaccqqq vendor extensionCyan Yang
2025-05-08riscv: Add SiFive xsfvfwmaccqqq vendor extensionCyan Yang
2025-05-08riscv: hwprobe: Add SiFive xsfvfnrclipxfqf vendor extensionCyan Yang
2025-05-08riscv: Add SiFive xsfvfnrclipxfqf vendor extensionCyan Yang
2025-05-08riscv: hwprobe: Add SiFive vendor extension support and probe for xsfqmaccdod...Cyan Yang
2025-05-08riscv: hwprobe: Document SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensionsCyan Yang
2025-05-08riscv: Add SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensionsCyan Yang
2025-05-08Merge patch series "riscv: uaccess: optimisations"Palmer Dabbelt
2025-05-08riscv: uaccess: use 'asm_goto_output' for get_user()Jisheng Zhang
2025-05-08riscv: uaccess: use 'asm goto' for put_user()Jisheng Zhang
2025-05-08riscv: uaccess: use input constraints for ptr of __put_user()Jisheng Zhang
2025-05-08riscv: implement user_access_begin() and familiesJisheng Zhang
2025-05-08riscv: save the SR_SUM status over switchesBen Dooks
2025-04-29riscv: entry: Split ret_from_fork() into user and kernelCharlie Jenkins
2025-04-29riscv: entry: Convert ret_from_fork() to CCharlie Jenkins
2025-04-24riscv: Replace function-like macro by static inline functionBjörn Töpel
2025-04-16Merge tag 'riscv-fixes-6.15-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt
2025-04-16Merge patch series "riscv: Rework the arch_kgdb_breakpoint() implementation"Palmer Dabbelt
2025-04-16riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli
2025-04-16RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao
2025-04-16riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor
2025-04-14riscv: Provide all alternative macros all the timeAndrew Jones