summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-26riscv: Make VM_WRITE imply VM_READAndrew Bresticker1-1/+2
2022-10-26riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker1-3/+0
2022-10-26RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki1-8/+8
2022-09-28riscv: fix a nasty sigreturn bug...Al Viro1-0/+2
2022-09-08mm: pagewalk: Fix race between unmap and page walkerSteven Price1-2/+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-07-29riscv: add as-options for modules with assembly compontentsBen Dooks1-0/+1
2022-06-14riscv: read-only pages should not be writableHeinrich Schuchardt1-1/+1
2022-06-09riscv: Fix irq_work when SMP is disabledSamuel Holland1-1/+1
2022-06-09riscv: Initialize thread pointer before calling C functionsAlexandre Ghiti1-0/+1
2022-05-30riscv: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2022-05-25riscv: dts: sifive: fu540-c000: align dma node name with dtschemaKrzysztof Kozlowski1-1/+1
2022-05-09riscv: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-08riscv module: remove (NOLOAD)Fangrui Song1-3/+3
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-04-08riscv: Increase stack size under KASANDmitry Vyukov1-2/+8
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-08riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti1-0/+3
2022-03-08riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti1-2/+1
2022-03-02riscv: fix oops caused by irqsoff latency tracerChangbin Du4-5/+45
2022-02-16riscv: fix build with binutils 2.38Aurelien Jarno1-0/+6
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson1-2/+5
2021-11-02riscv: Fix asan-stack clang buildAlexandre Ghiti3-2/+10