summaryrefslogtreecommitdiffstats
path: root/kernel/rcupreempt.c
Commit message (Expand)AuthorAgeFilesLines
* byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison2008-10-201-1/+1
* rcu: remove redundant ACCESS_ONCE definition from rcupreempt.cPaul E. McKenney2008-08-181-8/+0
* Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-59/+379
|\
| * Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-151-47/+371
| |\
| | * Merge branch 'linus' into core/rcuIngo Molnar2008-07-111-13/+9
| | |\
| | * | rcu: remove unused field struct rcu_data::rcu_taskletLai Jiangshan2008-06-161-1/+0
| | * | rcu: remove duplicated include in kernel/rcupreempt.cHuang Weiyi2008-05-191-1/+0
| | * | rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stallPaul E. McKenney2008-05-191-1/+1
| | * | rcu: add call_rcu_sched()Paul E. McKenney2008-05-191-44/+370
| | * | rcupreempt: remove duplicate prototypesSteven Rostedt2008-05-191-2/+0
| * | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'linus' into core/softirqIngo Molnar2008-06-231-2/+0
| | |\ \
| | * | | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-1/+1
| | | |/ | | |/|
| * | | Fix PREEMPT_RCU without HOTPLUG_CPUNick Piggin2008-07-101-12/+8
| | |/ | |/|
* | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-2/+0
|\| |
| * | rcupreempt: remove export of rcu_batches_completed_bhSteven Rostedt2008-06-191-2/+0
| |/
* / core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-5/+5
|/
* generic: reduce stack pressure in sched_affinityMike Travis2008-04-191-2/+2
* rcupreempt: remove never-migrates assumption from rcu_process_callbacks()Paul E. McKenney2008-02-291-2/+4
* rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplugPaul E. McKenney2008-02-291-1/+2
* rcu: add support for dynamic ticks and preempt rcuSteven Rostedt2008-02-291-4/+220
* Preempt-RCU: CPU Hotplug handlingPaul E. McKenney2008-01-251-5/+142
* Preempt-RCU: implementationPaul E. McKenney2008-01-251-0/+816