summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney5-27/+260
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney2-3/+18
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney3-36/+45
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney3-104/+104
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney3-35/+15
2009-11-22rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney3-43/+85
2009-11-14rcu: Eliminate __rcu_pending() false positivesPaul E. McKenney1-2/+4
2009-11-14rcu: Further cleanups of use of lastcompPaul E. McKenney1-7/+6
2009-11-13rcu: Simplify association of forced quiescent states with grace periodsPaul E. McKenney1-24/+3
2009-11-13rcu: Accelerate callback processing on CPUs not detecting GP endPaul E. McKenney1-1/+17
2009-11-11rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney1-2/+2
2009-11-10rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney2-3/+3
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney2-4/+4
2009-11-10rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney1-0/+1
2009-11-10rcu: Remove inline from forward-referenced functionsPaul E. McKenney2-3/+3
2009-11-10rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney1-5/+27
2009-11-10rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2-48/+83
2009-11-10rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2-41/+34
2009-11-10Merge branch 'core/urgent' into core/rcuIngo Molnar5-27/+53
2009-11-02rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() callsLai Jiangshan1-1/+1
2009-11-02rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney2-8/+15
2009-11-02uids: Prevent tear down raceThomas Gleixner1-1/+1
2009-10-28futex: Fix spurious wakeup for requeue_pi reallyThomas Gleixner1-5/+1
2009-10-26rcu: Simplify creating of lockdep class for root rcu_nodePeter Zijlstra1-3/+4
2009-10-26rcu: Do tiny cleanups in rcutinyIngo Molnar1-26/+23
2009-10-26rcu: Improve rcutorture diagnostics when bad torture_type specifiedPaul E. McKenney1-1/+5
2009-10-26rcu: Add synchronize_srcu_expedited() to the rcutorture test suitePaul E. McKenney1-3/+22
2009-10-26rcu: Add synchronize_srcu_expedited()Paul E. McKenney1-23/+51
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney3-0/+299
2009-10-16futex: Move drop_futex_key_refs out of spinlock'ed regionDarren Hart1-1/+2
2009-10-15rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney3-12/+34
2009-10-15rcu: Add rnp->blocked_tasks to tracingPaul E. McKenney1-2/+6
2009-10-15rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCUPaul E. McKenney1-0/+21
2009-10-15rcu: Prevent RCU IPI storms in presence of high call_rcu() loadPaul E. McKenney2-5/+28
2009-10-14futex: Check for NULL keys in match_futexDarren Hart1-1/+2
2009-10-13futex: Handle spurious wake upThomas Gleixner1-3/+15
2009-10-09lockdep: Use cpu_clock() for lockstatPeter Zijlstra1-8/+12
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-299/+386
2009-10-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+9
2009-10-08Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-35/+37
2009-10-08Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds1-62/+186
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2009-10-07tracing: user local buffer variable for trace branch tracerSteven Rostedt1-3/+5
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2-4/+6
2009-10-07ftrace: check for failure for all conversionsSteven Rostedt1-8/+3
2009-10-07tracing: correct module boundaries for ftrace_releasejolsa@redhat.com1-8/+4
2009-10-07futex: fix requeue_pi key imbalanceDarren Hart1-1/+0
2009-10-07tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt1-6/+8
2009-10-07NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala1-2/+7
2009-10-07rcu: Place root rcu_node structure in separate lockdep classPaul E. McKenney1-1/+3