summaryrefslogtreecommitdiffstats
path: root/kernel/rcuclassic.c
Commit message (Expand)AuthorAgeFilesLines
* kmemtrace, rcu: fix linux/rcutree.h and linux/rcuclassic.h dependenciesIngo Molnar2009-04-031-2/+21
* rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney2009-02-261-2/+2
* rcu: add __cpuinit to rcu_init_percpu_data()Lai Jiangshan2009-01-141-1/+1
* cpumask: convert RCU implementations, fixIngo Molnar2009-01-031-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-14/+15
|\
| * cpumask: convert RCU implementationsRusty Russell2009-01-011-15/+17
* | sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-241-1/+1
|/
* rcu: make rcu-stall debug printout more standardIngo Molnar2008-11-031-2/+2
* rcu: RCU-based detection of stalled CPUs for Classic RCU, fixIngo Molnar2008-10-031-1/+1
* rcu: RCU-based detection of stalled CPUs for Classic RCUPaul E. McKenney2008-10-031-80/+86
* rcu: fix sparse shadowed variable warningHarvey Harrison2008-09-231-3/+3
* rcuclassic: fix compiler warningHiroshi Shimamoto2008-08-271-1/+1
* rcu: use irq-safe locksPaul E. McKenney2008-08-211-6/+10
* rcuclassic: fix compilation NGHiroshi Shimamoto2008-08-191-0/+2
* rcu: fix locking cleanup falloutPaul E. McKenney2008-08-191-14/+22
* rcu: fix classic RCU locking cleanup lockdep problemPaul E. McKenney2008-08-171-2/+4
* rcu: classic RCU locking and memory-barrier cleanupsPaul E. McKenney2008-08-151-10/+41
* rcu: prevent console flood when one CPU sees another AWOL via RCUPaul E. McKenney2008-08-151-0/+1
* rcu, debug: detect stalled grace periods, cleanupsIngo Molnar2008-08-111-13/+13
* rcu, debug: detect stalled grace periodsPaul E. McKenney2008-08-111-0/+80
* Merge branch 'linus' into core/rcuIngo Molnar2008-08-111-3/+3
|\
| * stop_machine: Wean existing callers off stop_machine_run()Rusty Russell2008-07-281-2/+2
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-2/+34
| |\
| * \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-1/+15
| |\ \
| * | | core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-1/+1
* | | | rcu classic: new algorithm for callbacks-processing(v2)Lai Jiangshan2008-07-181-60/+97
* | | | rcu classic: simplify the next pending batchLai Jiangshan2008-07-181-14/+8
| |_|/ |/| |
* | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-151-1/+33
|\ \ \
| * | | rcu classic: update qlen when cpu offlineLai Jiangshan2008-07-131-0/+4
| * | | Merge branch 'linus' into core/rcuIngo Molnar2008-07-111-1/+15
| |\ \ \ | | | |/ | | |/|
| * | | rcu: add memory barriers and comments to rcu_check_callbacks()Paul E. McKenney2008-05-191-1/+29
| | |/ | |/|
* | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-1/+1
|\ \ \ | |_|/ |/| |
| * | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-1/+1
| |/
* / rcu: fix hotplug vs rcu raceGautham R Shenoy2008-07-011-1/+15
|/
* Preempt-RCU: implementationPaul E. McKenney2008-01-251-1/+0
* Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney2008-01-251-1/+1
* Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney2008-01-251-0/+576