summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
10 daysriscv: lib: Fix ZBB strnlen reading past count boundaryMichael Neuling1-1/+9
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/mm: use physical alignment for vmemmap_start_pfnJiakai Xu1-1/+2
2026-08-09riscv: vdso: Only try to install vDSO when presentThomas Weißschuh1-1/+1
2026-08-09riscv: mm: Fix out-of-bounds page-table walk during memory hot-removeKarl Mehltretter1-2/+2
2026-08-09riscv: drop __init from vec_check_unaligned_access_speed_all_cpusAnirudh Srinivasan1-2/+2
2026-08-03mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song1-2/+3
2026-08-03RISC-V: KVM: Serialize virtual interrupt pending state updatesXie Bo4-34/+87
2026-08-03riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()Mark Harris1-0/+1
2026-08-03riscv: Gate FUNCTION_ALIGNMENT_4B on DYNAMIC_FTRACERui Qi1-1/+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: vdso: Always declare vdso_start symbolsThomas Weißschuh1-5/+5
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 Wang3-7/+10
2026-07-24riscv: dts: sophgo: sg2042: use hex for CPU unit addressInochi Amaoto1-118/+118
2026-07-24riscv: dts: sophgo: sg2044: use hex for CPU unit addressInochi Amaoto1-118/+118
2026-07-24dts: riscv: spacemit: k3: Fix I/O power settingsYixun Lan1-0/+1
2026-07-24riscv: dts: spacemit: fix uboot partition offset on Milk-V JupiterAurelien Jarno1-1/+1
2026-07-24riscv: dts: spacemit: set console baud rate on Milk-V JupiterAurelien Jarno1-1/+1
2026-07-24dts: riscv: spacemit: correct 32k clock frequencyYixun Lan2-2/+2
2026-07-24riscv: dts: microchip: fix pic64gx gpio interrupt-cellsConor Dooley1-3/+3
2026-07-24riscv: dts: microchip: update pic64gx gpio interrupts to better match the SoCConor Dooley2-21/+58
2026-07-24riscv: dts: microchip: remove gpio hogs from beaglev-fireConor Dooley1-15/+10
2026-07-24riscv: dts: microchip: gpio controllers on mpfs need 2 interrupt cellsConor Dooley1-3/+3
2026-07-24dts: spacemit: set console baud rate on bpif3Conor Dooley1-1/+1
2026-07-18riscv: mm: Unconditionally sfence.vma for spurious faultVivian Wang1-2/+5
2026-07-18riscv: mm: Define DIRECT_MAP_PHYSMEM_ENDVivian Wang1-0/+10
2026-07-18riscv: dts: sophgo: Add dma-coherent to SG2042 PCIe controllersHan Gao1-0/+4
2026-07-18bpf: Restrict JIT predictor flush to cBPFPawan Gupta2-2/+3
2026-07-04riscv: kfence: Call mark_new_valid_map() for kfence_unprotect()Vivian Wang2-4/+9
2026-07-04riscv: mm: Extract helper mark_new_valid_map()Vivian Wang1-11/+14
2026-06-10Merge tag 'riscv-for-linux-7.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+9
2026-06-07riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel2-0/+4
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-30Merge tag 'clang-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2026-05-28Disable -Wattribute-alias for clang-23 and newerNathan Chancellor1-0/+4
2026-05-23Merge tag 'kvm-riscv-fixes-7.1-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini4-10/+15
2026-05-22Merge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2026-05-21Merge tag 'soc-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds5-64/+30
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1