summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-06riscv: dts: thead: Add TH1520 ethernet nodesEmil Renner Berthing3-0/+260
2024-11-07riscv: defconfig: Enable T-HEAD C900 ACLINT SSWI driversInochi Amaoto1-0/+1
2024-11-05riscv: add PREEMPT_LAZY supportJisheng Zhang2-4/+7
2024-11-05riscv: kvm: Fix out-of-bounds array accessBjörn Töpel1-4/+7
2024-11-05RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulationYong-Xuan Wang1-1/+2
2024-11-04Merge tag 'arm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-7/+4
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl1-22/+28
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao4-8/+8
2024-11-02riscv: vdso: Use only one single vvar mappingThomas Weißschuh1-35/+17
2024-11-02riscv: dts: sophgo: Add emmc support for Huashan PiInochi Amaoto4-0/+35
2024-11-02riscv: dts: sophgo: Add sdio configuration for Huashan PiInochi Amaoto2-0/+21
2024-11-02riscv: dts: sophgo: fix pinctrl base-addressThomas Bonnefille1-1/+1
2024-11-02timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner1-1/+0
2024-11-01Merge tag 'riscv-for-linus-6.11-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-12/+27
2024-11-01Merge tag 'riscv-soc-fixes-for-v6.12-rc6' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2-4/+1
2024-11-01Merge tag 'riscv-sophgo-dt-fixes-for-v6.12-rc1' of https://github.com/sophgo/...Arnd Bergmann1-3/+3
2024-10-31riscv: dts: starfive: add DeepComputing FML13V01 board device treeSandie Cao2-0/+18
2024-10-31riscv: dts: starfive: jh7110-common: move usb0 config to board dtsGuodong Xu4-5/+15
2024-10-31riscv: dts: starfive: jh7110-common: revised device nodeGuodong Xu4-5/+54
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-28RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEsAnup Patel1-17/+40
2024-10-28RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit()Anup Patel1-13/+21
2024-10-28RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel3-4/+79
2024-10-28RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRsAnup Patel1-34/+63
2024-10-28RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRsAnup Patel3-48/+87
2024-10-28RISC-V: KVM: Add common nested acceleration supportAnup Patel4-2/+441
2024-10-28RISC-V: Add defines for the SBI nested acceleration extensionAnup Patel1-0/+120