aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2024-05-02riscv: process: Fix kernel gp leakageStefan O'Rear
2024-05-02riscv: Enable per-task stack canariesGuo Ren
2023-12-13riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger
2023-04-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
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: Avoid enabling interrupts in die()Mattias Nissler
2023-03-17RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt
2023-03-11RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
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-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-11-16riscv: fix reserved memory setupConor Dooley
2022-11-16riscv: Separate memory init from paging initAtish Patra
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: Allow PROT_WRITE-only mmap()Andrew Bresticker
2022-09-28riscv: fix a nasty sigreturn bug...Al Viro
2022-08-25RISC-V: Add fast call path of crash_kexec()Xianting Tian
2022-08-25riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu
2022-08-21riscv: set default pm_power_off to NULLDimitri John Ledkov
2022-06-14riscv: read-only pages should not be writableHeinrich Schuchardt
2022-06-09riscv: Initialize thread pointer before calling C functionsAlexandre Ghiti
2022-05-09riscv: patch_text: Fixup last cpu should be masterGuo Ren
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-04-08riscv: Fix fill_callchain return valueNikita Shubin
2022-03-16riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing
2022-03-02riscv: fix oops caused by irqsoff latency tracerChangbin Du
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson
2021-11-02riscv: fix misalgned trap vector base addressChen Lu
2021-10-13riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner
2021-09-03riscv: Fixup patch_text panic in ftraceGuo Ren
2021-09-03riscv: Fixup wrong ftrace remove cflagGuo Ren
2021-09-03riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-06-10riscv: vdso: fix and clean-up MakefileJisheng Zhang
2021-05-22riscv: Workaround mcount name prior to clang-13Nathan Chancellor
2021-05-22riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor
2021-05-19RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel
2021-04-16riscv,entry: fix misaligned base for excp_vect_tableZihao Yu
2021-03-04riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser
2021-01-27riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang