summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-08-06kvm: x86: Add support for fast CR3 switch across different MMU modesJunaid Shahid
2018-08-06kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid
2018-08-06kvm: x86: Introduce kvm_mmu_calc_root_page_role()Junaid Shahid
2018-08-06kvm: x86: Add fast CR3 switch code pathJunaid Shahid
2018-08-06kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is neededJunaid Shahid
2018-08-06kvm: x86: Make sync_page() flush remote TLBs once onlyJunaid Shahid
2018-08-06KVM: MMU: drop vcpu param in gpte_accessPeter Xu
2018-08-06KVM: nVMX: Separate logic allocating shadow vmcs to a functionLiran Alon
2018-08-06KVM: VMX: Mark vmcs header as shadow in case alloc_vmcs_cpu() allocate shadow...Liran Alon
2018-08-06KVM: nVMX: Expose VMCS shadowing to L1 guestLiran Alon
2018-08-06KVM: nVMX: Do not forward VMREAD/VMWRITE VMExits to L1 if required so by vmcs...Liran Alon
2018-08-06KVM: nVMX: vmread/vmwrite: Use shadow vmcs12 if running L2Liran Alon
2018-08-06KVM: nVMX: include shadow vmcs12 in nested statePaolo Bonzini
2018-08-06KVM: nVMX: Cache shadow vmcs12 on VMEntry and flush to memory on VMExitLiran Alon
2018-08-06KVM: nVMX: Verify VMCS shadowing VMCS link pointerLiran Alon
2018-08-06KVM: nVMX: Verify VMCS shadowing controlsLiran Alon
2018-08-06KVM: nVMX: Introduce nested_cpu_has_shadow_vmcs()Liran Alon
2018-08-06KVM: nVMX: Fail VMLAUNCH and VMRESUME on shadow VMCSLiran Alon
2018-08-06KVM: nVMX: Allow VMPTRLD for shadow VMCS if vCPU supports VMCS shadowingLiran Alon
2018-08-06KVM: VMX: Change vmcs12_{read,write}_any() to receive vmcs12 as parameterLiran Alon
2018-08-06KVM: VMX: Create struct for VMCS headerLiran Alon
2018-08-06kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson
2018-08-06KVM: x86: do not load vmcs12 pages while still in SMMPaolo Bonzini
2018-08-06KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'dPaolo Bonzini
2018-08-06KVM: vmx: remove save/restore of host BNDCGFS MSRSean Christopherson
2018-07-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-21Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-07-18kvmclock: fix TSC calibration for nested guestsPeng Hao
2018-07-18KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabledLiran Alon
2018-07-17x86/MCE: Remove min interval polling limitationDewet Thibaut
2018-07-16x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä
2018-07-16x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handlingDan Williams
2018-07-15x86/kvmclock: set pvti_cpu0_va after enabling kvmclockRadim Krčmář
2018-07-15x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMDJanakarajan Natarajan
2018-07-15kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loadingJim Mattson
2018-07-15x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasksVitaly Kuznetsov
2018-07-15KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini
2018-07-15x86/events/intel/ds: Fix bts_interrupt_threshold alignmentHugh Dickins
2018-07-14Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-07-14x86/purgatory: add missing FORCE to Makefile targetPhilipp Rudo
2018-07-13xen: setup pv irq ops vector earlierJuergen Gross
2018-07-12xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross
2018-07-11efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Ard Biesheuvel
2018-07-08Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-07-07x86/mtrr: Don't copy out-of-bounds data in mtrr_writeJann Horn
2018-07-06x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan