aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcupreempt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-10Fix PREEMPT_RCU without HOTPLUG_CPUNick Piggin1-12/+8
2008-06-23Merge branch 'linus' into core/softirqIngo Molnar1-2/+0
2008-06-19rcupreempt: remove export of rcu_batches_completed_bhSteven Rostedt1-2/+0
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra1-1/+1
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-2/+2
2008-02-29rcupreempt: remove never-migrates assumption from rcu_process_callbacks()Paul E. McKenney1-2/+4
2008-02-29rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplugPaul E. McKenney1-1/+2
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt1-4/+220
2008-01-25Preempt-RCU: CPU Hotplug handlingPaul E. McKenney1-5/+142
2008-01-25Preempt-RCU: implementationPaul E. McKenney1-0/+816