summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-08riscv: vdso: fix section overlapping under some conditionsJisheng Zhang1-0/+1
2022-12-02RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2-0/+5
2022-12-02riscv: dts: sifive unleashed: Add PWM controlled LEDsEmil Renner Berthing1-0/+38
2022-11-16riscv: fix reserved memory setupConor Dooley2-1/+1
2022-11-16riscv: Separate memory init from paging initAtish Patra3-1/+7
2022-11-16riscv: Enable CMA supportKefeng Wang1-2/+6
2022-11-16riscv: vdso: fix build with llvmJisheng Zhang1-1/+1
2022-11-16riscv: process: fix kernel info leakageJisheng Zhang1-0/+2
2022-10-30riscv: topology: fix default topology reportingConor Dooley2-2/+4
2022-10-30riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang1-2/+2
2022-10-30riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang1-1/+8
2022-10-26riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song1-0/+2