summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-06-21RISC-V: simplify register width check in ISA string parsingConor Dooley
2023-06-20Merge tag 'riscv-dt-for-v6.5-pt2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2023-06-20Merge tag 'riscv-dt-for-v6.5' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2023-06-20Merge tag 'sunxi-dt-for-6.5-1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2023-06-20riscv: replace deprecated scall with ecallFangrui Song
2023-06-20riscv: uprobes: Restore thread.bad_causeTiezhu Yang
2023-06-20riscv: mm: try VMA lock-based page fault handling firstJisheng Zhang
2023-06-20RISC-V: KVM: Remove unneeded semicolonYang Li
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel
2023-06-19riscv: mm: Pre-allocate PGD entries for vmalloc/modules areaBjörn Töpel
2023-06-19riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
2023-06-19Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel
2023-06-19RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green
2023-06-19RISC-V: Track ISA extensions per hartEvan Green
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green
2023-06-19RISC-V: ACPI : Fix for usage of pointers in different address spaceSunil V L
2023-06-19riscv: hibernation: Remove duplicate call of suspend_restore_csrsSong Shuai
2023-06-19riscv: hibernation: Replace jalr with jr before suspend_restore_regsSong Shuai
2023-06-19riscv: dts: sort makefile entries by directoryConor Dooley
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel
2023-06-18RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel
2023-06-18RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zeroAnup Patel
2023-06-18RISC-V: KVM: Add APLIC related definesAnup Patel
2023-06-18RISC-V: KVM: Add IMSIC related definesAnup Patel
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel
2023-06-17Merge patch series "Add Sipeed Lichee Pi 4A RISC-V board support"Conor Dooley
2023-06-17riscv: defconfig: enable T-HEAD SoCJisheng Zhang
2023-06-17riscv: dts: thead: add sipeed Lichee Pi 4A board device treeJisheng Zhang
2023-06-17riscv: dts: add initial T-HEAD TH1520 SoC device treeJisheng Zhang
2023-06-17riscv: Add the T-HEAD SoC family Kconfig optionJisheng Zhang
2023-06-14riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang
2023-06-14riscv: say disabling zicbom if no or bad riscv,cbom-block-size foundBen Dooks
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds
2023-06-12riscv/purgatory: remove PGO flagsRicardo Ribalda
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-09Merge tag 'riscv-for-linus-6.4-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-08riscv: fix kprobe __user string arg print fault issueRuan Jinjie
2023-06-08Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt
2023-06-08riscv: Enable Vector code to be builtGuo Ren
2023-06-08riscv: detect assembler support for .option archAndy Chiu
2023-06-08riscv: Add sysctl to set the default vector rule for new processesAndy Chiu
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-06-08riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen