summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | KVM: X86: Add kvm hypervisor init time platform setup callbackWanpeng Li2018-08-061-0/+10
| * | | | | | | | KVM: X86: Implement "send IPI" hypercallWanpeng Li2018-08-064-1/+49
| * | | | | | | | KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()Tianyu Lan2018-08-061-4/+4
| * | | | | | | | KVM: x86: Skip pae_root shadow allocation if tdp enabledLiang Chen2018-08-061-0/+3
| * | | | | | | | KVM/MMU: Combine flushing remote tlb in mmu_set_spte()Tianyu Lan2018-08-061-3/+4
| * | | | | | | | KVM: vmx: skip VMWRITE of HOST_{FS,GS}_BASE when possibleSean Christopherson2018-08-061-3/+10
| * | | | | | | | KVM: vmx: skip VMWRITE of HOST_{FS,GS}_SEL when possibleSean Christopherson2018-08-061-10/+14
| * | | | | | | | KVM: vmx: always initialize HOST_{FS,GS}_BASE to zero during setupSean Christopherson2018-08-061-10/+0Star
| * | | | | | | | KVM: vmx: move struct host_state usage to struct loaded_vmcsSean Christopherson2018-08-061-28/+44
| * | | | | | | | KVM: vmx: compute need to reload FS/GS/LDT on demandSean Christopherson2018-08-061-13/+5Star
| * | | | | | | | KVM: nVMX: remove a misleading comment regarding vmcs02 fieldsSean Christopherson2018-08-061-5/+0Star
| * | | | | | | | KVM: vmx: rename __vmx_load_host_state() and vmx_save_host_state()Sean Christopherson2018-08-061-10/+11
| * | | | | | | | KVM: vmx: add dedicated utility to access guest's kernel_gs_baseSean Christopherson2018-08-061-11/+35
| * | | | | | | | KVM: vmx: track host_state.loaded using a loaded_vmcs pointerSean Christopherson2018-08-061-7/+15
| * | | | | | | | KVM: vmx: refactor segmentation code in vmx_save_host_state()Sean Christopherson2018-08-061-25/+28
| * | | | | | | | kvm: nVMX: Fix fault priority for VMX operationsJim Mattson2018-08-061-4/+5
| * | | | | | | | kvm: nVMX: Fix fault vector for VMX operation at CPL > 0Jim Mattson2018-08-061-2/+2
| * | | | | | | | KVM: vmx: Add tlb_remote_flush callback supportTianyu Lan2018-08-061-1/+71
| * | | | | | | | KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan2018-08-061-0/+11
| * | | | | | | | X86/Hyper-V: Add hyperv_nested_flush_guest_mapping ftrace supportTianyu Lan2018-08-062-0/+17
| * | | | | | | | X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall supportTianyu Lan2018-08-064-1/+64
| * | | | | | | | x86/kvm: Don't use pvqspinlock code if only 1 vCPUWaiman Long2018-08-061-0/+4
| * | | | | | | | KVM/MMU: Simplify __kvm_sync_page() functionTianyu Lan2018-08-061-6/+2Star
| * | | | | | | | kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid2018-08-063-4/+3Star
| * | | | | | | | kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid2018-08-063-41/+92
| * | | | | | | | kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid2018-08-064-3/+55
| * | | | | | | | kvm: x86: Skip shadow page resync on CR3 switch when indicated by guestJunaid Shahid2018-08-063-7/+34
| * | | | | | | | kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid2018-08-062-15/+27
| * | | | | | | | kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid2018-08-063-11/+33
| * | | | | | | | kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid2018-08-064-17/+36
| * | | | | | | | kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid2018-08-063-3/+112
| * | | | | | | | kvm: x86: Propagate guest PCIDs to host PCIDsJunaid Shahid2018-08-061-1/+16
| * | | | | | | | kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid2018-08-064-6/+2Star
| * | | | | | | | kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid2018-08-063-9/+15
| * | | | | | | | kvm: x86: Support resetting the MMU context without resetting rootsJunaid Shahid2018-08-062-17/+10Star
| * | | | | | | | kvm: x86: Add support for fast CR3 switch across different MMU modesJunaid Shahid2018-08-061-6/+15
| * | | | | | | | kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid2018-08-064-2/+11
| * | | | | | | | kvm: x86: Introduce kvm_mmu_calc_root_page_role()Junaid Shahid2018-08-061-27/+85
| * | | | | | | | kvm: x86: Add fast CR3 switch code pathJunaid Shahid2018-08-063-8/+71
| * | | | | | | | kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is neededJunaid Shahid2018-08-061-8/+67
| * | | | | | | | kvm: x86: Make sync_page() flush remote TLBs once onlyJunaid Shahid2018-08-062-8/+20
| * | | | | | | | KVM: MMU: drop vcpu param in gpte_accessPeter Xu2018-08-061-5/+5
| * | | | | | | | KVM: nVMX: Separate logic allocating shadow vmcs to a functionLiran Alon2018-08-061-9/+28
| * | | | | | | | KVM: VMX: Mark vmcs header as shadow in case alloc_vmcs_cpu() allocate shadow...Liran Alon2018-08-061-8/+8
| * | | | | | | | KVM: nVMX: Expose VMCS shadowing to L1 guestLiran Alon2018-08-061-0/+9
| * | | | | | | | KVM: nVMX: Do not forward VMREAD/VMWRITE VMExits to L1 if required so by vmcs...Liran Alon2018-08-061-2/+31
| * | | | | | | | KVM: nVMX: vmread/vmwrite: Use shadow vmcs12 if running L2Liran Alon2018-08-061-12/+49
| * | | | | | | | KVM: nVMX: include shadow vmcs12 in nested statePaolo Bonzini2018-08-061-1/+30
| * | | | | | | | KVM: nVMX: Cache shadow vmcs12 on VMEntry and flush to memory on VMExitLiran Alon2018-08-061-0/+74
| * | | | | | | | KVM: nVMX: Verify VMCS shadowing VMCS link pointerLiran Alon2018-08-061-2/+28