summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-02-20KVM: x86: expose MOVDIR64B CPU feature into VM.Liu Jingqi
2019-02-20KVM: x86: expose MOVDIRI CPU feature into VM.Liu Jingqi
2019-02-20kvm, x86, mmu: Use kernel generic dynamic physical address maskKai Huang
2019-02-20KVM: nVMX: remove useless is_protmode checkPaolo Bonzini
2019-02-20KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson
2019-02-20KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson
2019-02-20KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson
2019-02-20svm: Fix improper check when deactivate AVICSuthikulpanit, Suravee
2019-02-20KVM: x86: cull apicv code when userspace irqchip is requestedPaolo Bonzini
2019-02-20svm: Fix AVIC DFR and LDR handlingSuthikulpanit, Suravee
2019-02-20x86/kvmclock: set offset for kvm unstable clockPavel Tatashin
2019-02-20KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flowSean Christopherson
2019-02-20KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobberingSean Christopherson
2019-02-20KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson
2019-02-20KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson
2019-02-20KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson
2019-02-20KVM: VMX: Use RAX as the scratch register during vCPU-runSean Christopherson
2019-02-20KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson
2019-02-20KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()Sean Christopherson
2019-02-20KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson
2019-02-20KVM: VMX: Create a stack frame in vCPU-runSean Christopherson
2019-02-20KVM: VMX: Use #defines in place of immediates in VM-Enter inline asmSean Christopherson
2019-02-20KVM: x86: Explicitly #define the VCPU_REGS_* indicesSean Christopherson
2019-02-19KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu
2019-02-19KVM: arm/arm64: Prefix header search paths with $(srctree)/Masahiro Yamada
2019-02-19KVM: arm/arm64: Remove -I. header search pathsMasahiro Yamada
2019-02-19arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel
2019-02-19arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel
2019-02-19KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall
2019-02-19KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systemsChristoffer Dall
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara
2019-02-19KVM: arm64: Reuse sys_reg() macro when searching the trap tableMarc Zyngier
2019-02-19KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier
2019-02-19KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall
2019-02-19arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier
2019-02-19ARM: KVM: Teach some form of type-safety to kvm_call_hypMarc Zyngier
2019-02-19arm64: KVM: Drop VHE-specific HYP call stubMarc Zyngier
2019-02-19arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier
2019-02-19arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier
2019-02-19KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh
2019-02-19KVM: PPC: Release all hardware TCE tables attached to a groupAlexey Kardashevskiy
2019-02-19KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUSSuraj Jitindar Singh
2019-02-19KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras
2019-02-19KVM: PPC: Remove -I. header search pathsMasahiro Yamada
2019-02-19KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_nodewangbo
2019-02-19KVM: PPC: Book3S PR: Add emulation for slbfee. instructionPaul Mackerras
2019-02-12KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest stateSean Christopherson
2019-02-12KVM: VMX: Don't save guest registers after VM-FailSean Christopherson
2019-02-12KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-EnterSean Christopherson
2019-02-12KVM: VMX: Pass "launched" directly to the vCPU-run asm blobSean Christopherson