summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2026-08-07RISC-V: Define indirect CSR access helpersAtish Patra1-0/+50
2026-08-07RISC-V: Add Smcsrind and Sscsrind ISA extension definition and parsingAtish Patra2-0/+6
2026-08-07RISC-V: Add Smcsrind and Sscsrind ISA extension CSR definitionsKaiwen Xue1-0/+30
2026-08-07Revert "riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot"Nam Cao4-72/+13
2026-08-07riscv: unaligned: stop using kthread for check_vector_unaligned_access()Nam Cao1-17/+2
2026-08-07riscv: Mark default_power_off() as __noreturnThorsten Blum1-1/+1
2026-08-07riscv: mm: Move dma_contiguous_reserve() after NUMA initializationEder Zulian1-2/+1
2026-08-07riscv: cfi: reduce shadow stack size limit from 2GB to 512MBZong Li1-2/+2
2026-08-07riscv: vdso: Simplify cflags remove logicThomas Weißschuh1-5/+2
2026-08-07riscv: mm: Apply Svinval in update_mmu_cache()Xu Lu3-18/+26
2026-08-07riscv: mm: Use ASID in update_mmu_cache()Xu Lu3-6/+8
2026-08-07riscv: kprobes: add test case for c.jal instruction simulationNam Cao1-0/+24
2026-08-07riscv: probes: simulate c.jal instructionXiaofeng Yuan3-1/+9
2026-08-07riscv: acpi: Enable ARCH_HAS_ACPI_TABLE_UPGRADEVivian Wang4-0/+10
2026-08-07riscv: Restart via EFI runtime services when availableAtish Patra1-0/+7
2026-08-07riscv: efi: Power off via EFI runtime services when availableAtish Patra1-0/+5
2026-08-07riscv: hwprobe: Register unaligned probes before usermodeRui Qi1-1/+7
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann5-16/+22
2026-08-07Merge branch 'acpi-irqchip'Rafael J. Wysocki1-0/+1
2026-08-07RISC-V: KVM: Reject overlapping AIA IMSIC address fieldsPengpeng Hou1-0/+6
2026-08-07RISC-V: KVM: Allow memslots ending at the GPA limitPengpeng Hou1-1/+1
2026-08-07RISC-V: KVM: Improve dirty log clearing by skipping zero bits in maskWang Yechao3-1/+63
2026-08-07bpf, riscv: Add and use bpf_atomic_is_load_acq() helperDaniel Borkmann1-1/+1
2026-08-06riscv: ftrace: Fix ftrace_modify_call failure on kprobed functionsPu Lehui1-1/+4
2026-08-06riscv: remove unused __late_set_fixmap() and __late_clear_fixmap()Sang-Heon Jeon1-3/+0
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)1-19/+19
2026-08-04mm: rename uffd-wp PTE bit macros to uffdKiryl Shutsemau (Meta)2-13/+13
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)2-5/+3
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-1/+2
2026-08-04riscv/runtime-const: Disable linker relaxation for RUNTIME_MAGICFangrui Song1-0/+2
2026-08-04riscv: dts: sophgo: Add Milk-V Duo 256M board supportChen-Yu Yeh2-0/+122
2026-08-04riscv: dts: sophgo: cv180x: Add PWR_GPIO controllerChen-Yu Yeh1-0/+18
2026-08-04riscv64: dts: sophgo: add initial Milk-V Duo S board supportJoshua Milas2-0/+245
2026-08-04riscv64: dts: sophgo: add SG2000 dtsiJoshua Milas1-0/+53
2026-08-04riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number f...Inochi Amaoto1-1/+1
2026-08-02Merge tag 'riscv-for-linus-7.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-15/+20
2026-08-01KVM: riscv: Fix infinite loop in NACL hfence entry allocationZongmin Zhou1-1/+1
2026-08-01RISC-V: KVM: Account VM-scoped allocations to the VM cgroupYuhang.chen6-9/+10
2026-08-01RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requestsWang Yechao1-7/+27
2026-08-01RISC-V: KVM: Separate req and fallback_req masks in make_xfence_requestWang Yechao1-8/+12
2026-08-01RISC-V: KVM: Add the eager_page_split module parameterWang Yechao1-3/+10
2026-08-01RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOGWang Yechao1-0/+3
2026-08-01RISC-V: KVM: Remove redundant TLB flush operationsWang Yechao1-5/+6
2026-08-01RISC-V: KVM: Split huge pages when dirty logging is enabledWang Yechao3-10/+95
2026-08-01RISC-V: KVM: Add the split page cache for ioctl contextWang Yechao2-0/+4
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif2-5/+5
2026-07-30riscv: dts: spacemit: Add cpu scaling for Milk-V JupiterAurelien Jarno1-1/+34
2026-07-30riscv: dts: spacemit: k1-bananapi-cm6: fix maximum CPU core voltageAurelien Jarno1-2/+2
2026-07-30riscv: dts: spacemit: k1-orangepi-r2s: fix maximum CPU core voltageAurelien Jarno1-2/+2
2026-07-30riscv: dts: spacemit: k1-musepi-pro: fix maximum CPU core voltageAurelien Jarno1-2/+2