aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcupdate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney1-19/+0
2010-05-06rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney1-0/+11
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney1-0/+7
2010-03-16rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney1-0/+23
2010-02-26rcu: Export rcu_scheduler_activePaul E. McKenney1-0/+1
2010-02-26rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney1-0/+18
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney1-0/+10
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney1-104/+0
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney1-22/+0
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney1-0/+4
2009-10-07rcu: Move rcu_barrier() to rcutreePaul E. McKenney1-119/+1
2009-10-05rcu: Replace the rcu_barrier enum with pointer to call_rcu*() functionPaul E. McKenney1-22/+10
2009-10-05rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=yPaul E. McKenney1-0/+7
2009-09-23rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney1-3/+0
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney1-2/+2
2009-09-18rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCUPaul E. McKenney1-1/+43
2009-08-19rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney1-1/+2
2009-08-15rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney1-1/+15
2009-07-03rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney1-0/+25
2009-04-15RCU: Don't try and predeclare inline funcs as it upsets some versions of gccDavid Howells1-10/+8
2009-03-31rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to online cpuLai Jiangshan1-0/+44
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney1-0/+12
2009-01-05rcu: eliminate synchronize_rcu_xxx macroPaul E. McKenney1-2/+9
2008-10-21rcupdate: fix bug of rcu_barrier*()Lai Jiangshan1-9/+10
2008-08-21rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap1-0/+1
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-05-19rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney1-6/+49
2008-05-19rcu: add call_rcu_sched()Paul E. McKenney1-18/+2
2008-02-13rcupdate: fix commentPaul E. McKenney1-1/+4
2008-01-25Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney1-0/+10
2008-01-25Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney1-550/+25
2008-01-25Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma1-8/+17
2008-01-22rcu: fix section mismatchRandy Dunlap1-1/+1
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl1-1/+0
2007-10-11lockdep: annotate rcu_read_{,un}lock{,_bh}Peter Zijlstra1-0/+8
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2006-12-07[PATCH] rcu: add a prefetch() in rcu_do_batch()Eric Dumazet1-1/+3
2006-10-04[PATCH] rcu: simplify/improve batch tuningOleg Nesterov1-8/+3
2006-09-13[PATCH] rcu_do_batch: make ->qlen decrement irq safeOleg Nesterov1-1/+5
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman1-2/+2
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar1-2/+2
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney1-0/+10
2006-06-23[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney1-11/+2
2006-05-15[PATCH] RCU: introduce rcu_needs_cpu() interfaceHeiko Carstens1-0/+19
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-03-24[PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlistOleg Nesterov1-3/+2