summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood2013-12-113-23/+23
* KVM: PPC: Book3S: PR: Enable interrupts earlierAlexander Graf2013-12-092-10/+2
* KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvyAlexander Graf2013-12-092-0/+23
* KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpuAlexander Graf2013-12-091-0/+4
* KVM: PPC: Book3S: PR: Don't clobber our exit handler idAlexander Graf2013-12-091-3/+10
* powerpc: kvm: fix rare but potential deadlock scenepingfan liu2013-11-182-1/+9
* KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() callPaul Mackerras2013-11-181-0/+2
* KVM: PPC: Book3S HV: Make tbacct_lock irq-safePaul Mackerras2013-11-181-10/+12
* KVM: PPC: Book3S HV: Refine barriers in guest entry/exitPaul Mackerras2013-11-181-6/+10
* KVM: PPC: Book3S HV: Fix physical address calculationsPaul Mackerras2013-11-182-5/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-15133-2239/+5170
|\
| * kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois2013-11-131-0/+3
| * Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2013-11-117-18/+201
| |\
| | * arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpuMarc Zyngier2013-11-073-0/+17
| | * arm/arm64: KVM: MMIO support for BE guestMarc Zyngier2013-11-073-11/+164
| | * arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-293-7/+20
| * | Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-11-115-12/+33
| |\ \
| | * | arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier2013-10-223-4/+23
| | * | ARM: KVM: drop limitation to 4 CPU VMsMarc Zyngier2013-10-221-4/+0
| | * | ARM: KVM: fix L2CTLR to be per-clusterMarc Zyngier2013-10-221-0/+4
| | * | ARM: KVM: Fix MPIDR computing to support virtual clustersMarc Zyngier2013-10-221-4/+6
| | * | Merge branch 'kvm-arm-next-3.13-2' into kvm-arm-nextChristoffer Dall2013-10-185-44/+212
| | |\ \
| | * \ \ Merge remote-tracking branch 'kvm/next' into kvm-arm-nextChristoffer Dall2013-10-18486-2573/+4483
| | |\ \ \
| | * | | | KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall2013-10-162-6/+9
| | * | | | ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-163-2/+9
| * | | | | kvm, cpuid: Fix sparse warningBorislav Petkov2013-11-071-3/+5
| * | | | | kvm: Delete prototype for non-existent function kvm_check_ioplJosh Triplett2013-11-061-2/+0
| * | | | | kvm: Delete prototype for non-existent function complete_pioJosh Triplett2013-11-061-1/+0
| * | | | | hung_task: add method to reset detectorMarcelo Tosatti2013-11-063-0/+20
| * | | | | pvclock: detect watchdog reset at pvclock readMarcelo Tosatti2013-11-063-0/+15
| * | | | | kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin2013-11-061-3/+4
| * | | | | srcu: API for barrier after srcu read unlockMichael S. Tsirkin2013-11-061-0/+14
| * | | | | KVM: remove vm mmap methodGleb Natapov2013-11-061-32/+0
| * | | | | KVM: IOMMU: hva align mapping page sizeGreg Edwards2013-11-051-0/+4
| * | | | | KVM: x86: trace cpuid emulation when called from emulatorGleb Natapov2013-11-051-1/+1
| * | | | | KVM: emulator: cleanup decode_register_operand() a bitGleb Natapov2013-11-051-7/+3
| * | | | | KVM: emulator: check rex prefix inside decode_register()Gleb Natapov2013-11-051-11/+7
| * | | | | Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-0473-1737/+3408
| |\ \ \ \ \
| | * | | | | kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-176-8/+10
| | * | | | | kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-1714-91/+187
| | * | | | | kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-1711-28/+37
| | * | | | | kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-1711-9/+46
| | * | | | | kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V2013-10-175-207/+183
| | * | | | | kvm: powerpc: book3s: pr: move PR related tracepoints to a separate headerAneesh Kumar K.V2013-10-175-230/+309
| | * | | | | kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-177-81/+79
| | * | | | | kvm: powerpc: book3s: Cleanup interrupt handling codeAneesh Kumar K.V2013-10-173-4/+20
| | * | | | | kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-1724-287/+748
| | * | | | | kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V2013-10-1710-24/+43
| | * | | | | kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V2013-10-179-16/+16
| | * | | | | kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binaryPaul Mackerras2013-10-172-4/+9