aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-8/+7
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley1-5/+5
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley1-8/+8
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley1-5/+5
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li2-6/+8
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley1-1/+1
2026-04-04riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi1-1/+3
2026-04-04riscv: patch: Avoid early phys_to_page()Vivian Wang1-10/+11
2026-04-04riscv: kgdb: fix several debug register assignment bugsPaul Walmsley1-3/+4
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-13/+11
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds24-90/+1217
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+1
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2026-02-09Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-1/+1
2026-02-09riscv: ptrace: validate input vector csr registersSergey Matyukevich1-1/+87
2026-02-09riscv: vector: init vector context with proper vlenbSergey Matyukevich1-4/+8
2026-01-29riscv: ptrace: return ENODATA for inactive vector extensionIlya Mamay1-2/+8
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta6-10/+67
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu7-2/+33
2026-01-29riscv: enable kernel access to shadow stack memory via the FWFT SBI callDeepak Gupta2-0/+33
2026-01-29riscv: add kernel command line option to opt out of user CFIDeepak Gupta2-13/+52
2026-01-29riscv/hwprobe: add zicfilp / zicfiss enumeration in hwprobeDeepak Gupta1-2/+3
2026-01-29riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1Paul Walmsley1-69/+100
2026-01-29riscv/ptrace: expose riscv CFI status and state via ptrace and in core filesDeepak Gupta1-0/+95
2026-01-29riscv/kernel: update __show_regs() to print shadow stack registerDeepak Gupta1-2/+2
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta2-0/+143
2026-01-29riscv/traps: Introduce software check exception and uprobe handlingDeepak Gupta2-0/+57
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta3-0/+88
2026-01-29riscv: Implement arch-agnostic shadow stack prctlsDeepak Gupta2-0/+118
2026-01-29riscv/shstk: If needed allocate a new shadow stack on cloneDeepak Gupta2-0/+130
2026-01-29riscv/mm: Implement map_shadow_stack() syscallDeepak Gupta2-0/+141
2026-01-25riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta1-0/+10
2026-01-25riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exitDeepak Gupta2-0/+35
2026-01-25riscv: zicfiss / zicfilp enumerationDeepak Gupta1-0/+22
2026-01-25riscv: signal: fix some warnings reported by sparsePaul Walmsley1-3/+3
2026-01-14riscv: suspend: Fix stimecmp update hazard on RV32Naohiko Shimizu1-1/+2
2026-01-12riscv/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-7/+0
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-3/+1
2026-01-07riscv: trace: fix snapshot deadlock with sbi ecallMartin Kaiser1-7/+8
2026-01-07riscv: cpu_ops_sbi: smp_processor_id() returns int, not unsigned intBen Dooks1-1/+1
2026-01-06riscv/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming1-2/+2
2026-01-05riscv: kexec_image: Fix dead link to boot-image-header.rstSoham Metha1-1/+1
2026-01-05riscv: cpufeature: Fix Zk bundled extension missing ZknhGuodong Xu1-12/+11
2025-12-30riscv: fix KUnit test_kprobes crash when building with ClangJiakai Xu1-0/+2
2025-12-30riscv: Sanitize syscall table indexing under speculationLukas Gerlach1-1/+3