summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-203-19/+4
| * | | | KVM: x86/mmu: Remove is_obsolete() callSean Christopherson2019-02-201-5/+1
| * | | | KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson2019-02-201-1/+2
| * | | | Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson2019-02-202-1/+22
| * | | | Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson2019-02-201-3/+0
| * | | | KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson2019-02-201-1/+32
| * | | | KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson2019-02-201-6/+16
| * | | | KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson2019-02-201-69/+70
| * | | | KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson2019-02-201-19/+12
| * | | | KVM: x86: Refactor the MMIO SPTE generation handlingSean Christopherson2019-02-201-33/+43
| * | | | KVM: x86: Use a u64 when passing the MMIO gen aroundSean Christopherson2019-02-201-7/+7
| * | | | KVM: Explicitly define the "memslot update in-progress" bitSean Christopherson2019-02-201-1/+1
| * | | | KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson2019-02-201-1/+6
| * | | | KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson2019-02-201-2/+19
| * | | | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-203-5/+5
| * | | | kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon2019-02-203-13/+27
| * | | | kvm: svm: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-21/+25
| * | | | kvm: x86: Add memcg accounting to KVM allocationsBen Gardon2019-02-208-18/+21
| * | | | KVM: nVMX: do not start the preemption timer hrtimer unnecessarilyPaolo Bonzini2019-02-201-4/+9
| * | | | kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang2019-02-201-3/+5
| * | | | KVM: x86: cleanup freeing of nested statePaolo Bonzini2019-02-202-7/+6
| * | | | KVM: x86: Sync the pending Posted-InterruptsLuwei Kang2019-02-203-22/+18
| * | | | KVM: x86: expose MOVDIR64B CPU feature into VM.Liu Jingqi2019-02-201-1/+1
| * | | | KVM: x86: expose MOVDIRI CPU feature into VM.Liu Jingqi2019-02-201-1/+1
| * | | | kvm, x86, mmu: Use kernel generic dynamic physical address maskKai Huang2019-02-201-3/+5
| * | | | KVM: nVMX: remove useless is_protmode checkPaolo Bonzini2019-02-201-1/+1
| * | | | KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson2019-02-201-3/+9
| * | | | KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson2019-02-201-2/+23
| * | | | KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson2019-02-201-0/+4
| * | | | svm: Fix improper check when deactivate AVICSuthikulpanit, Suravee2019-02-201-5/+5
| * | | | KVM: x86: cull apicv code when userspace irqchip is requestedPaolo Bonzini2019-02-201-1/+8
| * | | | svm: Fix AVIC DFR and LDR handlingSuthikulpanit, Suravee2019-02-201-34/+30
| * | | | x86/kvmclock: set offset for kvm unstable clockPavel Tatashin2019-02-201-5/+1
| * | | | KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flowSean Christopherson2019-02-201-7/+6
| * | | | KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobberingSean Christopherson2019-02-201-15/+4
| * | | | KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson2019-02-202-4/+22
| * | | | KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson2019-02-202-12/+12
| * | | | KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson2019-02-202-8/+10
| * | | | KVM: VMX: Use RAX as the scratch register during vCPU-runSean Christopherson2019-02-201-38/+38
| * | | | KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson2019-02-202-4/+4
| * | | | KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()Sean Christopherson2019-02-201-32/+27
| * | | | KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson2019-02-202-137/+145
| * | | | KVM: VMX: Create a stack frame in vCPU-runSean Christopherson2019-02-201-1/+1
| * | | | KVM: VMX: Use #defines in place of immediates in VM-Enter inline asmSean Christopherson2019-02-201-52/+61
| * | | | KVM: x86: Explicitly #define the VCPU_REGS_* indicesSean Christopherson2019-02-202-16/+42
| * | | | KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest stateSean Christopherson2019-02-121-24/+29
| * | | | KVM: VMX: Don't save guest registers after VM-FailSean Christopherson2019-02-121-12/+23
| * | | | KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-EnterSean Christopherson2019-02-121-5/+7
| * | | | KVM: VMX: Pass "launched" directly to the vCPU-run asm blobSean Christopherson2019-02-122-8/+7
| * | | | KVM: VMX: Update VMCS.HOST_RSP via helper C functionSean Christopherson2019-02-121-25/+26