aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcupreempt.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-05rcu: rcu_sched_grace_period(): kill the bogus flush_signals()Gravatar Oleg Nesterov 1-7/+1
2009-04-03kmemtrace, rcu: fix rcupreempt.c data structure dependenciesGravatar Ingo Molnar 1-4/+44
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootGravatar Paul E. McKenney 1-0/+3
2009-01-05rcu: eliminate synchronize_rcu_xxx macroGravatar Paul E. McKenney 1-1/+10
2009-01-01cpumask: convert RCU implementationsGravatar Rusty Russell 1-9/+10
2008-12-18"Tree RCU": scalable classic RCU implementationGravatar Paul E. McKenney 1-0/+10
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hGravatar Harvey Harrison 1-1/+1
2008-08-18rcu: remove redundant ACCESS_ONCE definition from rcupreempt.cGravatar Paul E. McKenney 1-8/+0
2008-07-16Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 1-59/+379
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusGravatar Ingo Molnar 1-47/+371
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2008-07-11Merge branch 'linus' into core/rcuGravatar Ingo Molnar 1-13/+9
2008-07-10Fix PREEMPT_RCU without HOTPLUG_CPUGravatar Nick Piggin 1-12/+8
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Gravatar Ingo Molnar 1-2/+0
2008-06-23Merge branch 'linus' into core/softirqGravatar Ingo Molnar 1-2/+0
2008-06-19rcupreempt: remove export of rcu_batches_completed_bhGravatar Steven Rostedt 1-2/+0
2008-06-16rcu: remove unused field struct rcu_data::rcu_taskletGravatar Lai Jiangshan 1-1/+0
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-5/+5
2008-05-19rcu: remove duplicated include in kernel/rcupreempt.cGravatar Huang Weiyi 1-1/+0
2008-05-19rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stallGravatar Paul E. McKenney 1-1/+1
2008-05-19rcu: add call_rcu_sched()Gravatar Paul E. McKenney 1-44/+370
2008-05-19rcupreempt: remove duplicate prototypesGravatar Steven Rostedt 1-2/+0
2008-04-19generic: reduce stack pressure in sched_affinityGravatar Mike Travis 1-2/+2
2008-02-29rcupreempt: remove never-migrates assumption from rcu_process_callbacks()Gravatar Paul E. McKenney 1-2/+4
2008-02-29rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplugGravatar Paul E. McKenney 1-1/+2
2008-02-29rcu: add support for dynamic ticks and preempt rcuGravatar Steven Rostedt 1-4/+220
2008-01-25Preempt-RCU: CPU Hotplug handlingGravatar Paul E. McKenney 1-5/+142
2008-01-25Preempt-RCU: implementationGravatar Paul E. McKenney 1-0/+816