summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
10 daysriscv: ftrace: Fix ftrace_modify_call failure on kprobed functionsPu Lehui1-1/+4
10 daysriscv: hwprobe: Register unaligned probes before usermodeRui Qi1-1/+7
2026-08-09riscv: drop __init from vec_check_unaligned_access_speed_all_cpusAnirudh Srinivasan1-2/+2
2026-08-03riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()Mark Harris1-0/+1
2026-07-24arch/riscv: vdso: remove CFI landing pad from rt_sigreturnAurelien Jarno1-1/+9
2026-07-24riscv: vdso: Do not use LTO for the vDSOThomas Weißschuh1-3/+3
2026-07-24riscv: Prevent NULL pointer dereference in machine_kexec_prepare()Tao Liu1-0/+3
2026-07-24riscv: probes: save original sp in rethook trampolineMartin Kaiser1-0/+3
2026-07-24riscv: cacheinfo: Fix node reference leak in populate_cache_leavesZishun Yi1-1/+1
2026-07-24riscv: Fix 32-bit call_on_irq_stack() frame pointer ABISamuel Holland2-6/+6
2026-07-24riscv: alternative: Also patch the CFI vDSOThomas Weißschuh1-0/+3
2026-07-24riscv: alternative: Pass vDSO start as parameter to apply_vdso_alternatives()Thomas Weißschuh1-3/+3
2026-07-24riscv: alternative: Use IS_ENABLED() over ifdeffery for apply_vdso_alternativ...Thomas Weißschuh1-5/+2
2026-07-24riscv: stacktrace: Remove bogus -0x4 offset in non-FP walk_stackframeRui Qi1-1/+1
2026-07-24riscv: cpu_ops: Change return value type of cpu_is_stopped() to boolHui Wang2-6/+9
2026-07-18riscv: mm: Unconditionally sfence.vma for spurious faultVivian Wang1-2/+5
2026-07-04riscv: kfence: Call mark_new_valid_map() for kfence_unprotect()Vivian Wang1-2/+4
2026-06-07riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel1-0/+3
2026-06-07riscv: Fix fast_unaligned_access_speed_key not getting initializedNam Cao1-11/+4
2026-06-07riscv/ptrace: Use USER_REGSET_NOTE_TYPE for REGSET_CFIAndreas Schwab1-1/+1
2026-05-14riscv: misaligned: Make enabling delegation depend on NONPORTABLEVivian Wang1-1/+1
2026-05-14riscv: cfi: reduce shadow stack size limit from 4GB to 2GBZong Li1-3/+4
2026-05-08riscv: cpufeature: Use pre-defined ISA ext macros to index isa2hwcapHui Wang1-8/+8
2026-05-02riscv: Fix register corruption from uninitialized cregs on errorMichael Neuling2-2/+4
2026-04-30riscv: cpufeature: Drop this_hwcap clear in T-Head vector workaroundHui Wang1-3/+1
2026-04-30riscv: Define __riscv_copy_{,vec_}{words,bytes}_unaligned() using SYM_TYPED_F...Nathan Chancellor2-4/+6
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds21-225/+123
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+1
2026-04-14Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-3/+22
2026-04-14Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+0
2026-04-06RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng2-3/+22
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-11/+1
2026-04-05riscv: Remove support for XIP kernelNam Cao7-67/+1
2026-04-05riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()Nam Cao1-39/+16
2026-04-05riscv: Split out compare_unaligned_access()Nam Cao1-19/+40
2026-04-05riscv: Reuse measure_cycles() in check_vector_unaligned_access()Nam Cao1-46/+8
2026-04-05riscv: Split out measure_cycles() for reuseNam Cao1-36/+33
2026-04-05riscv: Clean up & optimize unaligned scalar access probeNam Cao1-18/+10
2026-04-05riscv: vdso_cfi: Add .gitignore for build artifactsChen Pei1-0/+8
2026-04-05riscv: vdso_cfi: Add clean rule for copied sourcesChen Pei1-0/+3
2026-04-05riscv: acpi: update FADT revision check to 6.6Yufeng Wang1-5/+5
2026-04-05riscv: add hardware error trap handler supportRui Qi2-0/+3
2026-04-05riscv: remove redundant #ifdef check in cpu-hotplugHui Wang1-2/+0
2026-04-05riscv: export kaslr offset and satp in VMCOREINFO ELF notesAustin Kim1-0/+7
2026-04-05riscv: smp: Clarify comment "cache" -> "instruction cache"Vivian Wang1-2/+2
2026-04-05riscv: smp: Remove outdated comment about disabling preemptionVivian Wang1-4/+0
2026-04-05riscv: fix various typos in comments and codeSean Chang9-9/+9
2026-04-05prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-8/+7
2026-04-05riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley1-5/+5
2026-04-05prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley1-8/+8