aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu4-12/+163
2024-01-16riscv: vector: use kmem_cache to manage vector contextAndy Chiu2-2/+24
2024-01-16riscv: vector: use a mask to write vstate_ctrlAndy Chiu1-1/+2
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu3-3/+3
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu5-4/+12
2024-01-16riscv: vector: make Vector always available for softirq contextAndy Chiu1-2/+12
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu3-0/+118
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2024-01-11riscv: Fix an off-by-one in get_early_cmdline()Christophe JAILLET1-2/+1
2024-01-11Merge patch series "RISC-V SBI debug console extension support"Palmer Dabbelt1-0/+66
2024-01-11riscv: sbi: Introduce system suspend supportAndrew Jones1-0/+44
2024-01-11Merge patch series "riscv: modules: Fix module loading error handling"Palmer Dabbelt1-5/+9
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+1
2024-01-10RISC-V: Add SBI debug console helper routinesAnup Patel1-0/+66
2024-01-10riscv: Fix relocation_hashtable sizeCharlie Jenkins1-1/+1
2024-01-10riscv: Correctly free relocation hashtable on errorCharlie Jenkins1-3/+7
2024-01-10riscv: Fix module loading free orderCharlie Jenkins1-1/+1
2024-01-09Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"Palmer Dabbelt2-0/+5
2024-01-09riscv: hwprobe: export Zicond extensionClément Léger1-0/+1
2024-01-09riscv: hwprobe: export Zacas ISA extensionClément Léger1-0/+1
2024-01-09riscv: add ISA extension parsing for ZacasClément Léger1-0/+1
2024-01-09riscv: hwprobe: export Ztso ISA extensionClément Léger1-0/+1
2024-01-09riscv: add ISA extension parsing for ZtsoClément Léger1-0/+1
2024-01-09use linux/export.h rather than asm-generic/export.hAl Viro2-2/+2
2024-01-09Merge patch series "Fix XIP boot and make XIP testable in QEMU"Palmer Dabbelt1-1/+4
2024-01-09Merge remote-tracking branch 'palmer/fixes' into for-nextPalmer Dabbelt7-41/+107
2024-01-09riscv; fix __user annotation in save_v_state()Ben Dooks1-1/+1
2024-01-09riscv: fix __user annotation in traps_misaligned.cBen Dooks1-3/+3
2024-01-09Merge patch series "riscv: CPU operations cleanup"Palmer Dabbelt8-83/+22
2024-01-09Merge patch series "RISC-V: hwprobe: Introduce which-cpus"Palmer Dabbelt4-329/+484
2024-01-09riscv: Allow disabling of BUILTIN_DTB for XIPFrederik Haxel1-1/+3
2024-01-09riscv: Make XIP bootable againFrederik Haxel1-0/+1
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds3-32/+7
2024-01-09riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti1-1/+2
2024-01-09riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti3-1/+14
2024-01-04riscv: Use the same CPU operations for all CPUsSamuel Holland4-21/+16
2024-01-04riscv: Remove unused members from struct cpu_operationsSamuel Holland7-48/+1
2024-01-04riscv: Deduplicate code in setup_smp()Samuel Holland1-20/+11
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones2-12/+162
2024-01-03RISC-V: Move the hwprobe syscall to its own fileAndrew Jones3-285/+290
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones2-12/+12
2024-01-03RISC-V: Remove the removed single-letter extensionsPalmer Dabbelt1-4/+0
2023-12-30RISC-V: paravirt: Implement steal-time supportAndrew Jones1-3/+59
2023-12-30RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones3-0/+83
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2023-12-20riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He1-1/+1
2023-12-20kexec_file, riscv: print out debugging message if requiredBaoquan He2-31/+6
2023-12-20Merge patch series "riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses"Palmer Dabbelt1-1/+1
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti1-1/+1
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1