summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-06-23Revert "riscv: misaligned: fix sleeping function called during misaligned acc...Nam Cao1-2/+2
2025-06-17RISC-V: KVM: Don't treat SBI HFENCE calls as NOPsAnup Patel1-2/+2
2025-06-17RISC-V: KVM: Fix the size parameter check in SBI SFENCE callsAnup Patel1-2/+2
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar1-1/+1
2025-06-12RISC-V: uaccess: Wrap the get_user_8 uaccess macroPalmer Dabbelt1-1/+2
2025-06-12Merge tag 'riscv-fixes-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt2-7/+7
2025-06-12RISC-V: vDSO: Correct inline assembly constraints in the getrandom syscall wr...Xi Ruoyao1-1/+1
2025-06-12riscv: vector: Fix context save/restore with xtheadvectorHan Gao1-6/+6
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-10riscv: fix runtime constant support for nommu kernelsCharles Mirabile1-1/+1
2025-06-10riscv: vdso: Exclude .rodata from the PT_DYNAMIC segmentFangrui Song1-1/+1
2025-06-10riscv: dts: spacemit: enable eMMC for K1 SoCYixun Lan2-0/+19
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds59-843/+2186
2025-06-05Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt5-18/+257
2025-06-05Merge patch series "riscv: misaligned: fix misaligned accesses handling in pu...Palmer Dabbelt6-50/+78
2025-06-05riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur3-8/+9
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt15-44/+399
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao6-0/+306
2025-06-05riscv: enable mseal sysmap for RV64Jisheng Zhang2-1/+2
2025-06-05riscv: mm: Add support for Svinval extensionMayuresh Chitale1-0/+31
2025-06-05Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt38-765/+1320
2025-06-05riscv: Improve Kconfig help for RISCV_ISA_V_PREEMPTIVEMiquel Sabaté Solà1-4/+4
2025-06-05Merge patch series "riscv: Add Zicbop & prefetchw support"Alexandre Ghiti9-10/+142
2025-06-05riscv: uaccess: do not do misaligned accesses in get/put_user()Clément Léger1-5/+18
2025-06-05riscv: process: use unsigned int instead of unsigned long for put_user()Clément Léger1-1/+1
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-198/+288
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-96/+97
2025-06-05riscv: ftrace: align patchable functions to 4 Byte boundaryAndy Chiu1-0/+2