summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
12 daysriscv: mm: Do not call pmd dtor on vmemmap page table teardownBjörn Töpel1-3/+4
12 daysriscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti1-1/+3
12 daysriscv: Fix wrong usage of __pa() on a fixmap addressAlexandre Ghiti1-1/+1
12 daysriscv: Fixup boot failure when CONFIG_DEBUG_RT_MUTEXES=yGuo Ren1-3/+9
2024-12-06RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bitMichael Neuling1-1/+1
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-1/+49
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds37-181/+1247
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini8-1/+49
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini37-181/+1247
2024-11-27kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada1-1/+1
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 Torvalds17-190/+995
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-12/+48
2024-11-21RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VMYong-Xuan Wang3-0/+21
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang5-1/+28
2024-11-20Merge tag 'soc-dt-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds21-33/+853
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 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds3-24/+28
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-50/+26
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+7
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+3
2024-11-14crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-0/+3
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-7/+4
2024-11-13Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini11-12/+27
2024-11-12riscv: Fix default misaligned access trapCharlie Jenkins1-0/+12
2024-11-12Merge tag 'riscv-dt-for-v6.13' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann6-10/+87
2024-11-12Merge tag 'riscv-sophgo-dt-for-v6.13' of https://github.com/sophgo/linux into...Arnd Bergmann10-0/+300
2024-11-12Merge tag 'renesas-dts-for-v6.13-tag1' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann1-0/+4
2024-11-12Merge tag 'thead-dt-for-v6.13-p2' of https://github.com/pdp7/linux into soc/dtArnd Bergmann3-0/+260
2024-11-12Merge tag 'thead-dt-for-v6.13' of https://github.com/pdp7/linux into soc/dtArnd Bergmann4-23/+202
2024-11-11Merge patch series "Zacas/Zabha support and qspinlocks"Palmer Dabbelt13-146/+460
2024-11-11riscv: Add qspinlock supportAlexandre Ghiti4-1/+121
2024-11-11riscv: Add ISA extension parsing for ZiccrseAlexandre Ghiti2-0/+2
2024-11-11riscv: Implement xchg8/16() using ZabhaAlexandre Ghiti1-24/+41
2024-11-11riscv: Implement arch_cmpxchg128() using ZacasAlexandre Ghiti2-0/+39
2024-11-11riscv: Improve zacas fully-ordered cmpxchg()Alexandre Ghiti1-28/+64
2024-11-11riscv: Implement cmpxchg8/16() using ZabhaAlexandre Ghiti5-29/+72
2024-11-11riscv: Implement cmpxchg32/64() using ZacasAlexandre Ghiti3-17/+50
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-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini20-191/+1034
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)2-0/+16
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)13-12/+13
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual1-0/+19