summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-08-01MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan1-3/+4
2016-08-01MIPS: KVM: Fix 64-bit big endian dynamic translationJames Hogan1-0/+8
2016-08-01MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan1-0/+12
2016-08-01MIPS: KVM: Use 64-bit CP0_EBase when appropriateJames Hogan1-3/+22
2016-08-01MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan1-2/+8
2016-08-01MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan1-24/+24
2016-08-01MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan2-7/+17
2016-08-01MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan1-1/+1
2016-08-01MIPS: Fix definition of KSEGX() for 64-bitJames Hogan1-1/+1
2016-08-01KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLDJim Mattson1-11/+15
2016-08-01kvm: x86: nVMX: maintain internal copy of current VMCSDavid Matlack1-3/+28
2016-07-28KVM: PPC: Book3S HV: Save/restore TM state in H_CEDEPaul Mackerras1-0/+13
2016-07-28KVM: PPC: Book3S HV: Pull out TM state save/restore into separate proceduresPaul Mackerras1-212/+237
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář28-362/+274
2016-07-18KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara3-0/+8
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara2-0/+3
2016-07-18KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara4-4/+4
2016-07-18KVM: s390: let ptff intercepts result in cc=3David Hildenbrand1-0/+8
2016-07-18KVM: s390: allow user space to handle instr 0x0000David Hildenbrand3-2/+29
2016-07-14arm64: KVM: Clean up a conditionDan Carpenter1-2/+2
2016-07-14KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář3-4/+12
2016-07-14KVM: x86: bump MAX_VCPUS to 288Radim Krčmář1-1/+1
2016-07-14KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář3-14/+45
2016-07-14KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář5-11/+52
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