aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2025-01-24Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+1
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-21/+25
2025-01-20riscv: sbi: vendorid_list: Add Microchip Technology to the vendor listValentina Fernandez1-0/+1
2025-01-20Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-0/+10
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt12-54/+326
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins2-1/+24
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins5-3/+64
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins3-50/+180
2025-01-18riscv: Add xtheadvector instruction definitionsCharlie Jenkins1-0/+25
2025-01-18riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSATCharlie Jenkins1-3/+8
2025-01-18RISC-V: define the elements of the VCSR vector CSRHeiko Stuebner1-0/+4
2025-01-18riscv: vector: Use vlenb from DT for theadCharlie Jenkins2-0/+8
2025-01-18riscv: Add thead and xtheadvector as a vendor extensionCharlie Jenkins1-0/+16
2025-01-15Merge tag 'loongarch-kvm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini4-2/+7
2025-01-09Merge patch series "SBI PMU event related fixes"Palmer Dabbelt1-0/+1
2025-01-09drivers/perf: riscv: Fix Platform firmware event dataAtish Patra1-0/+1
2025-01-08riscv: qspinlock: Fixup _Q_PENDING_LOOPS definitionGuo Ren1-1/+4
2025-01-08riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu2-1/+2
2024-12-30riscv: Always inline bitopsNathan Chancellor1-10/+10
2024-12-30RISC-V: KVM: Add new exit statstics for redirected trapsAtish Patra1-0/+5
2024-12-30RISC-V: KVM: Allow Ziccrse extension for Guest/VMQuan Zhou1-0/+1
2024-12-30RISC-V: KVM: Allow Zabha extension for Guest/VMQuan Zhou1-0/+1
2024-12-30RISC-V: KVM: Allow Svvptc extension for Guest/VMQuan Zhou1-0/+1
2024-12-30RISC-V: KVM: Add SBI system suspend supportAndrew Jones2-0/+2
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)1-0/+1
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)1-0/+5
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)1-0/+14
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)1-21/+5
2024-12-19Merge tag 'kvm-selftests-treewide-6.14' of https://github.com/kvm-x86/linux i...Paolo Bonzini1-3/+0
2024-12-17KVM: Move KVM_REG_SIZE() definition to common uAPI headerSean Christopherson1-3/+0
2024-12-11riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti1-1/+3
2024-12-11riscv/futex: Optimize atomic cmpxchgDavidlohr Bueso1-1/+1
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-1/+17
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds18-145/+459
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini4-1/+17
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini18-145/+459
2024-11-26RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt1-1/+0
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+28
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-0/+378
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-1/+21
2024-11-21RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VMYong-Xuan Wang1-0/+2
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang3-1/+15
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-9/+13
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-11/+5
2024-11-12riscv: Fix default misaligned access trapCharlie Jenkins1-0/+12
2024-11-11Merge patch series "Zacas/Zabha support and qspinlocks"Palmer Dabbelt7-137/+336
2024-11-11riscv: Add qspinlock supportAlexandre Ghiti2-1/+50
2024-11-11riscv: Add ISA extension parsing for ZiccrseAlexandre Ghiti1-0/+1
2024-11-11riscv: Implement xchg8/16() using ZabhaAlexandre Ghiti1-24/+41