summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-101-7/+22
|\
| * x86: Fix serialization in pit_expect_msb()Linus Torvalds2009-08-101-7/+22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-08-101-4/+3
|\ \
| * | PCI hotplug: SGI hotplug: do not use hotplug_slot_attrKenji Kaneshige2009-08-071-10/+3
| * | PCI hotplug: SGI hotplug: fix build failureKenji Kaneshige2009-08-071-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-08-103-15/+14
|\ \ \
| * | | mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov2009-08-101-11/+11
| * | | mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-103-5/+5
| * | | mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov2009-08-101-12/+11
| | |/ | |/|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-08-101-3/+3
|\ \ \
| * | | powerpc/dma: pci_set_dma_mask() shouldn't fail if mask fits in RAMBenjamin Herrenschmidt2009-08-101-3/+3
| |/ /
* | | MN10300: includecheck fix: mn10300, pci.hJaswinder Singh Rajput2009-08-101-1/+0
* | | mempool.c: clean up type-castingFigo.zhang2009-08-101-2/+2
* | | documentation: register ioctl entry of nilfs2Ryusuke Konishi2009-08-101-0/+1
|/ /
* | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-08-092-1/+13
|\ \
| * | UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
| * | UBI: fix double free on error pathAdrian Hunter2009-07-241-0/+1
* | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-08-0913-41/+110
|\ \ \
| * | | KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov2009-08-091-5/+5
| * | | KVM: MMU: limit rmap chain lengthMarcelo Tosatti2009-08-061-5/+28
| * | | KVM: ia64: fix build failures due to ia64/unsigned long mismatchesAvi Kivity2009-08-053-11/+14
| * | | KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpcStephen Rothwell2009-08-051-1/+1
| * | | KVM: fix ack not being delivered when msi presentMichael S. Tsirkin2009-08-052-1/+4
| * | | KVM: s390: fix wait_queue handlingChristian Borntraeger2009-08-051-1/+1
| * | | KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka2009-08-051-1/+1
| * | | KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka2009-08-051-2/+2
| * | | KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti2009-08-051-7/+8
| * | | KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti2009-08-051-3/+3
| * | | KVM: x86: verify MTRR/PAT validityMarcelo Tosatti2009-08-051-1/+38
| * | | KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti2009-08-051-0/+3
| * | | KVM: Fix KVM_GET_MSR_INDEX_LISTJan Kiszka2009-08-051-3/+2
| | |/ | |/|
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-093-3/+5
|\ \ \
| * | | drm/i915: silence vblank warningsFrans Pop2009-08-091-2/+2
| * | | drm: silence pointless vblank warning.Paul Rolland2009-08-091-1/+1
| * | | drm: When adding probed modes, preserve duplicate mode typesKeith Packard2009-08-091-0/+2
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-091-3/+4
|\ \ \ \
| * | | | posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka2009-08-081-3/+4
| |/ / /
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-0910-50/+207
|\ \ \ \
| * | | | perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2009-08-097-41/+126
| * | | | perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra2009-08-092-28/+88
| * | | | Merge branch 'linus' into tracing/urgentIngo Molnar2009-08-09635-14193/+21049
| |\| | |
| * | | | tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi2009-08-081-5/+11
| * | | | tracing/filters: Don't use pred on alloc failureTom Zanussi2009-08-081-0/+4
| * | | | ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet2009-08-071-0/+1
| * | | | tracing: Fix recordmcount.pl to handle sections with only weak functionsSteven Rostedt2009-08-071-2/+2
| * | | | ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter2009-08-061-6/+4
| * | | | tracing: do not use functions starting with .L in recordmcount.plSteven Rostedt2009-08-061-1/+4
| * | | | ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt2009-08-061-1/+1
| * | | | ring-buffer: fix check of try_to_discard resultSteven Rostedt2009-08-061-1/+1
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-095-9/+21
|\ \ \ \ \