summaryrefslogtreecommitdiffstats
path: root/kernel/rcupdate.c
Commit message (Expand)AuthorAgeFilesLines
* rcupdate: fix bug of rcu_barrier*()Lai Jiangshan2008-10-211-9/+10
* rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap2008-08-211-0/+1
* Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-151-1/+1
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
* | rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney2008-05-191-6/+49
* | rcu: add call_rcu_sched()Paul E. McKenney2008-05-191-18/+2
|/
* rcupdate: fix commentPaul E. McKenney2008-02-131-1/+4
* Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney2008-01-251-0/+10
* Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney2008-01-251-550/+25
* Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma2008-01-251-8/+17
* rcu: fix section mismatchRandy Dunlap2008-01-221-1/+1
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-171-1/+0
* lockdep: annotate rcu_read_{,un}lock{,_bh}Peter Zijlstra2007-10-111-0/+8
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+2
* [PATCH] rcu: add a prefetch() in rcu_do_batch()Eric Dumazet2006-12-071-1/+3
* [PATCH] rcu: simplify/improve batch tuningOleg Nesterov2006-10-041-8/+3
* [PATCH] rcu_do_batch: make ->qlen decrement irq safeOleg Nesterov2006-09-131-1/+5
* [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman2006-07-311-2/+2
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-2/+2
* [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney2006-06-271-0/+10
* [PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney2006-06-231-11/+2
* [PATCH] RCU: introduce rcu_needs_cpu() interfaceHeiko Carstens2006-05-151-0/+19
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlistOleg Nesterov2006-03-241-3/+2
* [PATCH] kernel/rcupdate.c: make two structs staticAdrian Bunk2006-03-231-2/+2
* [PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutexIngo Molnar2006-03-231-5/+5
* [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystemGreg Kroah-Hartman2006-03-201-3/+3
* [PATCH] rcu batch tuningDipankar Sarma2006-03-081-18/+58
* [PATCH] rcu: fix hotplug-cpu ->donelist leakOleg Nesterov2006-01-101-1/+2
* [PATCH] rcu: join rcu_ctrlblk and rcu_stateOleg Nesterov2006-01-101-44/+38
* [PATCH] rcu: don't set ->next_pending in rcu_start_batch()Oleg Nesterov2006-01-091-7/+4
* [PATCH] rcu: uninline __rcu_pending()Oleg Nesterov2006-01-091-0/+30
* [PATCH] rcu file: use atomic primitivesNick Piggin2006-01-081-14/+0
* [PATCH] RCU signal handlingIngo Molnar2006-01-081-0/+1
* [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai2006-01-081-2/+2
* [PATCH] Fix RCU race in access of nohz_cpu_maskSrivatsa Vaddagiri2005-12-121-5/+13
* [PATCH] add rcu_barrier() synchronization pointDipankar Sarma2005-12-121-0/+41
* [PATCH] RCU torture-testing kernel modulePaul E. McKenney2005-10-301-0/+10
* [PATCH] rcu: keep rcu callback event counterEric Dumazet2005-10-171-0/+11
* Increase default RCU batching sharplyLinus Torvalds2005-10-171-1/+1
* [PATCH] files: rcuref APIsDipankar Sarma2005-09-091-0/+14
* [PATCH] Deprecate synchronize_kernel, GPL replacementPaul E. McKenney2005-05-011-2/+14
* [PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPLPaul E. McKenney2005-05-011-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+470