aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-15Merge patch series "RISC-V: hwprobe: Misaligned scalar perf fix and rename"Palmer Dabbelt3-14/+15
2024-08-15riscv: Fix out-of-bounds when accessing Andes per hart vendor extension arrayAlexandre Ghiti1-1/+1
2024-08-14RISC-V: hwprobe: Add SCALAR to misaligned perf definesEvan Green3-14/+14
2024-08-14RISC-V: hwprobe: Add MISALIGNED_PERF keyEvan Green1-0/+1
2024-08-14RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-08-14riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu1-2/+2
2024-08-06riscv: Re-introduce global icache flush in patch_text_XXX()Alexandre Ghiti1-0/+4
2024-08-02Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+7
2024-08-02syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann1-1/+1
2024-08-01RISC-V: Enable the IPI before workqueue_online_cpu()Nick Hu1-1/+1
2024-07-31riscv: cpufeature: Do not drop Linux-internal extensionsSamuel Holland1-8/+6
2024-07-26RISC-V: Provide the frequency of time CSR via hwprobePalmer Dabbelt1-0/+5
2024-07-26Merge patch series "RISC-V: Select ACPI PPTT drivers"Palmer Dabbelt1-7/+28
2024-07-26Merge patch "Enable SPCR table for console output on RISC-V"Palmer Dabbelt1-1/+11
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang1-0/+4
2024-07-26riscv: signal: Remove unlikely() from WARN_ON() conditionZhongqiu Han1-1/+1
2024-07-26riscv: Improve exception and system call latencyAnton Blanchard2-9/+12
2024-07-24riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui1-0/+22
2024-07-24riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui1-7/+6
2024-07-24RISC-V: ACPI: Enable SPCR table for console output on RISC-VSia Jee Heng1-1/+11
2024-07-24trace: riscv: Remove deprecated kprobe on ftrace supportJinjie Ruan2-66/+0
2024-07-22Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt6-43/+214
2024-07-22riscv: Add vendor extensions to /proc/cpuinfoCharlie Jenkins1-3/+32
2024-07-22riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins5-40/+182
2024-07-22RISC-V: hwprobe: sort EXT_KEY()s in hwprobe_isa_ext0() alphabeticallyConor Dooley1-22/+21
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt5-8/+135
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu5-8/+135
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-153/+353
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+12
2024-07-12riscv: set trap vector earlieryang.zhang1-0/+3
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt2-0/+2
2024-07-12riscv: hwprobe: export Zawrs ISA extensionAndrew Jones1-0/+1
2024-07-12riscv: Add Zawrs support for spinlocksChristoph Müllner1-0/+1
2024-07-11riscv: hwprobe: export highest virtual userspace addressClément Léger1-0/+4
2024-07-10riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti1-5/+5
2024-07-10riscv: Add tracepoints for SBI calls and returnsSamuel Holland1-0/+7
2024-07-10riscv: convert to generic syscall tableArnd Bergmann3-4/+12
2024-07-03riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai1-9/+1
2024-07-03riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan1-1/+2
2024-06-28Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-14/+21
2024-06-26Merge patch series "Add support for a few Zc* extensions, Zcmop and Zimop"Palmer Dabbelt2-86/+197
2024-06-26riscv: hwprobe: export Zcmop ISA extensionClément Léger1-0/+1
2024-06-26riscv: add ISA extension parsing for ZcmopClément Léger1-0/+1
2024-06-26riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensionsClément Léger1-0/+4
2024-06-26riscv: add ISA parsing for Zca, Zcf, Zcd and ZcbClément Léger1-1/+54
2024-06-26riscv: add ISA extensions validation callbackClément Léger1-85/+135
2024-06-26riscv: hwprobe: export Zimop ISA extensionClément Léger1-0/+1
2024-06-26riscv: add ISA extension parsing for ZimopClément Léger1-0/+1
2024-06-26Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt1-1/+1
2024-06-26riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu1-1/+1