aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-17KVM: use yield_to instead of sleep in kvm_vcpu_on_spinRik van Riel2-10/+48
2011-03-17KVM: keep track of which task is running a KVM vcpuRik van Riel2-0/+11
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel2-0/+3
2011-03-17KVM: Drop ad-hoc vendor specific instruction restrictionAvi Kivity1-28/+5
2011-03-17KVM: x86 emulator: vendor specific instructionsAvi Kivity2-3/+10
2011-03-17KVM: Drop bogus x86_decode_insn() error checkAvi Kivity1-3/+0
2011-03-17KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka1-4/+0
2011-03-17KVM: x86: release kvmclock page on resetGlauber Costa1-8/+12
2011-03-17mm: remove is_hwpoison_addressHuang Ying2-40/+0
2011-03-17KVM: Replace is_hwpoison_address with __get_user_pagesHuang Ying1-1/+10
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying7-3/+21
2011-03-17mm: export __get_user_pagesHuang Ying5-11/+60
2011-03-17KVM: x86: handle guest access to BBL_CR_CTL3 MSRjohn cooper2-0/+20
2011-03-17KVM: make make_all_cpus_request() locklessXiao Guangrong2-12/+3
2011-03-17KVM: Add "exiting guest mode" stateXiao Guangrong4-12/+35
2011-03-17KVM: fix build warning within __kvm_set_memory_region() on s390Heiko Carstens1-0/+2
2011-03-17KVM: x86: Remove user space triggerable MCE error messageJan Kiszka1-3/+0
2011-03-17KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()Xiao Guangrong1-1/+4
2011-03-17KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity1-2/+5
2011-03-17KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity1-2/+2
2011-03-17KVM: VMX: increase ple_gap default to 128Rik van Riel1-2/+2
2011-03-17KVM: SVM: Add support for perf-kvmJoerg Roedel1-2/+10
2011-03-17KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity1-7/+36
2011-03-17KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity1-0/+2
2011-03-17KVM: PPC: Fix SPRG get/set for Book3S and BookEPeter Tyser2-12/+16
2011-03-17KVM guest: Fix section mismatch derived from kvm_guest_cpu_online()Sedat Dilek1-1/+1
2011-03-17KVM: MMU: Don't flush shadow when enabling dirty trackingAvi Kivity2-10/+9
2011-03-16Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds13-272/+316
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds16-34/+815
2011-03-16Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds76-8400/+1
2011-03-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds295-3388/+7683
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds45-835/+1284
2011-03-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds19-3/+766
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds178-1725/+1407
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds55-619/+220
2011-03-16Merge branch 'p2v' into develRussell King86-189/+434
2011-03-16Merge branch 'v6v7' into develRussell King28-189/+191
2011-03-16Merge branch 'misc' into develRussell King38-791/+461
2011-03-16Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', 'irqdata', 'pm', 'sh', 'smp', 'spear', 'ux500' and 'via' into develRussell King688-6225/+11694
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1143-37918/+119131
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds835-87750/+91150
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds222-1357/+3925
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds44-913/+2890
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds167-4051/+10850
2011-03-16vfs: bury ->get_sb()Al Viro5-103/+47
2011-03-16nfs: switch NFS from ->get_sb() to ->mount()Al Viro1-66/+66
2011-03-16nfs: stop mangling ->mnt_devname on NFSAl Viro1-23/+0
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro3-9/+60
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro3-18/+13
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro4-62/+74