summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-29Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt
2024-02-29riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland
2024-02-29riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland
2024-02-29riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland
2024-02-23RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUsConor Dooley
2024-02-22riscv: add CALLER_ADDRx supportZong Li
2024-02-09RISC-V: paravirt: Use correct restricted typesAndrew Jones
2024-02-09RISC-V: paravirt: steal_time should be staticAndrew Jones
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-17riscv: optimize ELF relocation function in riscvMaxim Kochetkov
2024-01-17Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt
2024-01-17riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai
2024-01-17riscv: ftrace: Make function graph use ftrace directlySong Shuai
2024-01-17Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt
2024-01-17riscv: Add static key for misaligned accessesCharlie Jenkins
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu
2024-01-16riscv: vector: use kmem_cache to manage vector contextAndy Chiu
2024-01-16riscv: vector: use a mask to write vstate_ctrlAndy Chiu
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu
2024-01-16riscv: vector: make Vector always available for softirq contextAndy Chiu
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