aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-29riscv: drop __init from vec_check_unaligned_access_speed_all_cpusAnirudh Srinivasan1-2/+2
2026-07-15riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()Mark Harris1-0/+1
2026-07-14arch/riscv: vdso: remove CFI landing pad from rt_sigreturnAurelien Jarno1-1/+9
2026-07-13riscv: vdso: Do not use LTO for the vDSOThomas Weißschuh1-3/+3
2026-07-13riscv: mm: Make mark_new_valid_map() stuff depend on 64BIT && MMUVivian Wang1-1/+1
2026-07-06riscv: Prevent NULL pointer dereference in machine_kexec_prepare()Tao Liu1-0/+3
2026-06-30riscv: probes: save original sp in rethook trampolineMartin Kaiser1-0/+3
2026-06-25riscv: Fix 32-bit call_on_irq_stack() frame pointer ABISamuel Holland2-6/+6
2026-06-25riscv: smp: use secs_to_jiffies in __cpu_upThorsten Blum1-3/+2
2026-06-25riscv: Add build salt to the vDSOBastian Blank1-0/+3
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+9
2026-06-18Merge tag 'riscv-for-linus-7.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-138/+112
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2026-06-08riscv: traps_misaligned: Avoid redundant unaligned access speed probeNam Cao1-2/+2
2026-06-08riscv: misaligned: Fix fast_unaligned_access_speed_key initNam Cao1-47/+22
2026-06-07riscv: alternative: Also patch the CFI vDSOThomas Weißschuh1-0/+3
2026-06-07riscv: alternative: Pass vDSO start as parameter to apply_vdso_alternatives()Thomas Weißschuh1-3/+3
2026-06-07riscv: alternative: Use IS_ENABLED() over ifdeffery for apply_vdso_alternativ...Thomas Weißschuh1-5/+2
2026-06-07riscv: kexec: use min to simplify riscv_kexec_elf_loadThorsten Blum1-6/+2
2026-06-07riscv: panic if IRQ handler stacks cannot be allocatedOsama Abdelkader1-8/+14
2026-06-06riscv: mm: Unconditionally sfence.vma for spurious faultVivian Wang1-2/+5
2026-06-06riscv: mm: Rename new_vmalloc into new_valid_map_cpusVivian Wang1-19/+19
2026-06-06riscv: kfence: Call mark_new_valid_map() for kfence_unprotect()Vivian Wang1-2/+4
2026-06-06riscv: stacktrace: Remove bogus -0x4 offset in non-FP walk_stackframeRui Qi1-1/+1
2026-06-06riscv: cacheinfo: Fix node reference leak in populate_cache_leavesZishun Yi1-1/+1
2026-06-06riscv: kexec_file: Constrain segment placement to direct mapHan Gao1-1/+2
2026-06-06riscv: cpu_ops_sbi: No need to be bothered to check ret.errorHui Wang1-8/+3
2026-06-06riscv: cpu_ops: Change return value type of cpu_is_stopped() to boolHui Wang2-6/+9
2026-06-06riscv: kexec_elf: Remove unused pr_fmt definitionHui Wang1-2/+0
2026-06-06riscv: module: Use generic cmp_int() instead of custom cmp_3way()Florian Schmaus1-4/+2
2026-06-06riscv: Fix ftrace_graph_ret_addr() to use the correct task pointerRui Qi1-1/+1
2026-06-06riscv: propagate insert_resource result from add_resourceThorsten Blum1-7/+4
2026-06-06riscv: use sysfs_emit in cpu_show_ghostwriteThorsten Blum1-6/+6
2026-06-06riscv: pi: replace strlcat with strscpy in get_early_cmdlineThorsten Blum1-8/+8
2026-06-06riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel1-0/+3
2026-06-06riscv: Fix fast_unaligned_access_speed_key not getting initializedNam Cao1-11/+4
2026-06-06riscv/ptrace: Use USER_REGSET_NOTE_TYPE for REGSET_CFIAndreas Schwab1-1/+1
2026-05-28riscv: add platform-specific double word shifts for riscv32Dmitry Antipov1-0/+9
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner1-2/+1
2026-05-13riscv: misaligned: Make enabling delegation depend on NONPORTABLEVivian Wang1-1/+1
2026-05-13riscv: cfi: reduce shadow stack size limit from 4GB to 2GBZong Li1-3/+4
2026-05-07riscv: cpufeature: Use pre-defined ISA ext macros to index isa2hwcapHui Wang1-8/+8
2026-05-01riscv: 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-29riscv: 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-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-3/+22
2026-04-13Merge 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