aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutorture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-30rcu: Add rcutorture test for call_srcu()Lai Jiangshan1-4/+40
2012-04-30rcu: Direct algorithmic SRCU implementationPaul E. McKenney1-1/+1
2012-04-30rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney1-8/+186
2012-04-24rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney1-3/+16
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall1-1/+4
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney1-2/+2
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney1-0/+66
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney1-2/+10
2012-02-21rcu: Make rcutorture flag online/offline failuresPaul E. McKenney1-0/+4
2012-01-16rcu: Add missing __cpuinit annotation in rcutorture codeHeiko Carstens1-2/+2
2012-01-16rcu: Make rcutorture bool parameters really bool (core code)Rusty Russell1-2/+2
2011-12-11rcu: Add rcutorture tests for srcu_read_lock_raw()Paul E. McKenney1-1/+25
2011-12-11rcu: Make rcutorture test for hotpluggability before offlining CPUsPaul E. McKenney1-2/+2
2011-12-11rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney1-5/+112
2011-12-11rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney1-0/+2
2011-12-11rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney1-4/+64
2011-12-11rcu: Add failure tracing to rcutorturePaul E. McKenney1-0/+18
2011-09-28rcu: Make rcu_torture_boost() exit loops at end of testPaul E. McKenney1-1/+2
2011-09-28rcu: Make rcu_torture_fqs() exit loops at end of testPaul E. McKenney1-4/+6
2011-09-28rcu: Allow rcutorture's stat_interval parameter to be changed at runtimePaul E. McKenney1-1/+1
2011-09-28rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney1-1/+1
2011-09-28rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney1-34/+21
2011-09-28rcu: Use kthread_create_on_node()Eric Dumazet1-2/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-2/+0
2011-05-05rcu: mark rcutorture boosting callback as being on-stackPaul E. McKenney1-0/+2
2011-05-05rcu: make rcutorture version numbers available through debugfsPaul E. McKenney1-3/+5
2011-05-05rcu: eliminate unused boosting statisticsPaul E. McKenney1-9/+1
2011-05-05rcu: avoid hammering sched with yet another bound RT kthreadPaul E. McKenney1-3/+3
2011-03-04rcutorture: Get rid of duplicate sched.h includeJesper Juhl1-1/+0
2010-10-07rcu: add priority-inversion testing to rcutorturePaul E. McKenney1-11/+259
2010-09-23rcu: fix sparse errors in rcutorture.cPaul E. McKenney1-4/+7
2010-08-19rcutorture: add random preemptionLai Jiangshan1-0/+6
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra1-2/+1
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-05-11rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney1-0/+2
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo1-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2010-02-25rcu: Fix rcutorture mod_timer argument to delay one jiffyPaul E. McKenney1-1/+1
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney1-2/+10
2010-01-13rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney1-2/+78
2010-01-05Merge branch 'master' into percpuTejun Heo1-16/+53
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney1-9/+25
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-4/+4
2009-10-26rcu: Improve rcutorture diagnostics when bad torture_type specifiedPaul E. McKenney1-1/+5
2009-10-26rcu: Add synchronize_srcu_expedited() to the rcutorture test suitePaul E. McKenney1-3/+22
2009-10-03this_cpu: Use this_cpu operations in RCUChristoph Lameter1-4/+4
2009-09-23rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney1-3/+1
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney1-13/+15