summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
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 Bonzini2-0/+6
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt10-53/+321
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins2-1/+24
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins3-2/+59
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-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: Add SBI system suspend supportAndrew Jones1-0/+1
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-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 Torvalds3-1/+15
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-144/+450
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-1/+15
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini16-144/+450
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: 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-136/+335
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
2024-11-11riscv: Implement arch_cmpxchg128() using ZacasAlexandre Ghiti1-0/+38
2024-11-11riscv: Improve zacas fully-ordered cmpxchg()Alexandre Ghiti1-28/+64
2024-11-11riscv: Implement cmpxchg8/16() using ZabhaAlexandre Ghiti2-29/+50
2024-11-11riscv: Implement cmpxchg32/64() using ZacasAlexandre Ghiti1-17/+31
2024-11-11riscv: Do not fail to build on byte/halfword operations with ZawrsAlexandre Ghiti1-0/+5
2024-11-11riscv: Move cpufeature.h macros into their own headerAlexandre Ghiti2-57/+70