summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao3-0/+4
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao3-4/+11
2026-02-06LoongArch: KVM: Add msgint registers in kvm_init_gcsr_flag()Bibo Mao1-0/+7
2026-02-06LoongArch: KVM: Move feature detection in kvm_vm_init_features()Bibo Mao1-21/+15
2026-02-06LoongArch: KVM: Add more CPUCFG mask bitsBibo Mao1-2/+20
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-43/+37
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier11-46/+62
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier7-305/+478
2026-02-05Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/nextMarc Zyngier3-121/+40
2026-02-05Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/nextMarc Zyngier7-101/+56
2026-02-05Merge branch kvm-arm64/gicv3-tdir-fixes into kvmarm-master/nextMarc Zyngier4-14/+22
2026-02-05Merge branch kvm-arm64/fwb-for-all into kvmarm-master/nextMarc Zyngier5-22/+30
2026-02-05Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/nextMarc Zyngier6-8/+76
2026-02-05KVM: arm64: Add debugfs file dumping computed RESx valuesMarc Zyngier1-0/+68
2026-02-05KVM: arm64: Add sanitisation to SCTLR_EL2Marc Zyngier3-1/+87
2026-02-05KVM: arm64: Remove all traces of HCR_EL2.MIOCNCEMarc Zyngier2-3/+1
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier3-21/+3
2026-02-05KVM: arm64: Simplify handling of full register invalid constraintMarc Zyngier1-6/+9
2026-02-05KVM: arm64: Get rid of FIXED_VALUE altogetherMarc Zyngier1-24/+5
2026-02-05KVM: arm64: Simplify handling of HCR_EL2.E2H RESxMarc Zyngier1-11/+1
2026-02-05KVM: arm64: Move RESx into individual register descriptorsMarc Zyngier1-11/+37
2026-02-05KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flagsMarc Zyngier1-3/+9
2026-02-05KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flagsMarc Zyngier1-24/+14
2026-02-05KVM: arm64: Simplify FIXED_VALUE handlingMarc Zyngier1-44/+22
2026-02-05KVM: arm64: Convert HCR_EL2.RW to AS_RES1Marc Zyngier1-14/+1
2026-02-05KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported featuresMarc Zyngier1-12/+14
2026-02-05KVM: arm64: Allow RES1 bits to be inferred from configurationMarc Zyngier1-2/+7
2026-02-05MIPS: Loongson64: env: Fixup serial clock-frequency when using LEFIYao Zi1-0/+98
2026-02-05MIPS: Loongson2ef: Use pcibios_align_resource() to block io rangeRong Zhang1-1/+10
2026-02-05MIPS: Loongson2ef: Register PCI controller in early stageRong Zhang3-6/+8
2026-02-05KVM: arm64: Inherit RESx bits from FGT register descriptorsMarc Zyngier1-11/+5
2026-02-05KVM: arm64: Extend unified RESx handling to runtime sanitisationMarc Zyngier3-18/+20
2026-02-05KVM: arm64: Introduce data structure tracking both RES0 and RES1 bitsMarc Zyngier3-138/+160
2026-02-05KVM: arm64: Introduce standalone FGU computing primitiveMarc Zyngier1-32/+25
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-05Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus 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-1726/+1119
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