summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "SBI PMU event related fixes"Palmer Dabbelt9 days1-0/+1
|\
| * drivers/perf: riscv: Fix Platform firmware event dataAtish Patra9 days1-0/+1
* | riscv: use local label names instead of global ones in assemblyClément Léger9 days1-10/+10
* | riscv: qspinlock: Fixup _Q_PENDING_LOOPS definitionGuo Ren9 days1-1/+4
* | riscv: stacktrace: fix backtracing through exceptionsClément Léger9 days2-1/+4
* | riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu9 days3-2/+18
* | riscv: kprobes: Fix incorrect address calculationNam Cao9 days1-1/+1
* | riscv: Fix sleeping in invalid context in die()Nam Cao9 days1-3/+3
* | riscv: module: remove relocation_head rel_entry member allocationClément Léger9 days1-14/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-12-151-1/+1
|\ \
| * | RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bitMichael Neuling2024-12-061-1/+1
| |/
* | riscv: mm: Do not call pmd dtor on vmemmap page table teardownBjörn Töpel2024-12-111-3/+4
* | riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti2024-12-111-1/+3
* | riscv: Fix wrong usage of __pa() on a fixmap addressAlexandre Ghiti2024-12-111-1/+1
* | riscv: Fixup boot failure when CONFIG_DEBUG_RT_MUTEXES=yGuo Ren2024-12-111-3/+9
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-11-308-1/+49
|\
| * Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-11-278-1/+49
| |\
| | * RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VMYong-Xuan Wang2024-11-213-0/+21
| | * RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang2024-11-215-1/+28
| * | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2024-11-2737-181/+1247
| |\ \
* | \ \ Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-1/+1
|\ \ \ \
| * | | | kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada2024-11-271-1/+1
* | | | | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-2737-181/+1247
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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-1113-146/+460
| |\ \ \ \
| | * | | | riscv: Add qspinlock supportAlexandre Ghiti2024-11-114-1/+121
| | * | | | riscv: Add ISA extension parsing for ZiccrseAlexandre Ghiti2024-11-112-0/+2
| | * | | | riscv: Implement xchg8/16() using ZabhaAlexandre Ghiti2024-11-111-24/+41
| | * | | | riscv: Implement arch_cmpxchg128() using ZacasAlexandre Ghiti2024-11-112-0/+39
| | * | | | riscv: Improve zacas fully-ordered cmpxchg()Alexandre Ghiti2024-11-111-28/+64
| | * | | | riscv: Implement cmpxchg8/16() using ZabhaAlexandre Ghiti2024-11-115-29/+72
| | * | | | riscv: Implement cmpxchg32/64() using ZacasAlexandre Ghiti2024-11-113-17/+50
| | * | | | 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-2415-5/+318
| |\ \ \ \ \
| | * | | | | RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guestsSamuel Holland2024-10-242-0/+6
| | * | | | | riscv: hwprobe: Export the Supm ISA extensionSamuel Holland2024-10-242-0/+4
| | * | | | | riscv: Allow ptrace control of the tagged address ABISamuel Holland2024-10-241-0/+42
| | * | | | | riscv: Add support for the tagged address ABISamuel Holland2024-10-244-10/+126
| | * | | | | riscv: Add support for userspace pointer maskingSamuel Holland2024-10-244-0/+121
| | * | | | | riscv: Add CSR definitions for pointer maskingSamuel Holland2024-10-241-0/+16
| | * | | | | riscv: Add ISA extension parsing for pointer maskingSamuel Holland2024-10-242-0/+8
| * | | | | | Merge patch series "Prevent dynamic relocations in vDSO"Palmer Dabbelt2024-10-241-4/+6
| |\ \ \ \ \ \
| | * | | | | | riscv: Check that vdso does not contain any dynamic relocationsAlexandre Ghiti2024-10-241-4/+5
| * | | | | | | Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...Palmer Dabbelt2024-10-1814-38/+458
| |\ \ \ \ \ \ \
| | * | | | | | | RISC-V: Report vector unaligned access speed hwprobeJesse Taube2024-10-186-3/+228
| | * | | | | | | RISC-V: Detect unaligned vector accesses supportedJesse Taube2024-10-1811-30/+222
| | * | | | | | | RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNEDJesse Taube2024-10-185-9/+9
| | * | | | | | | RISC-V: Scalar unaligned access emulated on hotplug CPUsJesse Taube2024-10-181-0/+1