summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2024-12-11riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2024-11-26RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-21RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VMYong-Xuan Wang
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-12riscv: Fix default misaligned access trapCharlie Jenkins
2024-11-11Merge patch series "Zacas/Zabha support and qspinlocks"Palmer Dabbelt
2024-11-11riscv: Add qspinlock supportAlexandre Ghiti
2024-11-11riscv: Add ISA extension parsing for ZiccrseAlexandre Ghiti
2024-11-11riscv: Implement xchg8/16() using ZabhaAlexandre Ghiti
2024-11-11riscv: Implement arch_cmpxchg128() using ZacasAlexandre Ghiti
2024-11-11riscv: Improve zacas fully-ordered cmpxchg()Alexandre Ghiti
2024-11-11riscv: Implement cmpxchg8/16() using ZabhaAlexandre Ghiti
2024-11-11riscv: Implement cmpxchg32/64() using ZacasAlexandre Ghiti
2024-11-11riscv: Do not fail to build on byte/halfword operations with ZawrsAlexandre Ghiti
2024-11-11riscv: Move cpufeature.h macros into their own headerAlexandre Ghiti
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual
2024-11-05riscv: add PREEMPT_LAZY supportJisheng Zhang
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-10-28RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel
2024-10-28RISC-V: KVM: Add common nested acceleration supportAnup Patel
2024-10-28RISC-V: Add defines for the SBI nested acceleration extensionAnup Patel
2024-10-28riscv: KVM: add basic support for host vs guest profilingQuan Zhou
2024-10-28riscv: perf: add guest vs host distinctionQuan Zhou
2024-10-24Merge patch series "riscv: Userspace pointer masking and tagged address ABI"Palmer Dabbelt
2024-10-24RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guestsSamuel Holland
2024-10-24riscv: hwprobe: Export the Supm ISA extensionSamuel Holland
2024-10-24riscv: Add support for the tagged address ABISamuel Holland
2024-10-24riscv: Add support for userspace pointer maskingSamuel Holland
2024-10-24riscv: Add CSR definitions for pointer maskingSamuel Holland
2024-10-24riscv: Add ISA extension parsing for pointer maskingSamuel Holland
2024-10-18Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...Palmer Dabbelt
2024-10-18RISC-V: Detect unaligned vector accesses supportedJesse Taube
2024-10-18RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNEDJesse Taube
2024-10-18RISC-V: Check scalar unaligned access on all CPUsJesse Taube
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino
2024-10-15riscv: vdso: Remove timekeeper includeThomas Weißschuh