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