summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-14kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das3-10/+23
2016-07-14kvm: mmu: don't set the present bit unconditionallyBandan Das4-9/+11
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das4-8/+3
2016-07-14kvm: mmu: extend the is_present check to 32 bitsBandan Das1-1/+1
2016-07-11Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini13-9/+407
2016-07-11KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini1-2/+12
2016-07-11KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini1-2/+13
2016-07-11KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li1-0/+2
2016-07-11KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini1-3/+2
2016-07-05MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan1-1/+7
2016-07-05MIPS: KVM: Decode RDHWR more strictlyJames Hogan1-1/+3
2016-07-05MIPS: KVM: Recognise r6 CACHE encodingJames Hogan2-2/+24
2016-07-05MIPS: KVM: Support r6 compact branch emulationJames Hogan1-6/+46
2016-07-05MIPS: KVM: Don't save/restore lo/hi for r6James Hogan2-12/+10
2016-07-05MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan1-3/+3
2016-07-05MIPS: KVM: Fix fpu.S misassembly with r6James Hogan1-2/+5
2016-07-05MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton3-6/+6
2016-07-05MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton3-6/+6
2016-07-05MIPS: KVM: Save k0 straight into VCPU structureJames Hogan1-22/+15
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan3-12/+25
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan3-15/+84
2016-07-05MIPS: KVM: Drop redundant restore of DDATA_LOJames Hogan1-4/+0
2016-07-05MIPS: KVM: Check MSA presence at uasm timeJames Hogan1-20/+15
2016-07-05MIPS: KVM: Omit FPU handling entry code if possibleJames Hogan1-12/+15
2016-07-05MIPS: KVM: Drop now unused asm offsetsJames Hogan1-66/+0
2016-07-05MIPS: KVM: Add dumping of generated entry codeJames Hogan1-0/+25
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan7-634/+642
2016-07-05MIPS: uasm: Add r6 MUL encodingJames Hogan2-0/+48
2016-07-05MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan5-5/+16
2016-07-05MIPS: uasm: Add DI instructionJames Hogan5-11/+16
2016-07-05MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan5-13/+43
2016-07-05MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan4-14/+24
2016-07-05Merge tag 'kvm-s390-next-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-3/+34
2016-07-05KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an elementWei Yongjun1-1/+1
2016-07-05KVM: MMU: try to fix up page faults before giving upPaolo Bonzini2-3/+43
2016-07-05KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini1-5/+15
2016-07-05KVM: s390: inject PER i-fetch events on applicable icptsDavid Hildenbrand3-3/+34
2016-07-03arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier4-13/+10
2016-07-03arm/arm64: KVM: Check that IDMAP doesn't intersect with VA rangeMarc Zyngier1-0/+15
2016-07-03arm/arm64: KVM: Prune unused #definesMarc Zyngier2-19/+0
2016-07-03arm: KVM: Allow hyp teardownMarc Zyngier5-7/+24
2016-07-03arm: KVM: Simplify HYP initMarc Zyngier2-50/+14
2016-07-03arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier4-29/+7
2016-07-03arm/arm64: KVM: Drop boot_pgdMarc Zyngier6-31/+8
2016-07-03arm64: KVM: Simplify HYP init/teardownMarc Zyngier5-92/+26
2016-07-03arm/arm64: KVM: Always have merged page tablesMarc Zyngier2-64/+41
2016-07-03arm64: KVM: Runtime detection of lower HYP offsetMarc Zyngier1-0/+19
2016-07-03arm/arm64: KVM: Export __hyp_text_start/end symbolsMarc Zyngier3-2/+8
2016-07-03arm64: KVM: Refactor kern_hyp_va to deal with multiple offsetsMarc Zyngier2-14/+39
2016-07-03arm64: KVM: Define HYP offset masksMarc Zyngier1-2/+6