summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-81/+720
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+2
2024-01-18riscv: optimize ELF relocation function in riscvMaxim Kochetkov1-4/+16
2024-01-18Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt2-54/+174
2024-01-18riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai1-0/+10
2024-01-18riscv: ftrace: Make function graph use ftrace directlySong Shuai2-55/+165
2024-01-18Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt1-3/+87
2024-01-18riscv: Add static key for misaligned accessesCharlie Jenkins1-3/+87
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+139
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds22-416/+704
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt7-13/+323
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-11Merge 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-10Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"Palmer Dabbelt2-0/+5
2024-01-10riscv: hwprobe: export Zicond extensionClément Léger1-0/+1
2024-01-10riscv: hwprobe: export Zacas ISA extensionClément Léger1-0/+1
2024-01-10riscv: add ISA extension parsing for ZacasClément Léger1-0/+1
2024-01-10riscv: hwprobe: export Ztso ISA extensionClément Léger1-0/+1
2024-01-10riscv: add ISA extension parsing for ZtsoClément Léger1-0/+1
2024-01-10use linux/export.h rather than asm-generic/export.hAl Viro2-2/+2
2024-01-10Merge patch series "Fix XIP boot and make XIP testable in QEMU"Palmer Dabbelt1-1/+4
2024-01-10Merge remote-tracking branch 'palmer/fixes' into for-nextPalmer Dabbelt7-41/+107
2024-01-10riscv; fix __user annotation in save_v_state()Ben Dooks1-1/+1
2024-01-10riscv: fix __user annotation in traps_misaligned.cBen Dooks1-3/+3
2024-01-10Merge patch series "riscv: CPU operations cleanup"Palmer Dabbelt8-83/+22
2024-01-10Merge patch series "RISC-V: hwprobe: Introduce which-cpus"Palmer Dabbelt4-329/+484
2024-01-10riscv: Allow disabling of BUILTIN_DTB for XIPFrederik Haxel1-1/+3
2024-01-10riscv: 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-05riscv: Use the same CPU operations for all CPUsSamuel Holland4-21/+16
2024-01-05riscv: Remove unused members from struct cpu_operationsSamuel Holland7-48/+1
2024-01-05riscv: Deduplicate code in setup_smp()Samuel Holland1-20/+11
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones2-12/+162