aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Merge tag 'riscv-config-for-v6.16' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-0/+4
2025-05-21Merge tag 'renesas-dts-for-v6.16-tag3' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann1-1/+2
2025-05-21Merge tag 'riscv-dt-for-v6.16' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-14/+57
2025-05-21Merge tag 'spacemit-dt-for-6.16-1' of https://github.com/spacemit-com/linux i...Arnd Bergmann3-9/+137
2025-05-21Merge tag 'thead-dt-for-v6.16' of https://github.com/pdp7/linux into soc/dtArnd Bergmann1-0/+21
2025-05-21include: pe.h: Fix PE definitionsPali Rohár1-4/+4
2025-05-21RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESETRadim Krčmář5-13/+48
2025-05-21RISC-V: KVM: Remove scounteren initializationAtish Patra2-3/+10
2025-05-21KVM: RISC-V: remove unnecessary SBI reset stateRadim Krčmář5-45/+46
2025-05-21KVM: RISC-V: refactor sbi reset requestRadim Krčmář4-21/+16
2025-05-21KVM: RISC-V: refactor vector state resetRadim Krčmář3-11/+13
2025-05-21RISC-V: KVM: Remove experimental tag for RISC-VAtish Patra1-1/+1
2025-05-19riscv: dts: sophgo: switch precise compatible for existed clock device for CV...Inochi Amaoto3-3/+3
2025-05-19riscv: dts: sophgo: Add initial device tree of Sophgo SRD3-10Inochi Amaoto5-0/+3249
2025-05-19riscv: dts: sopgho: use SOC_PERIPHERAL_IRQ to calculate interrupt numberInochi Amaoto5-23/+29
2025-05-19riscv: dts: sophgo: rename header file cv18xx.dtsi to cv180x.dtsiInochi Amaoto4-3/+3
2025-05-19riscv: dts: sophgo: Move riscv cpu definition to a separate fileInochi Amaoto5-29/+39
2025-05-19riscv: dts: sophgo: Move all soc specific device into soc dtsi fileInochi Amaoto4-52/+72
2025-05-19riscv: sophgo: dts: Add spi controller for SG2042Zixian Zeng1-0/+26
2025-05-19riscv: dts: sophgo: sg2042: add pinctrl supportInochi Amaoto2-0/+78
2025-05-15riscv: dts: starfive: jh7110-common: bootph-pre-ram hinting needed by boot lo...E Shattow1-0/+9
2025-05-15riscv: dts: starfive: jh7110-common: add eeprom node to i2c5E Shattow1-0/+6
2025-05-15riscv: dts: starfive: jh7110-common: qspi flash setting read-delay 2 cycles m...E Shattow1-2/+2
2025-05-15riscv: dts: starfive: jh7110-common: add CPU BUS PERH QSPI clocks to syscrgE Shattow1-2/+10
2025-05-15riscv: dts: starfive: jh7110-common: use macros for MMC0 pinsIcenowy Zheng1-10/+11
2025-05-15riscv: dts: starfive: fml13v01: enable USB 3.0 portSandie Cao1-0/+19
2025-05-14Merge tag 'soc-fixes-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-05-14riscv: dts: renesas: Add specific RZ/Five cache compatibleConor Dooley1-1/+2
2025-05-14riscv: dts: spacemit: add gpio LED for system heartbeatYixun Lan1-0/+11
2025-05-14riscv: dts: spacemit: add gpio support for K1 SoCYixun Lan2-0/+21
2025-05-14riscv: dts: spacemit: Acquire clocks for UARTYixun Lan1-9/+27
2025-05-14riscv: dts: spacemit: Acquire clocks for pinctrlYixun Lan1-0/+3
2025-05-14riscv: dts: spacemit: Add clock tree for SpacemiT K1Haylen Chu1-0/+75
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-1/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers2-9/+9
2025-05-11riscv: mm: call PUD/P4D ctor in special kernel pgtable allocKevin Brodsky1-8/+8
2025-05-11riscv: mm: clarify ctor mm argument in alloc_{pte,pmd}_lateKevin Brodsky1-0/+6
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-2/+2
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-2/+44
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+7
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+12
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)1-2/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-2/+0
2025-05-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2025-05-09bpf, riscv64: Skip redundant zext instruction after load-acquirePeilin Ye2-7/+19
2025-05-09bpf, riscv64: Support load-acquire and store-release instructionsAndrea Parri2-5/+85
2025-05-09bpf, riscv64: Introduce emit_load_*() and emit_store_*()Andrea Parri1-99/+143
2025-05-09Merge tag 'riscv-sophgo-dt-fixes-for-v6.15-rc1' of https://github.com/sophgo/...Arnd Bergmann1-1/+1
2025-05-08Merge patch series "riscv: Add vendor extensions support for SiFive"Palmer Dabbelt11-1/+117
2025-05-08riscv: hwprobe: Add SiFive xsfvfwmaccqqq vendor extensionCyan Yang2-0/+2