summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-11riscv: Fix an off-by-one in get_early_cmdline()Christophe JAILLET
2024-01-11Merge patch series "RISC-V SBI debug console extension support"Palmer Dabbelt
2024-01-11riscv: sbi: Introduce system suspend supportAndrew Jones
2024-01-11Merge patch series "riscv: modules: Fix module loading error handling"Palmer Dabbelt
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-10RISC-V: Add SBI debug console helper routinesAnup Patel
2024-01-10riscv: Fix relocation_hashtable sizeCharlie Jenkins
2024-01-10riscv: Correctly free relocation hashtable on errorCharlie Jenkins
2024-01-10riscv: Fix module loading free orderCharlie Jenkins
2024-01-09Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"Palmer Dabbelt
2024-01-09riscv: hwprobe: export Zicond extensionClément Léger
2024-01-09riscv: hwprobe: export Zacas ISA extensionClément Léger
2024-01-09riscv: add ISA extension parsing for ZacasClément Léger
2024-01-09riscv: hwprobe: export Ztso ISA extensionClément Léger
2024-01-09riscv: add ISA extension parsing for ZtsoClément Léger
2024-01-09use linux/export.h rather than asm-generic/export.hAl Viro
2024-01-09Merge patch series "Fix XIP boot and make XIP testable in QEMU"Palmer Dabbelt
2024-01-09Merge remote-tracking branch 'palmer/fixes' into for-nextPalmer Dabbelt
2024-01-09riscv; fix __user annotation in save_v_state()Ben Dooks
2024-01-09riscv: fix __user annotation in traps_misaligned.cBen Dooks
2024-01-09Merge patch series "riscv: CPU operations cleanup"Palmer Dabbelt
2024-01-09Merge patch series "RISC-V: hwprobe: Introduce which-cpus"Palmer Dabbelt
2024-01-09riscv: Allow disabling of BUILTIN_DTB for XIPFrederik Haxel
2024-01-09riscv: Make XIP bootable againFrederik Haxel
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-09riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti
2024-01-09riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti
2024-01-04riscv: Use the same CPU operations for all CPUsSamuel Holland
2024-01-04riscv: Remove unused members from struct cpu_operationsSamuel Holland
2024-01-04riscv: Deduplicate code in setup_smp()Samuel Holland
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones
2024-01-03RISC-V: Move the hwprobe syscall to its own fileAndrew Jones
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones
2024-01-03RISC-V: Remove the removed single-letter extensionsPalmer Dabbelt
2023-12-30RISC-V: paravirt: Implement steal-time supportAndrew Jones
2023-12-30RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-20riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He
2023-12-20kexec_file, riscv: print out debugging message if requiredBaoquan He
2023-12-20Merge patch series "riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses"Palmer Dabbelt
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-15cfi: Flip headersPeter Zijlstra
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-12kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin
2023-12-12riscv: hwprobe: export Zfa ISA extensionClément Léger
2023-12-12riscv: add ISA extension parsing for ZfaClément Léger
2023-12-12riscv: hwprobe: export Zvfh[min] ISA extensionsClément Léger