aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-10-23riscv: kprobes: Fix probe address validationFabian Vogt1-4/+9
2025-10-15arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-09-05riscv: kexec: Initialize kexec_buf structBreno Leitao3-4/+4
2025-09-05riscv: use lw when reading int cpu in new_vmalloc_checkRadim Krčmář1-1/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-0/+6
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf1-0/+1
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen1-24/+0
2025-07-31cfi: 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/kernel/git/tip/tipLinus Torvalds1-0/+34
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+2
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+6
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook2-2/+2
2025-07-19riscv: 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-14riscv: 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-23riscv: export boot_cpu_hartidKlara Modin1-0/+1
2025-06-23riscv: Fix sparse warning in vendor_extensions/sifive.cAlexandre Ghiti1-1/+1
2025-06-23Revert "riscv: misaligned: fix sleeping function called during misaligned access handling"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/masahiroy/linux-kbuildLinus 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/kernel/git/riscv/linuxLinus Torvalds25-686/+1435
2025-06-05Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt3-16/+185
2025-06-05Merge patch series "riscv: misaligned: fix misaligned accesses handling in put/get_user()"Palmer Dabbelt1-1/+1
2025-06-05riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur2-7/+8
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt10-39/+324
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao4-0/+275
2025-06-05riscv: 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/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt15-689/+969
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-163/+207
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-69/+75
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-04riscv: misaligned: add a function to check misalign trap delegabilityClément Léger1-2/+15