summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-022-0/+21
| * ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-022-0/+21
| * KVM: ARM: Fix typo in comments of inject_abt()Anup Patel2013-10-021-1/+1
* | KVM: Drop FOLL_GET in GUP when doing async page faultchai wen2013-10-154-21/+12
* | KVM: s390: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-7/+0
* | KVM: PPC: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
* | KVM: ia64: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-4/+0
* | KVM: mips: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-7/+0
* | KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
* | KVM: ARM: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
* | KVM: Move gfn_to_index to x86 specific codeChristoffer Dall2013-10-142-7/+7
* | KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li2013-10-102-2/+41
* | KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-036-58/+37
* | KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini2013-10-031-10/+4
* | KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2013-10-033-14/+3
* | KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini2013-10-032-19/+4
* | KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini2013-10-033-6/+34
* | KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini2013-10-033-3/+24
* | KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini2013-10-032-1/+4
* | virt/kvm/iommu.c: Add leading zeros to device's BDF notation in debug messagesAndre Richter2013-10-031-10/+2
* | KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-305-18/+17
* | KVM: protect kvm_usage_count with its own spinlockPaolo Bonzini2013-09-302-10/+15
* | KVM: cleanup (physical) CPU hotplugPaolo Bonzini2013-09-301-9/+8
* | KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov2013-09-301-0/+20
* | KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov2013-09-301-8/+4
* | KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov2013-09-301-4/+4
* | KVM: nVMX: Amend nested_run_pending logicGleb Natapov2013-09-301-14/+12
* | KVM: s390: Intercept SCK instructionThomas Huth2013-09-241-0/+33
* | KVM: s390: Implement TEST BLOCKThomas Huth2013-09-241-0/+28
* | KVM: s390: Helper for converting real addresses to absoluteThomas Huth2013-09-241-7/+14
* | KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rreThomas Huth2013-09-241-2/+4
* | KVM: s390: Lock kvm->srcu at the appropriate placesThomas Huth2013-09-243-3/+16
* | KVM: s390: Push run loop into __vcpu_runThomas Huth2013-09-241-24/+25
* | KVM: s390: Split up __vcpu_run into three partsThomas Huth2013-09-241-17/+37
* | KVM: s390: Remove dead "rerun vcpu" codeThomas Huth2013-09-244-13/+1
* | Documentation/kvm: Update cpuid documentation for steal time and pv eoiRaghavendra K T2013-09-241-0/+7
* | KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka2013-09-241-4/+14
* | KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka2013-09-241-1/+3
* | KVM: nVMX: Do not set identity page map for L2Jan Kiszka2013-09-241-2/+4
* | KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_stateJan Kiszka2013-09-241-1/+1
* | kvm: remove .done from struct kvm_async_pfRadim Krčmář2013-09-242-5/+1
* | KVM: Add documentation for kvm->srcu lockThomas Huth2013-09-241-0/+11
* | Linux 3.12-rc2v3.12-rc2Linus Torvalds2013-09-231-1/+1
* | Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-2335-97/+160
|\ \
| * \ Merge tag 'iio-fixes-for-3.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-09-2113-36/+91
| |\ \
| | * | iio:buffer_cb: Add missing iio_buffer_init()Lars-Peter Clausen2013-09-211-0/+2
| | * | iio: Prevent race between IIO chardev opening and IIO device freeLars-Peter Clausen2013-09-211-9/+12
| | * | iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen2013-09-212-5/+17
| | * | iio: Stop sampling when the device is removedLars-Peter Clausen2013-09-213-1/+28
| | * | iio: Fix crash when scan_bytes is computed with active_scan_mask == NULLPeter Meerwald2013-09-211-2/+9