summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorLines
2025-09-17riscv: mm: Return intended SATP mode for noXlvl optionsJunhui Liu-2/+2
2025-09-16riscv: kprobes: Remove duplication of RV_EXTRACT_ITYPE_IMMNam Cao-1/+1
2025-09-16riscv: kprobes: Remove duplication of RV_EXTRACT_UTYPE_IMMNam Cao-12/+1
2025-09-16riscv: kprobes: Remove duplication of RV_EXTRACT_RD_REGNam Cao-6/+3
2025-09-16riscv: kprobes: Remove duplication of RVC_EXTRACT_BTYPE_IMMNam Cao-9/+3
2025-09-16riscv: kprobes: Remove duplication of RVC_EXTRACT_C2_RS1_REGNam Cao-1/+1
2025-09-16riscv: kprobes: Remove duplication of RVC_EXTRACT_JTYPE_IMMNam Cao-17/+2
2025-09-16riscv: kprobes: Remove duplication of RV_EXTRACT_BTYPE_IMMNam Cao-10/+1
2025-09-16riscv: kprobes: Remove duplication of RV_EXTRACT_RS1_REGNam Cao-5/+2
2025-09-16riscv: kprobes: Remove duplication of RV_EXTRACT_JTYPE_IMMNam Cao-6/+3
2025-09-16riscv: kprobes: Move branch_funct3 to insn.hNam Cao-4/+1
2025-09-16riscv: kprobes: Move branch_rs2_idx to insn.hNam Cao-4/+1
2025-09-16riscv: Move all duplicate insn parsing macros into asm/insn.hAlexandre Ghiti-142/+0
2025-09-16riscv: Strengthen duplicate and inconsistent definition of RV_X()Alexandre Ghiti-2/+2
2025-09-16riscv: Fix typo EXRACT -> EXTRACTAlexandre Ghiti-1/+1
2025-09-16riscv: Add kprobes KUnit testNam Cao-0/+323
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-5/+5
2025-09-05riscv: kexec: Initialize kexec_buf structBreno Leitao-4/+4
2025-09-05riscv: use lw when reading int cpu in new_vmalloc_checkRadim Krčmář-1/+1
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2025-08-15riscv: Separate toolchain support dependency from RISCV_ISA_ZACASPu Lehui-0/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+6
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf-0/+1
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen-24/+0
2025-07-31cfi: add C CFI type macroMark Rutland-32/+3
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+34
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds-6/+6
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-2/+2
2025-07-19riscv: optimize gcd() performance on RISC-V without Zbb extensionKuan-Wei Chiu-0/+5
2025-07-16riscv: traps_misaligned: properly sign extend value in misaligned load handlerAndreas Schwab-1/+1
2025-07-16riscv: Enable interrupt during exception handlingNam Cao-4/+6
2025-07-16riscv: ftrace: Properly acquire text_mutex to fix a race conditionAlexandre Ghiti-4/+14
2025-07-14riscv: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin-6/+6
2025-06-30riscv: cpu_ops_sbi: Use static array for boot_dataVivian Wang-3/+3
2025-06-26riscv: Helper to parse hart indexVladimir Kondratiev-0/+34
2025-06-23riscv: export boot_cpu_hartidKlara Modin-0/+1
2025-06-23riscv: Fix sparse warning in vendor_extensions/sifive.cAlexandre Ghiti-1/+1
2025-06-23Revert "riscv: misaligned: fix sleeping function called during misaligned acc...Nam Cao-2/+2
2025-06-10riscv: vdso: Exclude .rodata from the PT_DYNAMIC segmentFangrui Song-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada-1/+1
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-687/+1436
2025-06-05Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt-16/+185
2025-06-05Merge patch series "riscv: misaligned: fix misaligned accesses handling in pu...Palmer Dabbelt-1/+1
2025-06-05riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur-7/+8
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt-39/+324
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao-0/+275
2025-06-05riscv: enable mseal sysmap for RV64Jisheng Zhang-1/+1
2025-06-05Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt-691/+971