summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2024-07-24RISC-V: ACPI: Enable SPCR table for console output on RISC-VSia Jee Heng
2024-07-24trace: riscv: Remove deprecated kprobe on ftrace supportJinjie Ruan
2024-07-22Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt
2024-07-22riscv: Add vendor extensions to /proc/cpuinfoCharlie Jenkins
2024-07-22riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins
2024-07-22RISC-V: hwprobe: sort EXT_KEY()s in hwprobe_isa_ext0() alphabeticallyConor Dooley
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-12riscv: set trap vector earlieryang.zhang
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt
2024-07-12riscv: hwprobe: export Zawrs ISA extensionAndrew Jones
2024-07-12riscv: Add Zawrs support for spinlocksChristoph Müllner
2024-07-11riscv: hwprobe: export highest virtual userspace addressClément Léger
2024-07-10riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti
2024-07-10riscv: Add tracepoints for SBI calls and returnsSamuel Holland
2024-07-10riscv: convert to generic syscall tableArnd Bergmann
2024-07-03riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai
2024-07-03riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan
2024-06-28Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-06-26Merge patch series "Add support for a few Zc* extensions, Zcmop and Zimop"Palmer Dabbelt
2024-06-26riscv: hwprobe: export Zcmop ISA extensionClément Léger
2024-06-26riscv: add ISA extension parsing for ZcmopClément Léger
2024-06-26riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensionsClément Léger
2024-06-26riscv: add ISA parsing for Zca, Zcf, Zcd and ZcbClément Léger
2024-06-26riscv: add ISA extensions validation callbackClément Léger
2024-06-26riscv: hwprobe: export Zimop ISA extensionClément Léger
2024-06-26riscv: add ISA extension parsing for ZimopClément Léger
2024-06-26Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt
2024-06-26riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu
2024-06-26riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti
2024-06-26Merge patch series "riscv: Various text patching improvements"Palmer Dabbelt
2024-06-26riscv: Remove extra variable in patch_text_nosync()Samuel Holland
2024-06-26riscv: Use offset_in_page() in text patching functionsSamuel Holland
2024-06-26riscv: Pass patch_text() the length in bytesSamuel Holland
2024-06-26riscv: Simplify text patching loopsSamuel Holland
2024-06-26riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland
2024-06-26riscv: jump_label: Batch icache maintenanceSamuel Holland
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann
2024-05-30riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu
2024-05-30riscv: hwprobe: add zve Vector subextensions into hwprobe interfaceAndy Chiu
2024-05-30riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detectionAndy Chiu
2024-05-30riscv: cpufeature: call match_isa_ext() for single-letter extensionsAndy Chiu
2024-05-30riscv: smp: fail booting up smp if inconsistent vlen is detectedAndy Chiu
2024-05-30riscv: vector: add a comment when calling riscv_setup_vsize()Andy Chiu
2024-05-30riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-23riscv: Fix early ftrace nop patchingAlexandre Ghiti
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds