summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
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()WangYuli1-0/+8
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: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-05-02riscv: process: Fix kernel gp leakageStefan O'Rear1-3/+0
2024-05-02riscv: Enable per-task stack canariesGuo Ren2-1/+4
2023-12-13riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger1-4/+2
2023-04-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen1-1/+8
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley2-5/+37
2023-03-17riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti1-1/+1
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-11RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley1-0/+3
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-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-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2023-01-04riscv: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
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-11-16riscv: fix reserved memory setupConor Dooley1-0/+1
2022-11-16riscv: Separate memory init from paging initAtish Patra1-0/+1
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 Dooley1-1/+3
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: Allow PROT_WRITE-only mmap()Andrew Bresticker1-3/+0
2022-09-28riscv: fix a nasty sigreturn bug...Al Viro1-0/+2
2022-08-25RISC-V: Add fast call path of crash_kexec()Xianting Tian1-0/+4
2022-08-25riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu1-3/+2
2022-08-21riscv: set default pm_power_off to NULLDimitri John Ledkov1-3/+9
2022-06-14riscv: read-only pages should not be writableHeinrich Schuchardt1-1/+1
2022-06-09riscv: Initialize thread pointer before calling C functionsAlexandre Ghiti1-0/+1
2022-05-09riscv: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-04-08riscv: Fix fill_callchain return valueNikita Shubin1-1/+1
2022-03-16riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing1-5/+16
2022-03-02riscv: fix oops caused by irqsoff latency tracerChangbin Du4-5/+45
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson1-2/+5
2021-11-02riscv: fix misalgned trap vector base addressChen Lu1-0/+1
2021-10-13riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen1-1/+3
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-09-03riscv: Fixup patch_text panic in ftraceGuo Ren1-0/+1
2021-09-03riscv: Fixup wrong ftrace remove cflagGuo Ren1-2/+2