summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
7 daysMerge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
9 daysMerge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
10 daysMerge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
10 daysMerge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysriscv: ptrace: validate input vector csr registersSergey Matyukevich
10 daysriscv: vector: init vector context with proper vlenbSergey Matyukevich
2026-01-29riscv: ptrace: return ENODATA for inactive vector extensionIlya Mamay
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu
2026-01-29riscv: enable kernel access to shadow stack memory via the FWFT SBI callDeepak Gupta
2026-01-29riscv: add kernel command line option to opt out of user CFIDeepak Gupta
2026-01-29riscv/hwprobe: add zicfilp / zicfiss enumeration in hwprobeDeepak Gupta
2026-01-29riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1Paul Walmsley
2026-01-29riscv/ptrace: expose riscv CFI status and state via ptrace and in core filesDeepak Gupta
2026-01-29riscv/kernel: update __show_regs() to print shadow stack registerDeepak Gupta
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta
2026-01-29riscv/traps: Introduce software check exception and uprobe handlingDeepak Gupta
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta
2026-01-29riscv: Implement arch-agnostic shadow stack prctlsDeepak Gupta
2026-01-29riscv/shstk: If needed allocate a new shadow stack on cloneDeepak Gupta
2026-01-29riscv/mm: Implement map_shadow_stack() syscallDeepak Gupta
2026-01-25riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta
2026-01-25riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exitDeepak Gupta
2026-01-25riscv: zicfiss / zicfilp enumerationDeepak Gupta
2026-01-25riscv: signal: fix some warnings reported by sparsePaul Walmsley
2026-01-14riscv: suspend: Fix stimecmp update hazard on RV32Naohiko Shimizu
2026-01-12riscv/paravirt: Use common code for paravirt_steal_clock()Juergen Gross
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross
2026-01-07riscv: trace: fix snapshot deadlock with sbi ecallMartin Kaiser
2026-01-07riscv: cpu_ops_sbi: smp_processor_id() returns int, not unsigned intBen Dooks
2026-01-06riscv/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming
2026-01-05riscv: kexec_image: Fix dead link to boot-image-header.rstSoham Metha
2026-01-05riscv: cpufeature: Fix Zk bundled extension missing ZknhGuodong Xu
2025-12-30riscv: fix KUnit test_kprobes crash when building with ClangJiakai Xu
2025-12-30riscv: Sanitize syscall table indexing under speculationLukas Gerlach
2025-12-19riscv: hwprobe: export Zilsd and Zclsd ISA extensionsPincheng Wang
2025-12-19riscv: add ISA extension parsing for Zilsd and ZclsdPincheng Wang
2025-12-19riscv: signal: abstract header saving for setup_sigcontextAndy Chiu
2025-12-16sysfb: Replace screen_info with sysfb_primary_displayThomas Zimmermann
2025-12-05Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-24riscv: add RISC-V Svrsw60t59b extension supportChunyan Zhang
2025-11-19riscv: hwprobe: Expose Zicbop extension and its block sizeYao Zihong
2025-11-19riscv: hwprobe: Export Zalasr extensionXu Lu
2025-11-19riscv: Add ISA extension parsing for ZalasrXu Lu
2025-11-19riscv: ptrace: Optimize the allocation of vector regsetYong-Xuan Wang
2025-11-19RISC-V: Enable HOTPLUG_PARALLEL for secondary CPUsAnup Patel
2025-11-16riscv: sbi: Prefer SRST shutdown over legacyMayuresh Chitale
2025-10-27riscv: KGDB: Replace deprecated strcpy in kgdb_arch_handle_qxfer_pktThorsten Blum
2025-10-27riscv: tests: Make RISCV_KPROBES_KUNIT tristateVivian Wang