summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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: 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-04-11riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi1-1/+3
2026-04-11riscv: kgdb: fix several debug register assignment bugsPaul Walmsley1-3/+4
2026-03-12kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-03-04riscv: vector: init vector context with proper vlenbSergey Matyukevich1-4/+8
2026-02-11riscv: trace: fix snapshot deadlock with sbi ecallMartin Kaiser1-7/+8
2026-02-11riscv: Sanitize syscall table indexing under speculationLukas Gerlach1-1/+3
2026-01-30riscv: suspend: Fix stimecmp update hazard on RV32Naohiko Shimizu1-1/+2
2026-01-17riscv: cpufeature: Fix Zk bundled extension missing ZknhGuodong Xu1-12/+11
2025-11-16riscv: sbi: Prefer SRST shutdown over legacyMayuresh Chitale1-1/+5
2025-10-28riscv: KGDB: Replace deprecated strcpy in kgdb_arch_handle_qxfer_pktThorsten Blum1-2/+2
2025-10-28riscv: tests: Make RISCV_KPROBES_KUNIT tristateVivian Wang3-2/+7
2025-10-28riscv: tests: Rename kprobes_test_riscv to kprobes_riscvVivian Wang1-1/+1
2025-10-27riscv: Fix memory leak in module_frob_arch_sections()Miaoqian Lin1-2/+6
2025-10-27riscv: stacktrace: Disable KASAN checks for non-current tasksChunyan Zhang1-2/+19
2025-10-18riscv: hwprobe: avoid uninitialized variable use in hwprobe_arch_id()Paul Walmsley1-0/+6
2025-10-18riscv: cpufeature: avoid uninitialized variable in has_thead_homogeneous_vlenb()Paul Walmsley1-2/+2
2025-10-18riscv: hwprobe: Fix stale vDSO data for late-initialized keys at bootJingwei Wang3-15/+66
2025-10-18RISC-V: Don't print details of CPUs disabled in DTAnup Patel1-3/+1
2025-10-18riscv: Register IPI IRQs with unique namesSamuel Holland1-12/+12
2025-10-11riscv: kprobes: convert one final __ASSEMBLY__ to __ASSEMBLER__Paul Walmsley1-2/+2
2025-10-10riscv: acpi: avoid errors caused by probing DT devices when ACPI is usedHan Gao1-2/+5
2025-10-10riscv: kprobes: Fix probe address validationFabian Vogt1-4/+9
2025-10-10riscv: entry: fix typo in comment 'instruciton' -> 'instruction'Florian Schmaus1-1/+1
2025-10-10RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence e...Danil Skrebenkov1-0/+1
2025-10-01Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+1
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-30Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-237/+471
2025-09-30Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-25kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-1/+1
2025-09-19riscv: errata: Fix the PAUSE Opcode for MIPS P8700Djordje Todorovic2-0/+6
2025-09-19riscv: hwprobe: Add MIPS vendor extension probingAleksa Paunovic3-0/+28
2025-09-19riscv: Add xmipsexectl as a vendor extensionAleksa Paunovic3-0/+33
2025-09-19riscv: cpufeature: add validation for zfa, zfh and zfhminClément Léger2-11/+9
2025-09-19riscv: sbi: Switch to new sys-off handler APIAndrew Davis1-2/+2
2025-09-18RISC-V: ACPI: enable parsing the BGRT tableHeinrich Schuchardt1-0/+3
2025-09-18riscv: pi: use 'targets' instead of extra-y in MakefileMasahiro Yamada1-1/+1
2025-09-18riscv: mmap(): use unsigned offset type in riscv_sys_mmapJessica Liu1-1/+1