aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon8-18/+21
2019-02-20kvm: Add memcg accounting to KVM allocationsBen Gardon5-22/+25
2019-02-20KVM: nVMX: do not start the preemption timer hrtimer unnecessarilyPaolo Bonzini1-4/+9
2019-02-20kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang1-3/+5
2019-02-20KVM: x86: cleanup freeing of nested statePaolo Bonzini2-7/+6
2019-02-20KVM: x86: Sync the pending Posted-InterruptsLuwei Kang3-22/+18
2019-02-20KVM: x86: expose MOVDIR64B CPU feature into VM.Liu Jingqi1-1/+1
2019-02-20KVM: x86: expose MOVDIRI CPU feature into VM.Liu Jingqi1-1/+1
2019-02-20kvm, x86, mmu: Use kernel generic dynamic physical address maskKai Huang1-3/+5
2019-02-20KVM: nVMX: remove useless is_protmode checkPaolo Bonzini1-1/+1
2019-02-20KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson1-3/+9
2019-02-20KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson1-2/+23
2019-02-20KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson1-0/+4
2019-02-20svm: Fix improper check when deactivate AVICSuthikulpanit, Suravee1-5/+5
2019-02-20KVM: x86: cull apicv code when userspace irqchip is requestedPaolo Bonzini1-1/+8
2019-02-20svm: Fix AVIC DFR and LDR handlingSuthikulpanit, Suravee1-34/+30
2019-02-20kvm: Use struct_size() in kmalloc()Gustavo A. R. Silva1-4/+4
2019-02-20x86/kvmclock: set offset for kvm unstable clockPavel Tatashin1-5/+1
2019-02-20KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flowSean Christopherson1-7/+6
2019-02-20KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobberingSean Christopherson1-15/+4
2019-02-20KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson2-4/+22
2019-02-20KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson2-12/+12
2019-02-20KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson2-8/+10
2019-02-20KVM: VMX: Use RAX as the scratch register during vCPU-runSean Christopherson1-38/+38
2019-02-20KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson2-4/+4
2019-02-20KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()Sean Christopherson1-32/+27
2019-02-20KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson2-137/+145
2019-02-20KVM: VMX: Create a stack frame in vCPU-runSean Christopherson1-1/+1
2019-02-20KVM: VMX: Use #defines in place of immediates in VM-Enter inline asmSean Christopherson1-52/+61
2019-02-20KVM: x86: Explicitly #define the VCPU_REGS_* indicesSean Christopherson2-16/+42
2019-02-20KVM: arm/arm64: Remove unused gpa_end variableShaokun Zhang1-2/+1
2019-02-19KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu1-1/+2
2019-02-19KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"Colin Ian King1-1/+1
2019-02-19KVM: arm/arm64: Update MAINTAINERS entriesMarc Zyngier1-11/+7
2019-02-19KVM: arm/arm64: Prefix header search paths with $(srctree)/Masahiro Yamada2-2/+2
2019-02-19KVM: arm/arm64: Remove -I. header search pathsMasahiro Yamada2-4/+1
2019-02-19KVM: arm/arm64: Fix TRACE_INCLUDE_PATHMasahiro Yamada1-1/+1
2019-02-19KVM: arm/arm64: arch_timer: Mark physical interrupt active when a virtual interrupt is pendingMarc Zyngier1-3/+12
2019-02-19arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel2-1/+17
2019-02-19arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel3-2/+61
2019-02-19KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall3-8/+16
2019-02-19KVM: arm/arm64: Rework the timer code to use a timer_mapChristoffer Dall3-145/+278
2019-02-19KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systemsChristoffer Dall3-49/+180
2019-02-19KVM: arm/arm64: timer: Rework data structures for multiple timersChristoffer Dall2-48/+51
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara5-66/+187
2019-02-19KVM: arm64: Reuse sys_reg() macro when searching the trap tableMarc Zyngier1-13/+6
2019-02-19KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier3-4/+4
2019-02-19KVM: arm/arm64: Simplify bg_timer programmingChristoffer Dall3-26/+14
2019-02-19KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall9-53/+61
2019-02-19arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier5-2/+17