summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney6-117/+118
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney5-40/+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-27rcu: Fix TINY_RCU #elif conditionPaul E. McKenney1-1/+1
2009-10-26rcu: Simplify creating of lockdep class for root rcu_nodePeter Zijlstra1-3/+4
2009-10-26rcu: Do tiny cleanups in rcutinyIngo Molnar2-30/+25
2009-10-26rcu: Improve rcutorture diagnostics when bad torture_type specifiedPaul E. McKenney1-1/+5
2009-10-26rcu: Add synchronize_srcu_expedited() to the documentationPaul E. McKenney1-1/+1
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. McKenney2-23/+52
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney7-0/+435
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: Update trace.txt documentation for blocked-tasks listsPaul E. McKenney1-7/+16
2009-10-15rcu: Update trace.txt documentation to reflect recent changesPaul E. McKenney1-198/+33
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. McKenney2-5/+22
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-12Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-9/+26
2009-10-09oprofile: warn on freeing event buffer too earlyRobert Richter1-10/+15
2009-10-09oprofile: fix race condition in event_buffer freeDavid Rientjes1-1/+13
2009-10-09lockdep: Use cpu_clock() for lockstatPeter Zijlstra1-8/+12
2009-10-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-132/+280
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-316/+405
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 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-34/+97
2009-10-08Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-36/+38
2009-10-08Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds6-84/+240
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-15/+22
2009-10-08Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-2/+10
2009-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds9-56/+115