summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-12-07RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence e...Danil Skrebenkov1-0/+1
2025-12-07riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macroJosephine Pfeiffer1-1/+1
2025-10-29riscv: kprobes: Fix probe address validationFabian Vogt1-4/+9
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-8/+6
2025-05-02riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-05-02riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli1-3/+1
2025-05-02riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli2-8/+9
2025-05-02riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-04-10riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2025-01-23riscv: Fix sleeping in invalid context in die()Nam Cao1-3/+3
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-10-17riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang1-0/+5
2024-10-17riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-09-12riscv: set trap vector earlieryang.zhang1-0/+3
2024-08-19riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()Zhe Qiao1-8/+9
2024-07-27riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan1-1/+2
2024-07-18riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai1-9/+1
2024-07-05riscv: fix overlap of allocated page and PTR_ERRNam Cao1-10/+11
2024-07-05riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdefJisheng Zhang1-27/+16
2024-06-16riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin1-6/+14
2024-06-16riscv: stacktrace: Make walk_stackframe cross pt_regs frameGuo Ren2-1/+11
2024-05-02riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland1-1/+1
2024-05-02riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2024-04-10riscv: process: Fix kernel gp leakageStefan O'Rear1-3/+0
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland1-2/+2
2024-03-27riscv: dts: sifive: add missing #interrupt-cells to pmicConor Dooley1-0/+1
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-03-01RISC-V: fix funct4 definition for c.jalr in parse_asm.hHeiko Stuebner1-1/+1
2024-02-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+1
2024-01-26riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti1-1/+2
2024-01-26riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti4-1/+15
2023-12-13riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger1-4/+2
2023-11-28riscv: kprobes: allow writing to x0Nam Cao1-1/+1
2023-10-20riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-10-20riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2023-08-26riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti1-4/+7
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-07-23riscv: mm: fix truncation warning on RV32Jisheng Zhang1-1/+1
2023-07-23riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel2-9/+16
2023-07-23bpf, riscv: Support riscv jit to provide bpf_line_infoPu Lehui2-1/+8
2023-07-23riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang1-1/+3
2023-07-23riscv: uprobes: Restore thread.bad_causeTiezhu Yang1-0/+2
2023-06-14riscv: fix kprobe __user string arg print fault issueRuan Jinjie1-0/+1
2023-06-09riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti1-1/+1
2023-05-17RISC-V: Fix up a cherry-pick warning in setup_vm_final()Alexandre Ghiti1-1/+2
2023-05-17RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng1-0/+8