summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář3-3/+6
2016-07-14KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář1-4/+4
2016-07-14KVM: VMX: optimize APIC ID read with APICvRadim Krčmář1-3/+0
2016-07-14KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář1-2/+3
2016-07-14KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář3-22/+52
2016-07-14KVM: x86: use generic function for MSI parsingRadim Krčmář1-12/+7
2016-07-14KVM: x86: dynamic kvm_apic_mapRadim Krčmář3-7/+16
2016-07-14KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2-38/+41
2016-07-14KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář1-132/+98
2016-07-14KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240Radim Krčmář1-1/+1
2016-07-14kvm: vmx: advertise support for ept execute onlyBandan Das1-0/+3
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: s390: inject PER i-fetch events on applicable icptsDavid Hildenbrand3-3/+34
2016-07-01KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li1-24/+24
2016-07-01KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li1-8/+10
2016-07-01KVM: vmx: fix underflow in TSC deadline calculationPaolo Bonzini1-3/+3
2016-07-01KVM: x86: use guest_exit_irqoffPaolo Bonzini3-12/+9