summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-06riscv: kexec: Initialize kexec_buf structBreno Leitao3-4/+4
2025-09-06riscv: use lw when reading int cpu in new_vmalloc_checkRadim Krčmář1-1/+1
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+6
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf1-0/+1
2025-08-01cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen1-24/+0
2025-08-01cfi: add C CFI type macroMark Rutland1-32/+3
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+34
2025-07-29Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2025-07-29Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds1-6/+6
2025-07-22stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook2-2/+2
2025-07-20riscv: optimize gcd() performance on RISC-V without Zbb extensionKuan-Wei Chiu1-0/+5
2025-07-16riscv: traps_misaligned: properly sign extend value in misaligned load handlerAndreas Schwab1-1/+1
2025-07-16riscv: Enable interrupt during exception handlingNam Cao1-4/+6
2025-07-16riscv: ftrace: Properly acquire text_mutex to fix a race conditionAlexandre Ghiti1-4/+14
2025-07-15riscv: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-6/+6
2025-06-30riscv: cpu_ops_sbi: Use static array for boot_dataVivian Wang1-3/+3
2025-06-26riscv: Helper to parse hart indexVladimir Kondratiev1-0/+34
2025-06-24riscv: export boot_cpu_hartidKlara Modin1-0/+1
2025-06-24riscv: Fix sparse warning in vendor_extensions/sifive.cAlexandre Ghiti1-1/+1
2025-06-24Revert "riscv: misaligned: fix sleeping function called during misaligned acc...Nam Cao1-2/+2
2025-06-10riscv: vdso: Exclude .rodata from the PT_DYNAMIC segmentFangrui Song1-1/+1
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-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-687/+1436
2025-06-06Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt3-16/+185
2025-06-06Merge patch series "riscv: misaligned: fix misaligned accesses handling in pu...Palmer Dabbelt1-1/+1
2025-06-06riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur2-7/+8
2025-06-06Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt10-39/+324
2025-06-06RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao4-0/+275
2025-06-06riscv: enable mseal sysmap for RV64Jisheng Zhang1-1/+1
2025-06-05Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt15-691/+971
2025-06-05Merge patch series "riscv: Add Zicbop & prefetchw support"Alexandre Ghiti1-0/+21
2025-06-05riscv: process: use unsigned int instead of unsigned long for put_user()Clément Léger1-1/+1
2025-06-05riscv: hwprobe: export Zabha extensionAlexandre Ghiti1-0/+1
2025-06-05Merge patch series "riscv: kexec_file: Support loading Image binary file"Palmer Dabbelt5-486/+602
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 Ghiti3-164/+208
2025-06-05riscv: Add support for ZicbopAlexandre Ghiti1-0/+21
2025-06-05riscv/kexec_file: Fix comment in purgatory relocatorYao Zi1-1/+1
2025-06-05riscv: kexec_file: Support loading Image binary fileSong Shuai3-1/+98
2025-06-05riscv: kexec_file: Split the loading of kernel and othersSong Shuai4-486/+505
2025-06-05riscv: ftrace: support direct call using call_opsAndy Chiu3-26/+41
2025-06-05riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSPuranjay Mohan3-4/+101
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 Chiu2-70/+76
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 Chiu2-2/+21
2025-06-05riscv: misaligned: add a function to check misalign trap delegabilityClément Léger1-2/+15
2025-06-05riscv: misaligned: move emulated access uniformity check in a functionClément Léger1-6/+14
2025-06-05riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger1-2/+0