summaryrefslogtreecommitdiffstats
path: root/lib/fonts (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-13KVM: s390: pv: clear the state without memsetClaudio Imbrenda1-1/+9
2022-07-13KVM: s390: pv: add export before importClaudio Imbrenda1-0/+28
2022-07-13KVM: s390: pv: usage counter instead of flagClaudio Imbrenda4-8/+10
2022-07-13KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda3-32/+116
2022-07-13KVM: s390: pv: handle secure storage exceptions for normal guestsClaudio Imbrenda1-1/+12
2022-07-13KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda3-0/+66
2022-07-13KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda3-3/+94
2022-07-13KVM: s390: Add facility 197 to the allow listChristian Borntraeger1-0/+1
2022-07-13Documentation: kvm: extend KVM_S390_ZPCI_OP subheading underlineBagas Sanjaya1-1/+1
2022-07-13KVM: s390/pci: fix include duplicatesChristian Borntraeger1-3/+2
2022-07-11s390: Add attestation query informationSteffen Eiden3-1/+28
2022-07-11KVM: s390: drop unexpected word 'and' in the commentsJiang Jian1-1/+1
2022-07-11MAINTAINERS: additional files related kvm s390 pci passthroughMatthew Rosato1-0/+1
2022-07-11KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato5-0/+181
2022-07-11vfio-pci/zdev: different maxstbl for interpreted devicesMatthew Rosato2-2/+8
2022-07-11vfio-pci/zdev: add function handle to clp base capabilityMatthew Rosato2-2/+6
2022-07-11vfio-pci/zdev: add open/close device hooksMatthew Rosato3-1/+43
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato6-0/+205
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato4-1/+251
2022-07-11KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato3-0/+52
2022-07-11KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato5-2/+103
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato7-0/+256
2022-07-11KVM: s390: pci: add basic kvm_zdev structureMatthew Rosato4-0/+61
2022-07-11vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVMMatthew Rosato3-2/+13
2022-07-11s390/pci: stash dtsm and maxstblMatthew Rosato3-2/+8
2022-07-11s390/pci: stash associated GISA designationMatthew Rosato5-1/+19
2022-07-11s390/pci: externalize the SIC operation controls and routineMatthew Rosato3-23/+23
2022-07-11s390/airq: allow for airq structure that uses an input vectorMatthew Rosato4-9/+15
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato7-11/+26
2022-07-11s390/sclp: detect the AISI facilityMatthew Rosato2-0/+2
2022-07-11s390/sclp: detect the AENI facilityMatthew Rosato2-0/+2
2022-07-11s390/sclp: detect the AISII facilityMatthew Rosato2-0/+2
2022-07-11s390/sclp: detect the zPCI load/store interpretation facilityMatthew Rosato2-0/+2
2022-06-24KVM: selftests: Enhance handling WRMSR ICR register in x2APIC modeZeng Guang1-3/+17
2022-06-24KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang5-0/+344
2022-06-24KVM: x86: Enable CMCI capability by default and handle injected UCNA errorsJue Wang2-1/+43
2022-06-24KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.Jue Wang2-39/+92
2022-06-24KVM: x86: Use kcalloc to allocate the mce_banks array.Jue Wang1-1/+1
2022-06-24KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.Jue Wang3-16/+39
2022-06-24KVM: x86: Add APIC_LVTx() macro.Jue Wang2-4/+5
2022-06-24KVM: x86: Fill apic_lvt_mask with enums / explicit entries.Jue Wang2-10/+21
2022-06-24KVM: x86: Make APIC_VERSION capture only the magic 0x14UL.Jue Wang1-2/+2
2022-06-24KVM: x86/mmu: Avoid unnecessary flush on eager page splitPaolo Bonzini1-12/+20
2022-06-24KVM: x86/mmu: Extend Eager Page Splitting to nested MMUsDavid Matlack3-9/+275
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack5-9/+38
2022-06-24KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()Paolo Bonzini2-39/+35
2022-06-24KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levelsDavid Matlack1-7/+13
2022-06-24KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMUDavid Matlack3-11/+10
2022-06-24KVM: x86/mmu: Cache the access bits of shadowed translationsDavid Matlack4-29/+84
2022-06-24KVM: x86/mmu: Update page stats in __rmap_add()David Matlack1-1/+2