summaryrefslogtreecommitdiffstats
path: root/kernel/rcutorture.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Add missing __cpuinit annotation in rcutorture codeHeiko Carstens2012-01-161-2/+2
* rcu: Make rcutorture bool parameters really bool (core code)Rusty Russell2012-01-161-2/+2
* rcu: Add rcutorture tests for srcu_read_lock_raw()Paul E. McKenney2011-12-111-1/+25
* rcu: Make rcutorture test for hotpluggability before offlining CPUsPaul E. McKenney2011-12-111-2/+2
* rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney2011-12-111-5/+112
* rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney2011-12-111-0/+2
* rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney2011-12-111-4/+64
* rcu: Add failure tracing to rcutorturePaul E. McKenney2011-12-111-0/+18
* rcu: Make rcu_torture_boost() exit loops at end of testPaul E. McKenney2011-09-281-1/+2
* rcu: Make rcu_torture_fqs() exit loops at end of testPaul E. McKenney2011-09-281-4/+6
* rcu: Allow rcutorture's stat_interval parameter to be changed at runtimePaul E. McKenney2011-09-281-1/+1
* rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney2011-09-281-1/+1
* rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney2011-09-281-34/+21
* rcu: Use kthread_create_on_node()Eric Dumazet2011-09-281-2/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-2/+0
* rcu: mark rcutorture boosting callback as being on-stackPaul E. McKenney2011-05-051-0/+2
* rcu: make rcutorture version numbers available through debugfsPaul E. McKenney2011-05-051-3/+5
* rcu: eliminate unused boosting statisticsPaul E. McKenney2011-05-051-9/+1
* rcu: avoid hammering sched with yet another bound RT kthreadPaul E. McKenney2011-05-051-3/+3
* rcutorture: Get rid of duplicate sched.h includeJesper Juhl2011-03-041-1/+0
* rcu: add priority-inversion testing to rcutorturePaul E. McKenney2010-10-071-11/+259
* rcu: fix sparse errors in rcutorture.cPaul E. McKenney2010-09-231-4/+7
* rcutorture: add random preemptionLai Jiangshan2010-08-191-0/+6
* sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-091-2/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-1/+1
|\
| * sched: replace migration_thread with cpu_stopTejun Heo2010-05-061-1/+1
* | rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-111-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-4/+4
|\
| * Merge branch 'master' into percpuTejun Heo2010-01-051-16/+53
| |\
| * | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-4/+4
* | | rcu: Fix rcutorture mod_timer argument to delay one jiffyPaul E. McKenney2010-02-251-1/+1
* | | rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2010-02-251-2/+10
* | | rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney2010-01-131-2/+78
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-4/+4
|\|
| * this_cpu: Use this_cpu operations in RCUChristoph Lameter2009-10-031-4/+4
* | rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney2009-12-031-9/+25
* | rcu: Improve rcutorture diagnostics when bad torture_type specifiedPaul E. McKenney2009-10-261-1/+5
* | rcu: Add synchronize_srcu_expedited() to the rcutorture test suitePaul E. McKenney2009-10-261-3/+22
* | rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney2009-09-231-3/+1
|/
* rcu: Fix whitespace inconsistenciesPaul E. McKenney2009-09-191-13/+15
* rcutorture: Occasionally delay readers enough to make RCU force_quiescent_stateJosh Triplett2009-09-181-6/+9
* rcu: Add synchronize_sched_expedited() torture testsPaul E. McKenney2009-07-031-92/+110
* cpumask: convert rcutorture.cRusty Russell2009-03-301-8/+17
* rcu: fix bug in rcutorture system-shutdown codePaul E. McKenney2009-01-071-45/+68
* rcu: fix rcutorture bugPaul E. McKenney2009-01-051-10/+8
* cpumask: convert RCU implementationsRusty Russell2009-01-011-12/+15
* rcu: fix rcutorture behavior during rebootPaul E. McKenney2008-12-171-10/+56
* byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison2008-10-201-1/+1
* rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers ...Paul E. McKenney2008-06-261-4/+70