Age | Commit message (Expand) | Author | Files | Lines |
2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 9 | -9/+9 |
2011-03-18 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 93 | -1280/+2097 |
2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 52 | -557/+865 |
2011-03-17 | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 199 | -4635/+16962 |
2011-03-17 | Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msm | Linus Torvalds | 57 | -961/+1641 |
2011-03-17 | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 406 | -5754/+17615 |
2011-03-17 | Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/... | Linus Torvalds | 3 | -10/+193 |
2011-03-17 | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 20 | -291/+333 |
2011-03-17 | Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:... | Linus Torvalds | 1 | -12/+29 |
2011-03-17 | Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon... | Linus Torvalds | 1 | -2/+1 |
2011-03-17 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 6 | -10/+5 |
2011-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -1/+1 |
2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2 | -0/+17 |
2011-03-17 | arch/tile: support newer binutils assembler shift semantics | Chris Metcalf | 3 | -9/+29 |
2011-03-17 | Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds... | Chris Metcalf | 127 | -736/+929 |
2011-03-17 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi... | Linus Torvalds | 148 | -0/+18051 |
2011-03-17 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 9 | -18/+82 |
2011-03-17 | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let... | Linus Torvalds | 19 | -84/+857 |
2011-03-17 | KVM: unbreak userspace that does not sets tss address | Gleb Natapov | 1 | -0/+13 |
2011-03-17 | KVM: MMU: cleanup pte write path | Xiao Guangrong | 3 | -56/+32 |
2011-03-17 | KVM: MMU: introduce a common function to get no-dirty-logged slot | Xiao Guangrong | 1 | -20/+17 |
2011-03-17 | KVM: fix rcu usage in init_rmode_* functions | Xiao Guangrong | 1 | -4/+8 |
2011-03-17 | KVM: fix kvmclock regression due to missing clock update | Nikola Ciprich | 1 | -1/+1 |
2011-03-17 | KVM: emulator: Fix permission checking in io permission bitmap | Gleb Natapov | 1 | -3/+2 |
2011-03-17 | KVM: emulator: Fix io permission checking for 64bit guest | Gleb Natapov | 3 | -21/+35 |
2011-03-17 | KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n | Avi Kivity | 1 | -0/+5 |
2011-03-17 | KVM: x86: Remove useless regs_page pointer from kvm_lapic | Takuya Yoshikawa | 3 | -7/+5 |
2011-03-17 | KVM: MMU: remove unused macros | Xiao Guangrong | 2 | -8/+0 |
2011-03-17 | KVM: MMU: cleanup page alloc and free | Xiao Guangrong | 1 | -5/+5 |
2011-03-17 | KVM: MMU: do not record gfn in kvm_mmu_pte_write | Xiao Guangrong | 3 | -7/+2 |
2011-03-17 | KVM: MMU: move mmu pages calculated out of mmu lock | Xiao Guangrong | 1 | -5/+5 |
2011-03-17 | KVM: MMU: set spte accessed bit properly | Xiao Guangrong | 1 | -1/+1 |
2011-03-17 | KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits | Xiao Guangrong | 1 | -2/+7 |
2011-03-17 | KVM: better readability of efer_reserved_bits | Lai Jiangshan | 1 | -2/+3 |
2011-03-17 | KVM: Clear async page fault hash after switching to real mode | Lai Jiangshan | 1 | -1/+3 |
2011-03-17 | KVM: VMX: Initialize vm86 TSS only once. | Gleb Natapov | 1 | -22/+6 |
2011-03-17 | KVM: VMX: update live TR selector if it changes in real mode | Gleb Natapov | 1 | -0/+1 |
2011-03-17 | KVM: VMX: add the __noclone attribute to vmx_vcpu_run | Lai Jiangshan | 1 | -1/+1 |
2011-03-17 | KVM: x86: Convert tsc_write_lock to raw_spinlock | Jan Kiszka | 2 | -4/+4 |
2011-03-17 | KVM: remove isr_ack logic from PIC | Gleb Natapov | 2 | -27/+2 |
2011-03-17 | KVM: VMX: fix detection of BIOS disabling VMX | Joseph Cihula | 1 | -2/+8 |
2011-03-17 | KVM: Convert kvm_lock to raw_spinlock | Jan Kiszka | 3 | -5/+5 |
2011-03-17 | KVM: SVM: check for progress after IRET interception | Avi Kivity | 1 | -1/+9 |
2011-03-17 | KVM: Fix race between nmi injection and enabling nmi window | Avi Kivity | 1 | -1/+3 |
2011-03-17 | KVM: Drop ad-hoc vendor specific instruction restriction | Avi Kivity | 1 | -28/+5 |
2011-03-17 | KVM: x86 emulator: vendor specific instructions | Avi Kivity | 2 | -3/+10 |
2011-03-17 | KVM: Drop bogus x86_decode_insn() error check | Avi Kivity | 1 | -3/+0 |
2011-03-17 | KVM: x86: Drop obsolete warning about INIT on runnable VCPU | Jan Kiszka | 1 | -4/+0 |
2011-03-17 | KVM: x86: release kvmclock page on reset | Glauber Costa | 1 | -8/+12 |
2011-03-17 | mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally | Huang Ying | 4 | -0/+8 |