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