summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2026-07-24bpf, riscv: Add support for timed may_gotoFeng Jiang
2026-07-24Merge tag 'riscv-dt-for-v7.3-early-k230' of https://git.kernel.org/pub/scm/li...Arnd Bergmann
2026-07-24Merge tag 'riscv-config-for-v7.3' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2026-07-22riscv: dts: thead: Add remaining Lichee Pi 4A IO expansionsEmil Renner Berthing
2026-07-22riscv: dts: thead: Add IO labels for the IO expansion on I2C1Emil Renner Berthing
2026-07-22riscv: dts: thead: lpi4a: sort nodesIcenowy Zheng
2026-07-22riscv: dts: thead: Add TH1520 I2C nodesThomas Bonnefille
2026-07-22riscv: dts: thead: th1520: remove pclk for I2C1Icenowy Zheng
2026-07-22riscv: dts: spacemit: k1: Add Banana Pi BPI-CM6 IO boardJunhui Liu
2026-07-22riscv: dts: spacemit: k1: Split gmac_clk_ref into independent pinctrl groupsJunhui Liu
2026-07-22riscv: dts: spacemit: Add cpu scaling for K1 SoCShuwei Wu
2026-07-22riscv: dts: spacemit: k3: Add QSPI support for Pico-ITX boardZhengyu He
2026-07-22riscv: dts: spacemit: improve RTL8211F PHY configuration on K3 Pico-ITX boardAurelien Jarno
2026-07-22riscv: dts: spacemit: add i2c aliases on K3 Pico-ITX boardAurelien Jarno
2026-07-22riscv: dts: spacemit: add 24c02 eeprom on K3 Pico-ITX boardAurelien Jarno
2026-07-22riscv: dts: spacemit: enable the i2c2 adapter on K3 Pico-ITX boardAurelien Jarno
2026-07-22riscv: dts: spacemit: set console baud rate on K3 Pico-ITX boardAurelien Jarno
2026-07-21riscv, bpf: Add 32 bit atomic operations to RV32 JITKuan-Wei Chiu
2026-07-21riscv, bpf: Add support for BPF_MOVSX in RV32 JITKuan-Wei Chiu
2026-07-21riscv, bpf: Add support for BPF_SDIV and BPF_SMOD in RV32 JITKuan-Wei Chiu
2026-07-21bpf, riscv: Fix extable handling for arena load_acquireFeng Jiang
2026-07-21riscv, bpf: Mixing bpf2bpf and tailcallsPu Lehui
2026-07-21riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offsetPu Lehui
2026-07-21riscv, bpf: Fix kernel stack corruption in tailcall with CFIPu Lehui
2026-07-21riscv, bpf: Using kvzalloc_objs to allocate cache bufferPu Lehui
2026-07-21riscv, bpf: Fix memory leak in bpf_jit_freePu Lehui
2026-07-21bpf: Extract the is_struct_ops_tramp helperPu Lehui
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-07-20riscv: defconfig: thead: enable PCA953X GPIO driverMarek Szyprowski
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall ...Thomas Gleixner
2026-07-15riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()Mark Harris
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner
2026-07-15KVM: riscv: Fix Spectre-v1 in vector register accessZongmin Zhou
2026-07-15vdso: Rename HAVE_GENERIC_VDSO to VDSO_DATASTOREThomas Weißschuh
2026-07-15vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig filesThomas Weißschuh
2026-07-15vdso: Remove the dependency on HAVE_GENERIC_VDSO from ARCH_HAS_VDSO_ARCH_DATAThomas Weißschuh
2026-07-15RISC-V: KVM: Serialize virtual interrupt pending state updatesXie Bo
2026-07-14arch/riscv: vdso: remove CFI landing pad from rt_sigreturnAurelien Jarno
2026-07-14syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCHJinjie Ruan
2026-07-14RISC-V: KVM: Inject instruction access fault on unmapped guest fetchQingwei Hu
2026-07-13riscv: vdso: Do not use LTO for the vDSOThomas Weißschuh
2026-07-13riscv: io: avoid null-pointer arithmetic in PIO helpersYunhui Cui
2026-07-13riscv: Gate FUNCTION_ALIGNMENT_4B on DYNAMIC_FTRACERui Qi
2026-07-13mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmapVivian Wang
2026-07-13riscv: mm: Make mark_new_valid_map() stuff depend on 64BIT && MMUVivian Wang
2026-07-13RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REGAnup Patel
2026-07-13riscv: kvm: Skip TLB flush when G-stage PTE becomes valid with SvvptcDylan.Wu
2026-07-13KVM: riscv: PMU: Bound counter mask scan to BITS_PER_LONGShengwen Cheng
2026-07-13KVM: riscv: SBI FWFT: Apply LOCK flag only on successful setSeungJu Cheon
2026-07-13RISC-V: KVM: Avoid redundant page-table allocations in ioremap topupFangyu Yu