summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-18114-16095/+3551
|\
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into HEADPaolo Bonzini2014-12-1826-1093/+870
| |\
| | * KVM: PPC: Book3S: Enable in-kernel XICS emulation by defaultAnton Blanchard2014-12-171-0/+1
| | * KVM: PPC: Book3S HV: Improve H_CONFER implementationSam Bobroff2014-12-174-2/+74
| | * KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR registerPaul Mackerras2014-12-174-2/+9
| | * KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-1713-955/+70
| | * KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactionsSuresh E. Warrier2014-12-175-27/+539
| | * KVM: PPC: Book3S HV: Simplify locking around stolen time calculationsPaul Mackerras2014-12-172-29/+32
| | * arch: powerpc: kvm: book3s_paired_singles.c: Remove unused functionRickard Strandqvist2014-12-171-8/+0
| | * arch: powerpc: kvm: book3s_pr.c: Remove unused functionRickard Strandqvist2014-12-171-5/+0
| | * arch: powerpc: kvm: book3s.c: Remove some unused functionsRickard Strandqvist2014-12-172-16/+0
| | * arch: powerpc: kvm: book3s_32_mmu.c: Remove unused functionRickard Strandqvist2014-12-171-5/+0
| | * KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_bl...Suresh E. Warrier2014-12-151-0/+20
| | * KVM: PPC: Book3S HV: ptes are big endianCédric Le Goater2014-12-151-1/+7
| | * KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPISuresh E. Warrier2014-12-153-15/+52
| | * KVM: PPC: Book3S HV: Fix KSM memory corruptionPaul Mackerras2014-12-151-27/+17
| | * KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMIMahesh Salgaonkar2014-12-151-0/+2
| | * KVM: PPC: Book3S HV: Fix computation of tlbie operandPaul Mackerras2014-12-151-1/+1
| | * KVM: PPC: Book3S HV: Add missing HPTE unlockAneesh Kumar K.V2014-12-151-1/+4
| | * KVM: PPC: BookE: Improve irq inject tracepointAlexander Graf2014-12-151-2/+45
| * | KVM: move APIC types to arch/x86/Paolo Bonzini2014-12-183-27/+27
| * | Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-12-1520-164/+335
| |\ \
| | * | arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall2014-12-153-16/+37
| | * | arm/arm64: KVM: Initialize the vgic on-demand when injecting IRQsChristoffer Dall2014-12-151-6/+16
| | * | arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall2014-12-131-0/+5
| | * | arm/arm64: KVM: Add (new) vgic_initialized macroChristoffer Dall2014-12-132-1/+8
| | * | arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall2014-12-133-6/+6
| | * | arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell2014-12-133-50/+37
| | * | arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2014-12-134-0/+74
| | * | arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall2014-12-133-0/+28
| | * | arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall2014-12-136-54/+48
| | * | arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2014-12-135-2/+12
| | * | arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall2014-12-132-1/+4
| | * | arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall2014-12-131-1/+1
| | * | arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through allShannon Zhao2014-11-261-5/+10
| | * | arm/arm64: vgic: Remove unreachable irq_clear_pendingChristoffer Dall2014-11-251-2/+0
| | * | arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO readAndre Przywara2014-11-251-6/+9
| | * | arm, arm64: KVM: handle potential incoherency of readonly memslotsArd Biesheuvel2014-11-251-5/+15
| | * | arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek2014-11-253-6/+13
| | * | kvm: add a memslot flag for incoherent memory regionsArd Biesheuvel2014-11-251-0/+1
| | * | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-254-13/+13
| | * | arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel2014-11-251-1/+6
| | * | KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function.wanghaibin2014-11-251-0/+3
| * | | KVM: x86: em_ret_far overrides cplNadav Amit2014-12-111-1/+1
| * | | KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das2014-12-111-2/+2
| * | | KVM: x86: Emulate should check #UD before #GPNadav Amit2014-12-101-6/+6
| * | | KVM: x86: Do not push eflags.vm on pushfNadav Amit2014-12-101-1/+1
| * | | KVM: x86: Remove prefix flag when GP macro is usedNadav Amit2014-12-101-2/+2
| * | | x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2014-12-102-2/+8
| | |/ | |/|
| * | KVM: cpuid: recompute CPUID 0xD.0:EBX,ECXRadim Krčmář2014-12-051-0/+2