summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-06RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas
2026-04-04riscv: Remove support for XIP kernelNam Cao
2026-04-04riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()Nam Cao
2026-04-04riscv: Split out compare_unaligned_access()Nam Cao
2026-04-04riscv: Reuse measure_cycles() in check_vector_unaligned_access()Nam Cao
2026-04-04riscv: Split out measure_cycles() for reuseNam Cao
2026-04-04riscv: Clean up & optimize unaligned scalar access probeNam Cao
2026-04-04riscv: vdso_cfi: Add .gitignore for build artifactsChen Pei
2026-04-04riscv: vdso_cfi: Add clean rule for copied sourcesChen Pei
2026-04-04riscv: acpi: update FADT revision check to 6.6Yufeng Wang
2026-04-04riscv: add hardware error trap handler supportRui Qi
2026-04-04riscv: remove redundant #ifdef check in cpu-hotplugHui Wang
2026-04-04riscv: export kaslr offset and satp in VMCOREINFO ELF notesAustin Kim
2026-04-04riscv: smp: Clarify comment "cache" -> "instruction cache"Vivian Wang
2026-04-04riscv: smp: Remove outdated comment about disabling preemptionVivian Wang
2026-04-04riscv: fix various typos in comments and codeSean Chang
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley
2026-04-04riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi
2026-04-04riscv: patch: Avoid early phys_to_page()Vivian Wang
2026-04-04riscv: kgdb: fix several debug register assignment bugsPaul Walmsley
2026-03-24randomize_kstack: Unify random source across archesRyan Roberts
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-02-09Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09riscv: ptrace: validate input vector csr registersSergey Matyukevich
2026-02-09riscv: 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