summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "SBI PMU event related fixes"Palmer Dabbelt12 days1-0/+1
|\
| * drivers/perf: riscv: Fix Platform firmware event dataAtish Patra12 days1-0/+1
* | riscv: qspinlock: Fixup _Q_PENDING_LOOPS definitionGuo Ren13 days1-1/+4
* | riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu13 days2-1/+2
* | riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti2024-12-111-1/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-11-304-1/+17
|\
| * Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-11-274-1/+17
| |\
| | * RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VMYong-Xuan Wang2024-11-211-0/+2
| | * RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang2024-11-213-1/+15
| * | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2024-11-2718-145/+459
| |\ \ | | |/ | |/|
* | | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-2718-145/+459
|\ \ \ | | |/ | |/|
| * | RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt2024-11-261-1/+0
| * | riscv: Fix default misaligned access trapCharlie Jenkins2024-11-121-0/+12
| * | Merge patch series "Zacas/Zabha support and qspinlocks"Palmer Dabbelt2024-11-117-137/+336
| |\ \
| | * | riscv: Add qspinlock supportAlexandre Ghiti2024-11-112-1/+50
| | * | riscv: Add ISA extension parsing for ZiccrseAlexandre Ghiti2024-11-111-0/+1
| | * | riscv: Implement xchg8/16() using ZabhaAlexandre Ghiti2024-11-111-24/+41
| | * | riscv: Implement arch_cmpxchg128() using ZacasAlexandre Ghiti2024-11-111-0/+38
| | * | riscv: Improve zacas fully-ordered cmpxchg()Alexandre Ghiti2024-11-111-28/+64
| | * | riscv: Implement cmpxchg8/16() using ZabhaAlexandre Ghiti2024-11-112-29/+50
| | * | riscv: Implement cmpxchg32/64() using ZacasAlexandre Ghiti2024-11-111-17/+31
| | * | riscv: Do not fail to build on byte/halfword operations with ZawrsAlexandre Ghiti2024-11-111-0/+5
| | * | riscv: Move cpufeature.h macros into their own headerAlexandre Ghiti2024-11-112-57/+70
| * | | Merge patch series "riscv: Userspace pointer masking and tagged address ABI"Palmer Dabbelt2024-10-249-5/+101
| |\ \ \
| | * | | RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guestsSamuel Holland2024-10-241-0/+2
| | * | | riscv: hwprobe: Export the Supm ISA extensionSamuel Holland2024-10-241-0/+1
| | * | | riscv: Add support for the tagged address ABISamuel Holland2024-10-243-5/+58
| | * | | riscv: Add support for userspace pointer maskingSamuel Holland2024-10-242-0/+19
| | * | | riscv: Add CSR definitions for pointer maskingSamuel Holland2024-10-241-0/+16
| | * | | riscv: Add ISA extension parsing for pointer maskingSamuel Holland2024-10-241-0/+5
| * | | | Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...Palmer Dabbelt2024-10-185-13/+17
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | RISC-V: Detect unaligned vector accesses supportedJesse Taube2024-10-185-13/+15
| | * | | RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNEDJesse Taube2024-10-182-2/+2
| | * | | RISC-V: Check scalar unaligned access on all CPUsJesse Taube2024-10-181-0/+2
| * | | | riscv: Call riscv_user_isa_enable() only on the boot hartSamuel Holland2024-10-051-1/+1
| * | | | riscv: Add support for per-thread envcfg CSR valuesSamuel Holland2024-10-052-0/+9
| |/ / /
* | | | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-261-22/+28
|\ \ \ \
| * | | | jump_label: adjust inline asm to be consistentAlice Ryhl2024-11-041-22/+28
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-11-244-0/+378
|\ \ \ \ | | |_|/ | |/| |
| * | | RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel2024-10-281-0/+6
| * | | RISC-V: KVM: Add common nested acceleration supportAnup Patel2024-10-281-0/+239
| * | | RISC-V: Add defines for the SBI nested acceleration extensionAnup Patel2024-10-281-0/+120
| * | | riscv: KVM: add basic support for host vs guest profilingQuan Zhou2024-10-281-0/+10
| * | | riscv: perf: add guest vs host distinctionQuan Zhou2024-10-281-0/+6
| |/ /
* | | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-234-1/+21
|\ \ \
| * | | arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)2024-11-071-0/+1
| * | | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-072-1/+1
| * | | mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual2024-11-071-0/+19
| |/ /
* | | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-211-3/+0
|\ \ \
| * | | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-3/+0
| |/ /