summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
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-02-01riscv: 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-08-19riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()Zhe Qiao1-8/+9
2024-05-02riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck1-0/+1
2024-05-02riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland1-1/+1
2024-05-02riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2024-05-02riscv: process: Fix kernel gp leakageStefan O'Rear1-3/+0
2024-05-02riscv: Enable per-task stack canariesGuo Ren5-2/+23
2024-04-13riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland1-2/+2
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2023-12-13riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger1-4/+2
2023-10-25riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-10-25riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-07-27riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel2-9/+16
2023-07-27bpf, riscv: Support riscv jit to provide bpf_line_infoPu Lehui2-1/+8
2023-07-27riscv: bpf: Avoid breaking W^XJisheng Zhang1-1/+2
2023-07-27riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang2-13/+13
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2023-06-14riscv: fix kprobe __user string arg print fault issueRuan Jinjie1-0/+1
2023-04-20riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor2-4/+28
2023-04-20kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASMasahiro Yamada1-1/+1
2023-04-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen1-1/+8
2023-04-05riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti1-0/+8
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley4-6/+40
2023-03-17riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti1-1/+1
2023-03-17riscv: Add header include guards to insn.hLiao Chang1-0/+5
2023-03-17riscv: Avoid enabling interrupts in die()Mattias Nissler1-2/+3
2023-03-17RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt1-3/+6
2023-03-11riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-03-11RISC-V: fix funct4 definition for c.jalr in parse_asm.hHeiko Stuebner1-1/+1
2023-03-11RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley1-0/+3
2023-02-15riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren1-1/+3
2023-02-15riscv: disable generation of unwind tablesAndreas Schwab1-0/+3
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman2-2/+2
2023-01-14riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-14riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren1-1/+1
2023-01-14riscv/stacktrace: Fix stack output without ra on the stack topChen Huang1-3/+9
2023-01-14riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen1-0/+6
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2023-01-04riscv: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5