summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-08KVM: PPC: e500: Track TLB1 entries with a bitmapScott Wood2-5/+72
2012-04-08KVM: PPC: e500: refactor core-specific TLB codeScott Wood5-414/+473
2012-04-08KVM: PPC: e500: clean up arch/powerpc/kvm/e500.hScott Wood1-11/+14
2012-04-08KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.hScott Wood5-103/+78
2012-04-08KVM: PPC: e500: rename e500_tlb.h to e500.hScott Wood4-6/+6
2012-04-08KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood3-9/+18
2012-04-08KVM: PPC: booke: add booke-level vcpu load/putScott Wood4-0/+17
2012-04-08KVM: PPC: factor out lpid allocator from book3s_64_mmu_hvScott Wood5-16/+55
2012-04-08powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLEScott Wood1-4/+8
2012-04-08powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bitScott Wood1-2/+3
2012-04-08KVM: Remove unused dirty_bitmap_head and nr_dirty_pagesTakuya Yoshikawa2-11/+5
2012-04-08KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa1-73/+43
2012-04-08KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa3-17/+36
2012-04-08KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa1-26/+27
2012-04-08kvmclock: remove unneeded EXPORT macroEric B Munson1-1/+0
2012-04-08KVM: fix kvm_vcpu_kick build failure on S390Marcelo Tosatti1-0/+2
2012-04-08watchdog: add check for suspended vm in softlockup detectorEric B Munson1-0/+12
2012-04-08KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson4-0/+49
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson27-0/+79
2012-04-08x86: pvclock: Add flag to indicate that a vm was stopped by the hostEric B Munson1-0/+1
2012-04-08KVM: PPC: Rework wqp conditional codeAlexander Graf2-7/+5
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall8-44/+59
2012-04-08KVM: schedule debugfs statistics for removalAvi Kivity1-0/+7
2012-04-08KVM: SVM: count all irq windows exitJason Wang1-1/+1
2012-04-08KVM: set upper bounds for iobus dev to limit userspaceAmos Kong1-1/+1
2012-04-08KVM: resize kvm_io_range array dynamicallyAmos Kong2-22/+21
2012-04-08KVM: x86: expose Intel cpu new features (HLE, RTM) to guestLiu, Jinsong1-1/+2
2012-04-07Linux 3.4-rc2v3.4-rc2Linus Torvalds1-1/+1
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+8
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+36
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds20-105/+147
2012-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+4
2012-04-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-3/+6
2012-04-06Merge branch '3.4-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-7/+19
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseLen Brown10325-288310/+497155
2012-04-06MAINTAINERS: Update git url for ACPIIgor Murzov1-1/+1
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds33-300/+501
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-5/+8
2012-04-06Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-218/+299
2012-04-06Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2-32/+49
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani1-1/+4
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-376/+602
2012-04-06xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich1-0/+1
2012-04-06xen/pciback: fix XEN_PCI_OP_enable_msix resultJan Beulich1-1/+1
2012-04-06xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat1-1/+1
2012-04-06xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk1-1/+3
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2-2/+2
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3