Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | introduce sys_syncfs to sync a single file system | Sage Weil | 2011-03-21 | 4 | -1/+6 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-03-18 | 1 | -9/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDs | Seth Heasley | 2011-02-08 | 1 | -9/+6 | |
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-03-18 | 60 | -227/+224 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | x86: Flush TLB if PGD entry is changed in i386 PAE mode | Shaohua Li | 2011-03-18 | 2 | -10/+4 | |
| * | | | | | | x86, dumpstack: Correct stack dump info when frame pointer is available | Namhyung Kim | 2011-03-18 | 9 | -30/+33 | |
| * | | | | | | x86: Clean up csum-copy_64.S a bit | Ingo Molnar | 2011-03-18 | 1 | -120/+120 | |
| * | | | | | | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 50 | -67/+67 | |
| * | | | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2011-03-18 | 142 | -3070/+5035 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | x86: Use PentiumPro-optimized partial_csum() on VIA C7 | Jon Nettleton | 2011-03-17 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-03-18 | 2 | -67/+47 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraints | Lin Ming | 2011-03-16 | 2 | -50/+47 | |
| * | | | | | | | perf, x86: Clean up SandyBridge PEBS events | Lin Ming | 2011-03-16 | 1 | -22/+5 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-03-18 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2011-02-15 | 64 | -666/+1262 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86: Fix printk typo WARING | Paul Bolle | 2011-02-11 | 1 | -1/+1 | |
| * | | | | | | | | Kill off warning: ‘inline’ is not at beginning of declaration | Jesper Juhl | 2011-01-19 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-03-17 | 13 | -279/+307 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | KVM: unbreak userspace that does not sets tss address | Gleb Natapov | 2011-03-17 | 1 | -0/+13 | |
| * | | | | | | | | | KVM: MMU: cleanup pte write path | Xiao Guangrong | 2011-03-17 | 3 | -56/+32 | |
| * | | | | | | | | | KVM: MMU: introduce a common function to get no-dirty-logged slot | Xiao Guangrong | 2011-03-17 | 1 | -20/+17 | |
| * | | | | | | | | | KVM: fix rcu usage in init_rmode_* functions | Xiao Guangrong | 2011-03-17 | 1 | -4/+8 | |
| * | | | | | | | | | KVM: fix kvmclock regression due to missing clock update | Nikola Ciprich | 2011-03-17 | 1 | -1/+1 | |
| * | | | | | | | | | KVM: emulator: Fix permission checking in io permission bitmap | Gleb Natapov | 2011-03-17 | 1 | -3/+2 | |
| * | | | | | | | | | KVM: emulator: Fix io permission checking for 64bit guest | Gleb Natapov | 2011-03-17 | 3 | -21/+35 | |
| * | | | | | | | | | KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n | Avi Kivity | 2011-03-17 | 1 | -0/+5 | |
| * | | | | | | | | | KVM: x86: Remove useless regs_page pointer from kvm_lapic | Takuya Yoshikawa | 2011-03-17 | 3 | -7/+5 | |
| * | | | | | | | | | KVM: MMU: remove unused macros | Xiao Guangrong | 2011-03-17 | 2 | -8/+0 | |
| * | | | | | | | | | KVM: MMU: cleanup page alloc and free | Xiao Guangrong | 2011-03-17 | 1 | -5/+5 | |
| * | | | | | | | | | KVM: MMU: do not record gfn in kvm_mmu_pte_write | Xiao Guangrong | 2011-03-17 | 3 | -7/+2 | |
| * | | | | | | | | | KVM: MMU: move mmu pages calculated out of mmu lock | Xiao Guangrong | 2011-03-17 | 1 | -5/+5 | |
| * | | | | | | | | | KVM: MMU: set spte accessed bit properly | Xiao Guangrong | 2011-03-17 | 1 | -1/+1 | |
| * | | | | | | | | | KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits | Xiao Guangrong | 2011-03-17 | 1 | -2/+7 | |
| * | | | | | | | | | KVM: better readability of efer_reserved_bits | Lai Jiangshan | 2011-03-17 | 1 | -2/+3 | |
| * | | | | | | | | | KVM: Clear async page fault hash after switching to real mode | Lai Jiangshan | 2011-03-17 | 1 | -1/+3 | |
| * | | | | | | | | | KVM: VMX: Initialize vm86 TSS only once. | Gleb Natapov | 2011-03-17 | 1 | -22/+6 | |
| * | | | | | | | | | KVM: VMX: update live TR selector if it changes in real mode | Gleb Natapov | 2011-03-17 | 1 | -0/+1 | |
| * | | | | | | | | | KVM: VMX: add the __noclone attribute to vmx_vcpu_run | Lai Jiangshan | 2011-03-17 | 1 | -1/+1 | |
| * | | | | | | | | | KVM: x86: Convert tsc_write_lock to raw_spinlock | Jan Kiszka | 2011-03-17 | 2 | -4/+4 | |
| * | | | | | | | | | KVM: remove isr_ack logic from PIC | Gleb Natapov | 2011-03-17 | 2 | -27/+2 | |
| * | | | | | | | | | KVM: VMX: fix detection of BIOS disabling VMX | Joseph Cihula | 2011-03-17 | 1 | -2/+8 | |
| * | | | | | | | | | KVM: Convert kvm_lock to raw_spinlock | Jan Kiszka | 2011-03-17 | 3 | -5/+5 | |
| * | | | | | | | | | KVM: SVM: check for progress after IRET interception | Avi Kivity | 2011-03-17 | 1 | -1/+9 | |
| * | | | | | | | | | KVM: Fix race between nmi injection and enabling nmi window | Avi Kivity | 2011-03-17 | 1 | -1/+3 | |
| * | | | | | | | | | KVM: Drop ad-hoc vendor specific instruction restriction | Avi Kivity | 2011-03-17 | 1 | -28/+5 | |
| * | | | | | | | | | KVM: x86 emulator: vendor specific instructions | Avi Kivity | 2011-03-17 | 2 | -3/+10 | |
| * | | | | | | | | | KVM: Drop bogus x86_decode_insn() error check | Avi Kivity | 2011-03-17 | 1 | -3/+0 | |
| * | | | | | | | | | KVM: x86: Drop obsolete warning about INIT on runnable VCPU | Jan Kiszka | 2011-03-17 | 1 | -4/+0 | |
| * | | | | | | | | | KVM: x86: release kvmclock page on reset | Glauber Costa | 2011-03-17 | 1 | -8/+12 | |
| * | | | | | | | | | KVM: x86: handle guest access to BBL_CR_CTL3 MSR | john cooper | 2011-03-17 | 2 | -0/+20 |