aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-02-05KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}Marc Zyngier1-2/+0
2026-02-05arm64: Convert SCTLR_EL2 to sysreg infrastructureMarc Zyngier2-7/+69
2026-02-05s390: remove kvm_types.h from KbuildRandy Dunlap1-1/+0
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+4
2026-02-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-16/+27
2026-02-04Merge tag 'kvm-x86-fixes-6.19-rc8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini6-16/+27
2026-02-04KVM: s390: Storage key manipulation IOCTLClaudio Imbrenda1-0/+58
2026-02-04KVM: s390: Enable 1M pages for gmapClaudio Imbrenda3-6/+5
2026-02-04KVM: S390: Remove PGSTE code from linux/s390 mmClaudio Imbrenda10-1012/+15
2026-02-04KVM: s390: Remove gmap from s390/mmClaudio Imbrenda5-2627/+0
2026-02-04KVM: s390: Switch to new gmapClaudio Imbrenda21-1725/+1118
2026-02-04KVM: s390: Storage key functions refactoringClaudio Imbrenda4-71/+59
2026-02-04KVM: s390: Stop using CONFIG_PGSTEClaudio Imbrenda3-5/+5
2026-02-04KVM: s390: Add some helper functions needed for vSIEClaudio Imbrenda1-2/+72
2026-02-04KVM: s390: Add helper functions for fault handlingClaudio Imbrenda6-2/+245
2026-02-04KVM: s390: New gmap codeClaudio Imbrenda3-1/+1410
2026-02-04KVM: s390: KVM page table management functions: CMMAClaudio Imbrenda2-0/+302
2026-02-04KVM: s390: KVM page table management functions: lifecycle managementClaudio Imbrenda2-0/+348
2026-02-04KVM: s390: KVM page table management functions: storage keysClaudio Imbrenda2-0/+230
2026-02-04KVM: s390: KVM page table management functions: walksClaudio Imbrenda2-0/+425
2026-02-04KVM: s390: KVM page table management functions: clear and replaceClaudio Imbrenda2-0/+155
2026-02-04KVM: s390: KVM page table management functions: allocationClaudio Imbrenda4-0/+182
2026-02-04KVM: s390: KVM-specific bitfields and helper functionsClaudio Imbrenda1-0/+720
2026-02-04KVM: s390: Rename some functions in gaccess.cClaudio Imbrenda1-27/+24
2026-02-04KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIERClaudio Imbrenda3-1/+47
2026-02-04KVM: s390: vsie: Pass gmap explicitly as parameterClaudio Imbrenda1-21/+19
2026-02-04s390/mm: Warn if uv_convert_from_secure_pte() failsClaudio Imbrenda1-4/+5
2026-02-04KVM: s390: Export two functionsClaudio Imbrenda2-2/+6
2026-02-04KVM: s390: Introduce import_lockClaudio Imbrenda2-0/+4
2026-02-04KVM: s390: Add gmap_helper_set_unused()Claudio Imbrenda2-0/+80
2026-02-04s390: Move sske_frame() to a headerClaudio Imbrenda2-7/+7
2026-02-04s390: Make UV folio operations work on whole folioClaudio Imbrenda1-10/+12
2026-02-04KVM: s390: Add P bit in table entry bitfields, move union vaddressClaudio Imbrenda2-28/+30
2026-02-04KVM: s390: Refactor pgste lock and unlock functionsClaudio Imbrenda3-24/+44
2026-02-04Merge tag 'socfpga_dts_updates_for_v6.20_v3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into soc/dtArnd Bergmann11-66/+304
2026-02-04s390/tape: Remove tape load display supportJan Höppner1-39/+0
2026-02-04s390/tape: Remove support for 3590/3592 modelsJan Höppner1-64/+0
2026-02-04x86/hyperv: Update comment in hyperv_cleanup()Michael Kelley1-3/+7
2026-02-04x86/hyperv: Use memremap()/memunmap() instead of ioremap_cache()/iounmap()Michael Kelley1-3/+3
2026-02-04x86/hyperv: Move hv crash init after hypercall pg setupMukesh R1-1/+3
2026-02-04x86/hyperv: fix a compiler warning in hv_crash.cMukesh R1-2/+1
2026-02-03powerpc/wii: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+1
2026-02-03powerpc/fsp2: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-4/+1
2026-02-03ARM: exynos: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-6/+2
2026-02-03ARM: at91: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-02-03sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAINFrederic Weisbecker1-3/+3
2026-02-03s390/kexec: Emit an error message when cmdline is too longVasily Gorbik1-1/+3
2026-02-03s390/configs: Enable BLK_DEV_NULL_BLK as moduleHalil Pasic2-0/+2
2026-02-03sched/clock: Avoid false sharing for sched_clock_irqtimeWangyang Guo1-2/+0
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra174-687/+1134