aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcuclassic.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-03cpumask: convert RCU implementations, fixGravatar Ingo Molnar 1-1/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Mike Travis 1-14/+15
2009-01-01cpumask: convert RCU implementationsGravatar Rusty Russell 1-15/+17
2008-11-24sched: convert nohz_cpu_mask to cpumask_var_t.Gravatar Rusty Russell 1-1/+1
2008-11-03rcu: make rcu-stall debug printout more standardGravatar Ingo Molnar 1-2/+2
2008-10-03rcu: RCU-based detection of stalled CPUs for Classic RCU, fixGravatar Ingo Molnar 1-1/+1
2008-10-03rcu: RCU-based detection of stalled CPUs for Classic RCUGravatar Paul E. McKenney 1-80/+86
2008-09-23rcu: fix sparse shadowed variable warningGravatar Harvey Harrison 1-3/+3
2008-08-27rcuclassic: fix compiler warningGravatar Hiroshi Shimamoto 1-1/+1
2008-08-21rcu: use irq-safe locksGravatar Paul E. McKenney 1-6/+10
2008-08-19rcuclassic: fix compilation NGGravatar Hiroshi Shimamoto 1-0/+2
2008-08-19rcu: fix locking cleanup falloutGravatar Paul E. McKenney 1-14/+22
2008-08-17rcu: fix classic RCU locking cleanup lockdep problemGravatar Paul E. McKenney 1-2/+4
2008-08-15rcu: classic RCU locking and memory-barrier cleanupsGravatar Paul E. McKenney 1-10/+41
2008-08-15rcu: prevent console flood when one CPU sees another AWOL via RCUGravatar Paul E. McKenney 1-0/+1
2008-08-11rcu, debug: detect stalled grace periods, cleanupsGravatar Ingo Molnar 1-13/+13
2008-08-11rcu, debug: detect stalled grace periodsGravatar Paul E. McKenney 1-0/+80
2008-08-11Merge branch 'linus' into core/rcuGravatar Ingo Molnar 1-3/+3
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Gravatar Rusty Russell 1-2/+2
2008-07-18rcu classic: new algorithm for callbacks-processing(v2)Gravatar Lai Jiangshan 1-60/+97
2008-07-18rcu classic: simplify the next pending batchGravatar Lai Jiangshan 1-14/+8
2008-07-16Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 1-2/+34
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusGravatar Ingo Molnar 1-1/+33
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2008-07-13rcu classic: update qlen when cpu offlineGravatar Lai Jiangshan 1-0/+4
2008-07-11Merge branch 'linus' into core/rcuGravatar Ingo Molnar 1-1/+15
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Gravatar Ingo Molnar 1-1/+15
2008-07-01rcu: fix hotplug vs rcu raceGravatar Gautham R Shenoy 1-1/+15
2008-05-25Remove argument from open_softirq which is always NULLGravatar Carlos R. Mafra 1-1/+1
2008-05-23core: use performance variant for_each_cpu_mask_nrGravatar Mike Travis 1-1/+1
2008-05-19rcu: add memory barriers and comments to rcu_check_callbacks()Gravatar Paul E. McKenney 1-1/+29
2008-01-25Preempt-RCU: implementationGravatar Paul E. McKenney 1-1/+0
2008-01-25Preempt-RCU: fix rcu_barrier for preemptive environment.Gravatar Paul E. McKenney 1-1/+1
2008-01-25Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cGravatar Paul E. McKenney 1-0/+576