Revert "KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled"
[linux-2.6-microblaze.git] / arch /
2022-07-28 Paolo BonziniRevert "KVM: nVMX: Do not expose MPX VMX controls when...
2022-07-28 Sean ChristophersonKVM: nVMX: Let userspace set nVMX MSR to any _host_...
2022-07-28 Sean ChristophersonKVM: nVMX: Rename handle_vm{on,off}() to handle_vmx...
2022-07-28 Sean ChristophersonKVM: nVMX: Inject #UD if VMXON is attempted with incomp...
2022-07-28 Sean ChristophersonKVM: nVMX: Account for KVM reserved CR4 bits in consist...
2022-07-28 Sean ChristophersonKVM: x86: Split kvm_is_valid_cr4() and export only...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Don't bottom out on leafs when zapping...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Document the "rules" for using host_pfn_m...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Don't require refcounted "struct page...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Restrict mapping level based on guest...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Add shadow mask for effective host MTRR...
2022-07-28 Sean ChristophersonKVM: x86: Drop unnecessary goto+label in kvm_arch_init()
2022-07-28 Sean ChristophersonKVM: x86: Reject loading KVM if host.PAT[0] != WB
2022-07-28 Suravee SuthikulpanitKVM: SVM: Fix x2APIC MSRs interception
2022-07-28 Sean ChristophersonKVM: x86/mmu: Remove underscores from __pte_list_remove()
2022-07-28 Sean ChristophersonKVM: x86/mmu: Rename pte_list_{destroy,remove}() to...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Rename rmap zap helpers to eliminate...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Rename __kvm_zap_rmaps() to align with...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Drop the "p is for pointer" from rmap...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Directly "destroy" PTE list when recyclin...
2022-07-28 Sean ChristophersonKVM: x86/mmu: Return a u64 (the old SPTE) from mmu_spte...
2022-07-28 Maciej S. SzmigieroKVM: nSVM: Pull CS.Base from actual VMCB12 for soft...
2022-07-22 Paolo BonziniMerge tag 'kvm-s390-next-5.20-1' of https://git./linux...
2022-07-20 Pierre MorelKVM: s390: resetting the Topology-Change-Report
2022-07-20 Pierre MorelKVM: s390: guest support for topology function
2022-07-20 Pierre MorelKVM: s390: Cleanup ipte lock access and SIIF facility...
2022-07-19 Nico BoehrKVM: s390: pv: don't present the ecall interrupt twice
2022-07-19 Claudio ImbrendaKVM: s390: pv: destroy the configuration before its...
2022-07-19 Claudio ImbrendaKVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
2022-07-19 Claudio Imbrendas390/mm: KVM: pv: when tearing down, try to destroy...
2022-07-19 Claudio ImbrendaKVM: s390: pv: add mmu_notifier
2022-07-14 Sean ChristophersonKVM: x86: Check target, not vCPU's x2APIC ID, when...
2022-07-14 Paolo BonziniMerge commit 'kvm-vmx-nested-tsc-fix' into kvm-next...
2022-07-14 Sean ChristophersonKVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_O...
2022-07-14 Sean ChristophersonKVM: x86: Add dedicated helper to get CPUID entry with...
2022-07-14 Maxim LevitskyKVM: SVM: fix task switch emulation on INTn instruction.
2022-07-14 Sean ChristophersonKVM: x86/mmu: Fix typo and tweak comment for split_desc...
2022-07-14 Sean ChristophersonKVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K...
2022-07-14 Sean ChristophersonKVM: x86/mmu: Add optimized helper to retrieve an SPTE...
2022-07-14 Vitaly KuznetsovKVM: nVMX: Always enable TSC scaling for L2 when it...
2022-07-14 Sean ChristophersonKVM: VMX: Update PT MSR intercepts during filter change...
2022-07-14 Sean ChristophersonKVM: x86: WARN only once if KVM leaves a dangling users...
2022-07-14 Sean ChristophersonKVM: x86: Set error code to segment selector on LLDT...
2022-07-14 Sean ChristophersonKVM: x86: Mark TSS busy during LTR emulation _after_...
2022-07-14 Sean ChristophersonKVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to...
2022-07-13 Claudio ImbrendaKVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390...
2022-07-13 Claudio ImbrendaKVM: s390: pv: clear the state without memset
2022-07-13 Claudio ImbrendaKVM: s390: pv: add export before import
2022-07-13 Claudio ImbrendaKVM: s390: pv: usage counter instead of flag
2022-07-13 Claudio ImbrendaKVM: s390: pv: refactor s390_reset_acc
2022-07-13 Claudio ImbrendaKVM: s390: pv: handle secure storage exceptions for...
2022-07-13 Claudio ImbrendaKVM: s390: pv: handle secure storage violations for...
2022-07-13 Claudio ImbrendaKVM: s390: pv: leak the topmost page table when destroy...
2022-07-13 Christian BorntraegerKVM: s390: Add facility 197 to the allow list
2022-07-13 Christian BorntraegerKVM: s390/pci: fix include duplicates
2022-07-12 Sean ChristophersonKVM: x86: Query vcpu->vcpu_idx directly and drop its...
2022-07-12 Hou WenlongKVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA...
2022-07-12 Vitaly KuznetsovKVM: nVMX: Always enable TSC scaling for L2 when it...
2022-07-11 Steffen Eidens390: Add attestation query information
2022-07-11 Jiang JianKVM: s390: drop unexpected word 'and' in the comments
2022-07-11 Christian BorntraegerMerge tag 'kvm-s390-pci-5.20' into kernelorgnext
2022-07-11 Matthew RosatoKVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI...
2022-07-11 Matthew RosatoKVM: s390: pci: add routines to start/stop interpretive...
2022-07-11 Matthew RosatoKVM: s390: pci: provide routines for enabling/disabling...
2022-07-11 Matthew RosatoKVM: s390: mechanism to enable guest zPCI Interpretation
2022-07-11 Matthew RosatoKVM: s390: pci: enable host forwarding of Adapter Event...
2022-07-11 Matthew RosatoKVM: s390: pci: do initial setup for AEN interpretation
2022-07-11 Matthew RosatoKVM: s390: pci: add basic kvm_zdev structure
2022-07-11 Matthew Rosatos390/pci: stash dtsm and maxstbl
2022-07-11 Matthew Rosatos390/pci: stash associated GISA designation
2022-07-11 Matthew Rosatos390/pci: externalize the SIC operation controls and...
2022-07-11 Matthew Rosatos390/airq: allow for airq structure that uses an input...
2022-07-11 Matthew Rosatos390/airq: pass more TPI info to airq handlers
2022-07-11 Matthew Rosatos390/sclp: detect the AISI facility
2022-07-11 Matthew Rosatos390/sclp: detect the AENI facility
2022-07-11 Matthew Rosatos390/sclp: detect the AISII facility
2022-07-11 Matthew Rosatos390/sclp: detect the zPCI load/store interpretation...
2022-07-08 Vitaly KuznetsovKVM: x86: Fully initialize 'struct kvm_lapic_irq' in...
2022-07-08 Sean ChristophersonKVM: x86: Fix handling of APIC LVT updates when userspa...
2022-07-08 Sean ChristophersonKVM: x86: Initialize number of APIC LVT entries during...
2022-07-08 Sean ChristophersonMerge branch 'kvm-5.20-msr-eperm'
2022-07-08 Sean ChristophersonKVM: x86: Add helpers to identify CTL and STATUS MCi...
2022-07-08 Sean ChristophersonKVM: x86: Use explicit case-statements for MCx banks...
2022-07-08 Sean ChristophersonKVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL...
2022-06-25 Sean ChristophersonKVM: x86/mmu: Buffer nested MMU split_desc_cache only...
2022-06-25 Sean ChristophersonKVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs...
2022-06-24 Paolo BonziniKVM: SEV-ES: reuse advance_sev_es_emulated_ins for...
2022-06-24 Paolo BonziniKVM: x86: de-underscorify __emulator_pio_in
2022-06-24 Paolo BonziniKVM: x86: wean fast IN from emulator_pio_in
2022-06-24 Paolo BonziniKVM: x86: wean in-kernel PIO from vcpu->arch.pio*
2022-06-24 Paolo BonziniKVM: x86: move all vcpu->arch.pio* setup in emulator_pi...
2022-06-24 Paolo BonziniKVM: x86: drop PIO from unregistered devices
2022-06-24 Paolo BonziniKVM: x86: inline kernel_pio into its sole caller
2022-06-24 Paolo BonziniKVM: x86: complete fast IN directly with complete_emula...
2022-06-24 Maxim LevitskyKVM: x86: nSVM: optimize svm_set_x2apic_msr_interception
2022-06-24 Suravee SuthikulpanitKVM: SVM: Add AVIC doorbell tracepoint
2022-06-24 Suravee SuthikulpanitKVM: SVM: Use target APIC ID to complete x2AVIC IRQs...
2022-06-24 Suravee SuthikulpanitKVM: x86: Warning APICv inconsistency only when vcpu...
2022-06-24 Suravee SuthikulpanitKVM: SVM: Introduce hybrid-AVIC mode
2022-06-24 Suravee SuthikulpanitKVM: SVM: Do not throw warning when calling avic_vcpu_l...
next