aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcupdate.c
AgeCommit message (Expand)Author
2010-03-16rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney
2010-02-26rcu: Export rcu_scheduler_activePaul E. McKenney
2010-02-26rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney
2009-10-07rcu: Move rcu_barrier() to rcutreePaul E. McKenney
2009-10-05rcu: Replace the rcu_barrier enum with pointer to call_rcu*() functionPaul E. McKenney
2009-10-05rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=yPaul E. McKenney
2009-09-23rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney
2009-09-18rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCUPaul E. McKenney
2009-08-19rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney
2009-08-15rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney
2009-07-03rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney
2009-04-15RCU: Don't try and predeclare inline funcs as it upsets some versions of gccDavid Howells
2009-03-31rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to...Lai Jiangshan
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney
2009-01-05rcu: eliminate synchronize_rcu_xxx macroPaul E. McKenney
2008-10-21rcupdate: fix bug of rcu_barrier*()Lai Jiangshan
2008-08-21rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-05-19rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney
2008-05-19rcu: add call_rcu_sched()Paul E. McKenney
2008-02-13rcupdate: fix commentPaul E. McKenney
2008-01-25Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney
2008-01-25Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney
2008-01-25Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma
2008-01-22rcu: fix section mismatchRandy Dunlap
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl
2007-10-11lockdep: annotate rcu_read_{,un}lock{,_bh}Peter Zijlstra
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2006-12-07[PATCH] rcu: add a prefetch() in rcu_do_batch()Eric Dumazet
2006-10-04[PATCH] rcu: simplify/improve batch tuningOleg Nesterov
2006-09-13[PATCH] rcu_do_batch: make ->qlen decrement irq safeOleg Nesterov
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman
2006-06-27[PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney
2006-06-23[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney
2006-05-15[PATCH] RCU: introduce rcu_needs_cpu() interfaceHeiko Carstens
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman
2006-03-24[PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlistOleg Nesterov
2006-03-23[PATCH] kernel/rcupdate.c: make two structs staticAdrian Bunk
2006-03-23[PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutexIngo Molnar
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystemGreg Kroah-Hartman