aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-06-05riscv: make unsafe user copy routines use existing assembly routinesAlexandre Ghiti5-48/+63
2025-06-05riscv: hwprobe: export Zabha extensionAlexandre Ghiti2-0/+2
2025-06-05riscv: Make regs_irqs_disabled() more clearTiezhu Yang1-1/+1
2025-06-05Merge patch series "riscv: kexec_file: Support loading Image binary file"Palmer Dabbelt7-486/+610
2025-06-05RISC-V: Kconfig: Fix help text of CMDLINE_EXTEND谢致邦 (XIE Zhibang)1-2/+2
2025-06-05riscv: module: Optimize PLT/GOT entry countingSamuel Holland1-16/+65
2025-06-05Merge patch series "riscv: ftrace: atmoic patching and preempt improvements"Alexandre Ghiti9-199/+289
2025-06-05riscv: Add support for PUD THPAlexandre Ghiti6-2/+120
2025-06-05riscv: xchg: Prefetch the destination word for sc.wGuo Ren1-1/+3
2025-06-05riscv: Add ARCH_HAS_PREFETCH[W] support with ZicbopGuo Ren1-0/+24
2025-06-05riscv: Add support for ZicbopAlexandre Ghiti8-9/+55
2025-06-05riscv: Introduce Zicbop instructionsAlexandre Ghiti1-0/+60
2025-06-05riscv/kexec_file: Fix comment in purgatory relocatorYao Zi1-1/+1
2025-06-05riscv: kexec_file: Support loading Image binary fileSong Shuai5-1/+101
2025-06-05riscv: kexec_file: Split the loading of kernel and othersSong Shuai5-486/+510
2025-06-05riscv: ftrace: support direct call using call_opsAndy Chiu5-27/+48
2025-06-05riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSPuranjay Mohan5-6/+105
2025-06-05riscv: ftrace: support PREEMPTAndy Chiu1-1/+1
2025-06-05riscv: add a data fence for CMODX in the kernel modeAndy Chiu1-1/+14
2025-06-05riscv: vector: Support calling schedule() for preemptible VectorAndy Chiu2-3/+24
2025-06-05riscv: ftrace: do not use stop_machine to update codeAndy Chiu1-54/+10
2025-06-05riscv: ftrace: prepare ftrace for atomic code patchingAndy Chiu3-97/+98
2025-06-05riscv: ftrace: align patchable functions to 4 Byte boundaryAndy Chiu1-0/+2
2025-06-05riscv: ftrace factor out code defined by !WITH_ARGAndy Chiu2-49/+0
2025-06-05riscv: ftrace: support fastcc in Clang for WITH_ARGSAndy Chiu3-2/+28
2025-06-04riscv: misaligned: add a function to check misalign trap delegabilityClément Léger2-2/+21
2025-06-04riscv: misaligned: move emulated access uniformity check in a functionClément Léger1-6/+14
2025-06-04riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger2-3/+4
2025-06-04riscv: misaligned: use on_each_cpu() for scalar misaligned access probingClément Léger1-2/+6
2025-06-04riscv: misaligned: request misaligned exception from SBIClément Léger3-5/+77
2025-06-04riscv: sbi: add SBI FWFT extension callsClément Léger1-1/+19
2025-06-04riscv: sbi: add FWFT extension interfaceClément Léger2-0/+74
2025-06-04riscv: sbi: add new SBI error mappingsClément Léger1-0/+10
2025-06-04riscv: sbi: remove useless parenthesisClément Léger1-3/+3
2025-06-04riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitionsClément Léger1-0/+33
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-32/+2
2025-06-02Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"Palmer Dabbelt6-298/+0
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-16/+79
2025-05-31Merge tag 'soc-newsoc-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-107/+3496
2025-05-31Merge tag 'soc-dt-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds7-24/+217
2025-05-31Merge tag 'soc-defconfig-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+4
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-75/+115
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds3-107/+243
2025-05-27RISC-V: KVM: use kvm_trylock_all_vcpus when locking all vCPUsMaxim Levitsky1-32/+2
2025-05-27Merge tag 'core-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+32
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds16-406/+264
2025-05-26Merge tag 'kvm-riscv-6.16-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini13-75/+115
2025-05-24RISC-V: KVM: lock the correct mp_state during resetRadim Krčmář1-2/+2