summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-02-05KVM: arm64: Convert HCR_EL2.RW to AS_RES1Marc Zyngier-14/+1
2026-02-05KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported featuresMarc Zyngier-12/+14
2026-02-05KVM: arm64: Allow RES1 bits to be inferred from configurationMarc Zyngier-2/+7
2026-02-05MIPS: Loongson64: env: Fixup serial clock-frequency when using LEFIYao Zi-0/+98
2026-02-05MIPS: Loongson2ef: Use pcibios_align_resource() to block io rangeRong Zhang-1/+10
2026-02-05MIPS: Loongson2ef: Register PCI controller in early stageRong Zhang-6/+8
2026-02-05KVM: arm64: Inherit RESx bits from FGT register descriptorsMarc Zyngier-11/+5
2026-02-05KVM: arm64: Extend unified RESx handling to runtime sanitisationMarc Zyngier-18/+20
2026-02-05KVM: arm64: Introduce data structure tracking both RES0 and RES1 bitsMarc Zyngier-138/+160
2026-02-05KVM: arm64: Introduce standalone FGU computing primitiveMarc Zyngier-32/+25
2026-02-05KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}Marc Zyngier-2/+0
2026-02-05arm64: Convert SCTLR_EL2 to sysreg infrastructureMarc Zyngier-7/+69
2026-02-05s390: remove kvm_types.h from KbuildRandy Dunlap-1/+0
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus Torvalds-3/+4
2026-02-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-16/+27
2026-02-04Merge tag 'kvm-x86-fixes-6.19-rc8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-16/+27
2026-02-04KVM: s390: Storage key manipulation IOCTLClaudio Imbrenda-0/+58
2026-02-04KVM: s390: Enable 1M pages for gmapClaudio Imbrenda-6/+5
2026-02-04KVM: S390: Remove PGSTE code from linux/s390 mmClaudio Imbrenda-1012/+15
2026-02-04KVM: s390: Remove gmap from s390/mmClaudio Imbrenda-2627/+0
2026-02-04KVM: s390: Switch to new gmapClaudio Imbrenda-1726/+1119
2026-02-04KVM: s390: Storage key functions refactoringClaudio Imbrenda-71/+59
2026-02-04KVM: s390: Stop using CONFIG_PGSTEClaudio Imbrenda-5/+5
2026-02-04KVM: s390: Add some helper functions needed for vSIEClaudio Imbrenda-2/+72
2026-02-04KVM: s390: Add helper functions for fault handlingClaudio Imbrenda-2/+245
2026-02-04KVM: s390: New gmap codeClaudio Imbrenda-1/+1410
2026-02-04KVM: s390: KVM page table management functions: CMMAClaudio Imbrenda-0/+302
2026-02-04KVM: s390: KVM page table management functions: lifecycle managementClaudio Imbrenda-0/+348
2026-02-04KVM: s390: KVM page table management functions: storage keysClaudio Imbrenda-0/+230
2026-02-04KVM: s390: KVM page table management functions: walksClaudio Imbrenda-0/+425
2026-02-04KVM: s390: KVM page table management functions: clear and replaceClaudio Imbrenda-0/+155
2026-02-04KVM: s390: KVM page table management functions: allocationClaudio Imbrenda-0/+182
2026-02-04KVM: s390: KVM-specific bitfields and helper functionsClaudio Imbrenda-0/+720
2026-02-04KVM: s390: Rename some functions in gaccess.cClaudio Imbrenda-27/+24
2026-02-04KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIERClaudio Imbrenda-1/+47
2026-02-04KVM: s390: vsie: Pass gmap explicitly as parameterClaudio Imbrenda-21/+19
2026-02-04s390/mm: Warn if uv_convert_from_secure_pte() failsClaudio Imbrenda-4/+5
2026-02-04KVM: s390: Export two functionsClaudio Imbrenda-2/+6
2026-02-04KVM: s390: Introduce import_lockClaudio Imbrenda-0/+4
2026-02-04KVM: s390: Add gmap_helper_set_unused()Claudio Imbrenda-0/+80
2026-02-04s390: Move sske_frame() to a headerClaudio Imbrenda-7/+7
2026-02-04s390: Make UV folio operations work on whole folioClaudio Imbrenda-10/+12
2026-02-04KVM: s390: Add P bit in table entry bitfields, move union vaddressClaudio Imbrenda-28/+30
2026-02-04KVM: s390: Refactor pgste lock and unlock functionsClaudio Imbrenda-24/+44
2026-02-04Merge tag 'socfpga_dts_updates_for_v6.20_v3' of git://git.kernel.org/pub/scm/...Arnd Bergmann-67/+305
2026-02-04s390/tape: Remove tape load display supportJan Höppner-39/+0
2026-02-04s390/tape: Remove support for 3590/3592 modelsJan Höppner-64/+0
2026-02-04x86/hyperv: Update comment in hyperv_cleanup()Michael Kelley-3/+7
2026-02-04x86/hyperv: Use memremap()/memunmap() instead of ioremap_cache()/iounmap()Michael Kelley-3/+3
2026-02-04x86/hyperv: Move hv crash init after hypercall pg setupMukesh R-1/+3