summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
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: stacktrace: Remove bogus -0x4 offset in non-FP walk_stackframeRui Qi1-1/+1
2026-04-11riscv: kgdb: fix several debug register assignment bugsPaul Walmsley1-3/+4
2026-03-25riscv: Sanitize syscall table indexing under speculationLukas Gerlach1-1/+4
2026-01-17riscv: uprobes: Add missing fence.i after building the XOL bufferBjörn Töpel1-8/+2
2025-11-24riscv: acpi: avoid errors caused by probing DT devices when ACPI is usedHan Gao1-2/+5
2025-11-24RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence e...Danil Skrebenkov1-0/+1
2025-11-24riscv: stacktrace: fix backtracing through exceptionsClément Léger2-1/+4
2025-11-24riscv: stacktrace: Disable KASAN checks for non-current tasksChunyan Zhang1-2/+19
2025-11-24riscv: Improve exception and system call latencyAnton Blanchard2-9/+12
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-10-29RISC-V: Don't print details of CPUs disabled in DTAnup Patel1-3/+1
2025-10-23riscv: kprobes: Fix probe address validationFabian Vogt1-4/+9
2025-05-09riscv: Pass patch_text() the length in bytesSamuel Holland2-17/+15
2025-04-25riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli1-3/+1
2025-04-25riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli1-0/+8
2025-04-25riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-03-13riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland1-1/+1
2025-03-13riscv: signal: fix signal_minsigstkszYong-Xuan Wang1-1/+1
2025-03-13RISC-V: Enable cbo.zero in usermodeAndrew Jones3-0/+14
2025-03-13riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring1-6/+6
2025-03-13riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà1-2/+5
2025-03-13riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui1-0/+22
2025-03-13riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui1-7/+6
2025-03-07riscv: signal: fix signal frame sizeYong-Xuan Wang1-6/+0
2025-02-08RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt1-1/+1
2025-01-17riscv: Fix text patching when IPI are usedAlexandre Ghiti2-8/+52
2025-01-17riscv: kprobes: Fix incorrect address calculationNam Cao1-1/+1
2025-01-17riscv: Fix sleeping in invalid context in die()Nam Cao1-3/+3
2025-01-17riscv: Fix early ftrace nop patchingAlexandre Ghiti1-0/+3
2024-12-19riscv: Fix wrong usage of __pa() on a fixmap addressAlexandre Ghiti1-1/+1
2024-12-09of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-11-08riscv: Remove duplicated GET_RMChunyan Zhang1-2/+0
2024-11-08riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang1-2/+0
2024-11-08riscv: Use '%u' to format the output of 'cpu'WangYuli1-1/+1
2024-11-08riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt1-1/+1
2024-11-08riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-11-08RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui1-2/+2
2024-10-17riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknownYing Sun1-0/+6
2024-10-17riscv: avoid Imbalance in RASJisheng Zhang1-2/+2
2024-10-17riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins2-6/+42
2024-10-04riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-09-12riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti1-1/+1
2024-09-12riscv: set trap vector earlieryang.zhang1-0/+3
2024-09-12riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland1-3/+2
2024-08-29riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu1-2/+1
2024-08-29riscv: blacklist assembly symbols for kprobeClément Léger1-0/+3
2024-08-11riscv: remove unused functions in traps_misaligned.cClément Léger1-39/+7