summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-175-44/+212
| | |\ \
| | * \ \ Merge remote-tracking branch 'kvm/next' into kvm-arm-nextChristoffer Dall2013-10-17486-2573/+4483
| | |\ \ \
| | * | | | KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall2013-10-152-6/+9
| | * | | | ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-153-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
| | * | | | | kvm: powerpc: book3s: remove kvmppc_handler_highmem labelPaul Mackerras2013-10-172-6/+0
| | * | | | | KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan2013-10-174-18/+231
| | * | | | | KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan2013-10-172-22/+25
| | * | | | | KVM: PPC: E500: exit to user space on "ehpriv 1" instructionBharat Bhushan2013-10-175-6/+54
| | * | | | | powerpc: export debug registers save function for KVMBharat Bhushan2013-10-172-1/+3
| | * | | | | powerpc: move debug registers in a structureBharat Bhushan2013-10-178-140/+147
| | * | | | | powerpc: remove unnecessary line continuationsBharat Bhushan2013-10-171-1/+1
| | * | | | | kvm: powerpc: e500: mark page accessed when mapping a guest pageBharat Bhushan2013-10-171-0/+3
| | * | | | | kvm: powerpc: allow guest control "G" attribute in mas2Bharat Bhushan2013-10-171-1/+1
| | * | | | | kvm: powerpc: allow guest control "E" attribute in mas2Bharat Bhushan2013-10-171-1/+1
OpenPOWER on IntegriCloud