summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-06-05riscv: ftrace factor out code defined by !WITH_ARGAndy Chiu2-49/+0
2025-06-05riscv: ftrace: support fastcc in Clang for WITH_ARGSAndy Chiu3-2/+28
2025-06-04riscv: misaligned: add a function to check misalign trap delegabilityClément Léger2-2/+21
2025-06-04riscv: misaligned: move emulated access uniformity check in a functionClément Léger1-6/+14
2025-06-04riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger2-3/+4
2025-06-04riscv: misaligned: use on_each_cpu() for scalar misaligned access probingClément Léger1-2/+6
2025-06-04riscv: misaligned: request misaligned exception from SBIClément Léger3-5/+77
2025-06-04riscv: sbi: add SBI FWFT extension callsClément Léger1-1/+19
2025-06-04riscv: sbi: add FWFT extension interfaceClément Léger2-0/+74
2025-06-04riscv: sbi: add new SBI error mappingsClément Léger1-0/+10
2025-06-04riscv: sbi: remove useless parenthesisClément Léger1-3/+3
2025-06-04riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitionsClément Léger1-0/+33
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-32/+2
2025-06-02Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"Palmer Dabbelt6-298/+0
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-16/+79
2025-05-31Merge tag 'soc-newsoc-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-107/+3496
2025-05-31Merge tag 'soc-dt-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds7-24/+217
2025-05-31Merge tag 'soc-defconfig-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+4
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-75/+115
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds3-107/+243
2025-05-27RISC-V: KVM: use kvm_trylock_all_vcpus when locking all vCPUsMaxim Levitsky1-32/+2
2025-05-27Merge tag 'core-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+32
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds16-406/+264
2025-05-26Merge tag 'kvm-riscv-6.16-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini13-75/+115
2025-05-24RISC-V: KVM: lock the correct mp_state during resetRadim Krčmář1-2/+2
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