aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)Author
2024-05-02riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck
2024-05-02riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland
2024-05-02riscv: fix VMALLOC_START definitionBaoquan He
2024-05-02riscv: process: Fix kernel gp leakageStefan O'Rear
2024-05-02riscv: Enable per-task stack canariesGuo Ren
2024-04-13riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos
2023-12-13riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger
2023-10-25riscv, bpf: Sign-extend return valuesBjörn Töpel
2023-10-25riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri
2023-07-27riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel
2023-07-27bpf, riscv: Support riscv jit to provide bpf_line_infoPu Lehui
2023-07-27riscv: bpf: Avoid breaking W^XJisheng Zhang
2023-07-27riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2023-06-14riscv: fix kprobe __user string arg print fault issueRuan Jinjie
2023-04-20riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor
2023-04-20kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASMasahiro Yamada
2023-04-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
2023-04-05riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley
2023-03-17riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti
2023-03-17riscv: Add header include guards to insn.hLiao Chang
2023-03-17riscv: Avoid enabling interrupts in die()Mattias Nissler
2023-03-17RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt
2023-03-11riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu
2023-03-11RISC-V: fix funct4 definition for c.jalr in parse_asm.hHeiko Stuebner
2023-03-11RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley
2023-02-15riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren
2023-02-15riscv: disable generation of unwind tablesAndreas Schwab
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2023-01-14riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks
2023-01-14riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren
2023-01-14riscv/stacktrace: Fix stack output without ra on the stack topChen Huang
2023-01-14riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2023-01-04riscv: add support for TIF_NOTIFY_SIGNALJens Axboe
2022-12-08riscv: vdso: fix section overlapping under some conditionsJisheng Zhang
2022-12-02RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor
2022-12-02riscv: dts: sifive unleashed: Add PWM controlled LEDsEmil Renner Berthing
2022-11-16riscv: fix reserved memory setupConor Dooley
2022-11-16riscv: Separate memory init from paging initAtish Patra
2022-11-16riscv: Enable CMA supportKefeng Wang
2022-11-16riscv: vdso: fix build with llvmJisheng Zhang
2022-11-16riscv: process: fix kernel info leakageJisheng Zhang
2022-10-30riscv: topology: fix default topology reportingConor Dooley
2022-10-30riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang
2022-10-30riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang
2022-10-26riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song