summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge patch series "SBI PMU event related fixes"Palmer Dabbelt1-0/+1
9 daysdrivers/perf: riscv: Fix Platform firmware event dataAtish Patra1-0/+1
10 daysriscv: qspinlock: Fixup _Q_PENDING_LOOPS definitionGuo Ren1-1/+4
10 daysriscv: mm: Fix the out of bound issue of vmemmap addressXu Lu2-1/+2
2024-12-11riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti1-1/+3
2024-12-01Merge 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-145/+451
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-145/+451
2024-11-26RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt1-1/+0
2024-11-26Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+28
2024-11-24Merge 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-21Merge 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-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-11/+5
2024-11-13riscv: 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
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
2024-11-08arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)1-0/+1
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2-1/+1
2024-11-07mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual1-0/+19
2024-11-05riscv: add PREEMPT_LAZY supportJisheng Zhang1-4/+6
2024-11-05jump_label: adjust inline asm to be consistentAlice Ryhl1-22/+28
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao1-4/+4
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-28RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel1-0/+6
2024-10-28RISC-V: KVM: Add common nested acceleration supportAnup Patel1-0/+239
2024-10-28RISC-V: Add defines for the SBI nested acceleration extensionAnup Patel1-0/+120
2024-10-28riscv: KVM: add basic support for host vs guest profilingQuan Zhou1-0/+10
2024-10-28riscv: perf: add guest vs host distinctionQuan Zhou1-0/+6
2024-10-25Merge patch series "riscv: Userspace pointer masking and tagged address ABI"Palmer Dabbelt7-5/+98
2024-10-25riscv: Add support for the tagged address ABISamuel Holland3-5/+58
2024-10-25riscv: Add support for userspace pointer maskingSamuel Holland2-0/+19
2024-10-25riscv: Add CSR definitions for pointer maskingSamuel Holland1-0/+16
2024-10-25riscv: Add ISA extension parsing for pointer maskingSamuel Holland1-0/+5
2024-10-18Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...Palmer Dabbelt4-13/+12
2024-10-18RISC-V: Detect unaligned vector accesses supportedJesse Taube4-13/+10
2024-10-18RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNEDJesse Taube2-2/+2
2024-10-18RISC-V: Check scalar unaligned access on all CPUsJesse Taube1-0/+2
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-3/+1