aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-07-19s390/mm: KVM: pv: when tearing down, try to destroy protected pagesClaudio Imbrenda
2022-07-19KVM: s390: pv: add mmu_notifierClaudio Imbrenda
2022-07-13KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentationClaudio Imbrenda
2022-07-13KVM: s390: pv: clear the state without memsetClaudio Imbrenda
2022-07-13KVM: s390: pv: add export before importClaudio Imbrenda
2022-07-13KVM: s390: pv: usage counter instead of flagClaudio Imbrenda
2022-07-13KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda
2022-07-13KVM: s390: pv: handle secure storage exceptions for normal guestsClaudio Imbrenda
2022-07-13KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda
2022-07-13KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda
2022-07-13KVM: s390: Add facility 197 to the allow listChristian Borntraeger
2022-07-13KVM: s390/pci: fix include duplicatesChristian Borntraeger
2022-07-11s390: Add attestation query informationSteffen Eiden
2022-07-11KVM: s390: drop unexpected word 'and' in the commentsJiang Jian
2022-07-11Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger
2022-07-11KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato
2022-07-11KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato
2022-07-11KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato
2022-07-11KVM: s390: pci: add basic kvm_zdev structureMatthew Rosato
2022-07-11s390/pci: stash dtsm and maxstblMatthew Rosato
2022-07-11s390/pci: stash associated GISA designationMatthew Rosato
2022-07-11s390/pci: externalize the SIC operation controls and routineMatthew Rosato
2022-07-11s390/airq: allow for airq structure that uses an input vectorMatthew Rosato
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato
2022-07-11s390/sclp: detect the AISI facilityMatthew Rosato
2022-07-11s390/sclp: detect the AENI facilityMatthew Rosato
2022-07-11s390/sclp: detect the AISII facilityMatthew Rosato
2022-07-11s390/sclp: detect the zPCI load/store interpretation facilityMatthew Rosato
2022-06-24KVM: x86: Enable CMCI capability by default and handle injected UCNA errorsJue Wang
2022-06-24KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.Jue Wang
2022-06-24KVM: x86: Use kcalloc to allocate the mce_banks array.Jue Wang
2022-06-24KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.Jue Wang
2022-06-24KVM: x86: Add APIC_LVTx() macro.Jue Wang
2022-06-24KVM: x86: Fill apic_lvt_mask with enums / explicit entries.Jue Wang
2022-06-24KVM: x86: Make APIC_VERSION capture only the magic 0x14UL.Jue Wang
2022-06-24KVM: x86/mmu: Avoid unnecessary flush on eager page splitPaolo Bonzini
2022-06-24KVM: x86/mmu: Extend Eager Page Splitting to nested MMUsDavid Matlack
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack
2022-06-24KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()Paolo Bonzini
2022-06-24KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levelsDavid Matlack
2022-06-24KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMUDavid Matlack
2022-06-24KVM: x86/mmu: Cache the access bits of shadowed translationsDavid Matlack
2022-06-24KVM: x86/mmu: Update page stats in __rmap_add()David Matlack
2022-06-24KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpuDavid Matlack
2022-06-24KVM: x86/mmu: Pass const memslot to rmap_add()David Matlack
2022-06-24KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()David Matlack
2022-06-24KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...David Matlack