summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-07rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney4-75/+125
2009-10-07rcu: Move rcu_barrier() to rcutreePaul E. McKenney2-119/+120
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner2-2/+2
2009-10-06futex: Nullify robust lists after cleanupPeter Zijlstra1-2/+6
2009-10-05futex: Fix locking imbalanceThomas Gleixner1-1/+1
2009-10-05panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen1-1/+2
2009-10-05rcu: Replace the rcu_barrier enum with pointer to call_rcu*() functionPaul E. McKenney1-22/+10
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul E. McKenney3-29/+40
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 3Paul E. McKenney2-12/+12
2009-10-05rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=yPaul E. McKenney2-7/+7
2009-09-23rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney6-37/+37
2009-09-23rcu: Clean up code based on review feedback from Josh Triplett, part 2Paul E. McKenney6-55/+82
2009-09-23rcu: Clean up code based on review feedback from Josh TriplettPaul E. McKenney4-40/+46
2009-09-22futex: Fix wakeup race by setting TASK_INTERRUPTIBLE before queue_me()Darren Hart1-12/+3
2009-09-22futex: Correct futex_q woken state commentaryDarren Hart1-16/+16
2009-09-22futex: Make function kernel-doc commentary consistentDarren Hart1-20/+21
2009-09-22futex: Correct queue_me and unqueue_me commentaryDarren Hart1-12/+29
2009-09-22futex: Correct futex_wait_requeue_pi() commentaryDarren Hart1-3/+3
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-156/+195
2009-09-21Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds8-69/+170
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-50/+76
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds26-1658/+297
2009-09-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-79/+98
2009-09-21Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-6/+17
2009-09-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds361-4033/+86808
2009-09-21Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds22-181/+345
2009-09-21Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds6-20/+90
2009-09-21Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds165-41361/+35577
2009-09-21Driver-Core: fix devnode callbacks for dabusb and industrialioIngo Molnar2-4/+4
2009-09-21nfs: initialize the backing_dev_info when creating the serverJens Axboe1-4/+6
2009-09-21writeback: make balance_dirty_pages() gradually back more offJens Axboe1-1/+10
2009-09-21writeback: don't use schedule_timeout() without setting runstateJens Axboe1-1/+1
2009-09-21nfs: nfs_kill_super() should call bdi_unregister() after killing superJens Axboe1-1/+1
2009-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy7442-389086/+741194
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams5-16/+44
2009-09-21perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() c...Paul Mackerras3-21/+2
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie13-1/+133
2009-09-21drm/radeon: some r420s have a CP race with the DMA engine.Alex Deucher2-0/+26
2009-09-21drm/radeon/r600/kms: rv670 is not DCE3Alex Deucher1-1/+1
2009-09-21drm/radeon/kms: r420 idle after programming GA_ENHANCEDave Airlie1-0/+5
2009-09-21drm/radeon/kms: more fixes to rv770 suspend/resume path.Dave Airlie2-10/+12
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds15-19/+2
2009-09-20loongson: fix cut-and-paste mis-mergeLinus Torvalds1-1/+1
2009-09-20Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2-4/+3
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds30-79/+116
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds118-3570/+2572
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds40-759/+4570
2009-09-20x86: Print the hypervisor returned tsc_khz during bootAlok Kataria1-0/+6
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar741-8116/+63798
2009-09-20x86: Correct segment permission flags in 64-bit linker scriptJan Beulich1-2/+2