summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra2009-08-102-3/+11
* futex: Update futex_q lock_ptr on requeue proxy lockDarren Hart2009-08-101-4/+13
* 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-051-1/+4
| * | | | ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt2009-08-051-1/+1
| * | | | ring-buffer: fix check of try_to_discard resultSteven Rostedt2009-08-051-1/+1
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-095-9/+21
|\ \ \ \ \
| * | | | | x86: fix buffer overflow in efi_init()Roel Kluin2009-08-091-1/+1
| * | | | | x86: Add quirk to make Apple MacBookPro5,1 use reboot=pciOzan Çağlayan2009-08-081-1/+9
| * | | | | x86: Fix MSI-X initialization by using online_mask for x2apic target_cpusYinghai Lu2009-08-082-6/+10
| * | | | | x86: Fix VMI && stack protectorAlok Kataria2009-08-051-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-093-7/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lockdep: Fix typos in documentationLi Zefan2009-08-071-3/+3
| * | | | lockdep: Fix file mode of lock_statLi Zefan2009-08-071-1/+2
| * | | | rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()Darren Hart2009-08-061-3/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-08-0715-40/+59
|\ \ \ \
| * | | | USB: fix oops on disconnect in cdc-acmOliver Neukum2009-08-072-5/+7
| * | | | USB: storage: include Prolific Technology USB drive in unusual_devs listRogerio Brito2009-08-071-0/+7
| * | | | USB: ftdi_sio: add product_id for Marvell OpenRD Base, ClientDhaval Vasa2009-08-072-0/+9
OpenPOWER on IntegriCloud