aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-18/+66
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-44/+38
2026-08-20Merge tag 'riscv-for-linus-7.3-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds13-26/+280
2026-08-18Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+0
2026-08-18Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-18/+67
2026-08-18Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-2/+2
2026-08-13RISC-V: KVM: fix vcpu vector context handling for kernel-mode vectorAndy Chiu3-0/+37
2026-08-13riscv: vector: allow non-preemptible kernel-mode vector with IRQs offAndy Chiu1-13/+3
2026-08-12KVM: RISC-V: Add CPU PM notifier for non-retention idle statesYong-Xuan Wang1-0/+3
2026-08-08KVM: RISC-V: Clear former VCPU cache on virtualization disableYong-Xuan Wang1-0/+2
2026-08-07riscv: vdso: Add symbols for the alternative section boundariesThomas Weißschuh1-0/+6
2026-08-07riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to cpufeature and hwprobeAndrew Jones1-0/+3
2026-08-07riscv: Add Zicclsm to cpufeature and hwprobeJesse Taube1-0/+1
2026-08-07riscv: Standardize extension capitalizationCharlie Jenkins2-11/+11
2026-08-07riscv: cmpxchg: Use .option arch for Zacas and ZabhaVivian Wang1-1/+13
2026-08-07riscv: acpi: Handle LPI architectural context loss flagsPeixin Xie1-0/+19
2026-08-07riscv: Add support for srmcfg CSR from Ssqosid extensionDrew Fustini4-0/+85
2026-08-07riscv: Detect the Ssqosid extensionDrew Fustini1-0/+1
2026-08-07RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsingAtish Patra1-0/+2
2026-08-07RISC-V: Add Ssccfg extension CSR definitionKaiwen Xue1-0/+18
2026-08-07RISC-V: Add Smcntrpmf extension parsingAtish Patra1-0/+1
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 Patra1-0/+4
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 Cao2-13/+0
2026-08-07riscv: mm: Apply Svinval in update_mmu_cache()Xu Lu2-0/+26
2026-08-07riscv: mm: Use ASID in update_mmu_cache()Xu Lu2-1/+8
2026-08-07riscv: acpi: Enable ARCH_HAS_ACPI_TABLE_UPGRADEVivian Wang1-0/+2
2026-08-07Merge branch 'acpi-irqchip'Rafael J. Wysocki1-0/+1
2026-08-07RISC-V: KVM: Improve dirty log clearing by skipping zero bits in maskWang Yechao1-0/+3
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)1-5/+2
2026-08-04riscv/runtime-const: Disable linker relaxation for RUNTIME_MAGICFangrui Song1-0/+2
2026-08-01RISC-V: KVM: Split huge pages when dirty logging is enabledWang Yechao1-3/+3
2026-08-01RISC-V: KVM: Add the split page cache for ioctl contextWang Yechao1-0/+1
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif1-4/+4
2026-07-30RISC-V: KVM: Add SBI extension validate callbackInochi Amaoto1-0/+4
2026-07-29riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()Nam Cao1-2/+2
2026-07-29RISC-V: KVM: Widen G-stage fault address to gpa_tBingyu.Xian1-2/+2
2026-07-29RISC-V: KVM: Handle software-check exits for VCPUInochi Amaoto1-0/+1
2026-07-29RISC-V: KVM: Add ssp context save/restoreInochi Amaoto1-0/+7
2026-07-29riscv/runtime-const: Introduce runtime_const_mask_32()K Prateek Nayak2-0/+45
2026-07-28riscv/runtime-const: Replace open-coded placeholder with RUNTIME_MAGICK Prateek Nayak1-18/+20
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+5
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner1-8/+0
2026-07-15RISC-V: KVM: Serialize virtual interrupt pending state updatesXie Bo1-5/+5
2026-07-14syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCHJinjie Ruan1-5/+0