summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2025-05-19riscv: dts: sophgo: Move all soc specific device into soc dtsi fileInochi Amaoto
2025-05-19riscv: sophgo: dts: Add spi controller for SG2042Zixian Zeng
2025-05-19riscv: dts: sophgo: sg2042: add pinctrl supportInochi Amaoto
2025-05-15riscv: dts: starfive: jh7110-common: bootph-pre-ram hinting needed by boot lo...E Shattow
2025-05-15riscv: dts: starfive: jh7110-common: add eeprom node to i2c5E Shattow
2025-05-15riscv: dts: starfive: jh7110-common: qspi flash setting read-delay 2 cycles m...E Shattow
2025-05-15riscv: dts: starfive: jh7110-common: add CPU BUS PERH QSPI clocks to syscrgE Shattow
2025-05-15riscv: dts: starfive: jh7110-common: use macros for MMC0 pinsIcenowy Zheng
2025-05-15riscv: dts: starfive: fml13v01: enable USB 3.0 portSandie Cao
2025-05-14Merge tag 'soc-fixes-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-14riscv: dts: renesas: Add specific RZ/Five cache compatibleConor Dooley
2025-05-14riscv: dts: spacemit: add gpio LED for system heartbeatYixun Lan
2025-05-14riscv: dts: spacemit: add gpio support for K1 SoCYixun Lan
2025-05-14riscv: dts: spacemit: Acquire clocks for UARTYixun Lan
2025-05-14riscv: dts: spacemit: Acquire clocks for pinctrlYixun Lan
2025-05-14riscv: dts: spacemit: Add clock tree for SpacemiT K1Haylen Chu
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-11riscv: mm: call PUD/P4D ctor in special kernel pgtable allocKevin Brodsky
2025-05-11riscv: mm: clarify ctor mm argument in alloc_{pte,pmd}_lateKevin Brodsky
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)
2025-05-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-09bpf, riscv64: Skip redundant zext instruction after load-acquirePeilin Ye
2025-05-09bpf, riscv64: Support load-acquire and store-release instructionsAndrea Parri
2025-05-09bpf, riscv64: Introduce emit_load_*() and emit_store_*()Andrea Parri
2025-05-09Merge tag 'riscv-sophgo-dt-fixes-for-v6.15-rc1' of https://github.com/sophgo/...Arnd Bergmann
2025-05-08Merge patch series "riscv: Add vendor extensions support for SiFive"Palmer Dabbelt
2025-05-08riscv: hwprobe: Add SiFive xsfvfwmaccqqq vendor extensionCyan Yang
2025-05-08riscv: Add SiFive xsfvfwmaccqqq vendor extensionCyan Yang
2025-05-08riscv: hwprobe: Add SiFive xsfvfnrclipxfqf vendor extensionCyan Yang
2025-05-08riscv: Add SiFive xsfvfnrclipxfqf vendor extensionCyan Yang
2025-05-08riscv: hwprobe: Add SiFive vendor extension support and probe for xsfqmaccdod...Cyan Yang
2025-05-08riscv: hwprobe: Document SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensionsCyan Yang
2025-05-08riscv: Add SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensionsCyan Yang
2025-05-08riscv: vDSO: Remove --hash-style=bothXi Ruoyao
2025-05-08Merge patch series "riscv: uaccess: optimisations"Palmer Dabbelt
2025-05-08riscv: uaccess: use 'asm_goto_output' for get_user()Jisheng Zhang
2025-05-08riscv: uaccess: use 'asm goto' for put_user()Jisheng Zhang
2025-05-08riscv: uaccess: use input constraints for ptr of __put_user()Jisheng Zhang
2025-05-08riscv: implement user_access_begin() and familiesJisheng Zhang
2025-05-08riscv: save the SR_SUM status over switchesBen Dooks
2025-05-08riscv: Disallow PR_GET_TAGGED_ADDR_CTRL without SupmSamuel Holland
2025-05-08riscv: Fix kernel crash due to PR_SET_TAGGED_ADDR_CTRLNam Cao
2025-05-08riscv: misaligned: use get_user() instead of __get_user()Clément Léger
2025-05-08riscv: misaligned: enable IRQs while handling misaligned accessesClément Léger