aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutorture.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney1-2139/+0
2013-08-20rcu: Make rcutorture emit online failures if verbosePaul E. McKenney1-1/+7
2013-08-20rcu: Remove unused variable from rcu_torture_writer()Paul E. McKenney1-2/+0
2013-08-20rcu: Sort rcutorture module parametersPaul E. McKenney1-52/+49
2013-08-20rcu: Increase rcutorture test coveragePaul E. McKenney1-163/+63
2013-08-20rcu: Add duplicate-callback tests to rcutorturePaul E. McKenney1-0/+61
2013-07-29rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)1-4/+4
2013-07-14rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker1-3/+3
2013-06-10rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().Paul E. McKenney1-39/+0
2013-02-04rcu: Allow rcutorture to be built at low optimization levelsSteven Rostedt1-7/+16
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney1-1/+1
2013-01-28rcu: Make rcutorture's shuffler task shuffle recently added tasksPaul E. McKenney1-4/+20
2013-01-08rcutorture: Don't compare ptr with 0Sasha Levin1-1/+1
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney1-7/+24
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney1-36/+18
2012-11-13rcu: Add new rcutorture module parameters to start/end test messagesPaul E. McKenney1-0/+4
2012-10-27rcutorture: Use DEFINE_STATIC_SRCU()Lai Jiangshan1-35/+6
2012-10-23rcu: Make rcutorture give diagnostics if CPU offline failsPaul E. McKenney1-1/+8
2012-09-23rcu: Prevent initialization race in rcutorture kthreadsPaul E. McKenney1-4/+6
2012-09-23rcu: Switch rcutorture to pr_alert() and friendsPaul E. McKenney1-50/+50
2012-09-23rcu: Track CPU-hotplug duration statisticsPaul E. McKenney1-5/+37
2012-09-23rcu: Update rcutorture defaultsPaul E. McKenney1-3/+4
2012-07-06rcu: Fix broken strings in RCU's source code.Paul E. McKenney1-19/+14
2012-07-06rcu: Fix code-style issues involving "else"Paul E. McKenney1-1/+2
2012-07-02rcu: Make rcutorture fakewriters invoke rcu_barrier()Paul E. McKenney1-1/+5
2012-07-02rcu: Fix diagnostic-printk typo in rcutorturePaul E. McKenney1-1/+1
2012-07-02rcu: Fix bug in rcu_barrier() torture testPaul E. McKenney1-2/+7
2012-07-02rcu: Test srcu_barrier() from rcutorture test suitePaul E. McKenney1-2/+13
2012-07-02rcu: Rationalize ordering of torture_ops listPaul E. McKenney1-2/+2
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/ker...Linus 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/...Linus 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/...Linus 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
2009-09-18rcutorture: Occasionally delay readers enough to make RCU force_quiescent_stateJosh Triplett1-6/+9
2009-07-03rcu: Add synchronize_sched_expedited() torture testsPaul E. McKenney1-92/+110
2009-03-30cpumask: convert rcutorture.cRusty Russell1-8/+17
2009-01-07rcu: fix bug in rcutorture system-shutdown codePaul E. McKenney1-45/+68
2009-01-05rcu: fix rcutorture bugPaul E. McKenney1-10/+8
2009-01-01cpumask: convert RCU implementationsRusty Russell1-12/+15
2008-12-17rcu: fix rcutorture behavior during rebootPaul E. McKenney1-10/+56
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison1-1/+1
2008-06-26rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers ...Paul E. McKenney1-4/+70
2008-06-24rcu: make quiescent rcutorture less power-hungryPaul E. McKenney1-1/+1
2008-06-24rcu, rcutorture: make quiescent rcutorture less power-hungryPaul E. McKenney1-1/+4
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney1-1/+8
2008-06-18rcu: make rcutorture more vicious: add stutter featurePaul E. McKenney1-3/+56
2008-06-18rcutorture: WARN_ON_ONCE(1) when detecting an errorIngo Molnar1-0/+1
2008-05-19rcu: add call_rcu_sched() and friends to rcutorturePaul E. McKenney1-3/+31
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day1-0/+1
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis1-6/+9
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-3/+3
2007-10-17Make rcutorture RNG use temporal entropyPaul E. McKenney1-6/+3
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl1-1/+0
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-3/+1
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett1-9/+6
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett1-14/+14
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+1
2007-05-08rcutorture: Mark rcu_torture_init as __initJosh Triplett1-1/+1
2007-03-06[PATCH] Publish rcutorture module parameters via sysfs, read-onlyJosh Triplett1-7/+7
2006-12-30[PATCH] rcu: rcutorture suspend fixIngo Molnar1-0/+3
2006-12-07[PATCH] Add Sparse annotations to SRCU wrapper functions in rcutortureJosh Triplett1-2/+2
2006-10-04[PATCH] rcu: add sched torture type to rcutortureJosh Triplett1-1/+39
2006-10-04[PATCH] rcu: add rcu_bh_sync torture type to rcutortureJosh Triplett1-1/+15
2006-10-04[PATCH] rcu: add rcu_sync torture type to rcutortureJosh Triplett1-2/+15
2006-10-04[PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementationJosh Triplett1-24/+29
2006-10-04[PATCH] RCU: add fake writers to rcutortureJosh Triplett1-5/+104
2006-10-04[PATCH] rcu: Fix sign bug making rcu_random always return the same sequenceJosh Triplett1-2/+2
2006-10-04[PATCH] rcu: Avoid kthread_stop on invalid pointer if rcutorture reader start...Josh Triplett1-1/+1
2006-10-04[PATCH] rcu: Mention rcu_bh in description of rcutorture's torture_type param...Josh Triplett1-1/+1
2006-10-04[PATCH] rcu: Add MODULE_AUTHOR to rcutorture moduleJosh Triplett1-0/+1
2006-10-04[PATCH] srcu-3: add SRCU operations to rcutorturePaul E. McKenney1-10/+123
2006-10-03rcutorture: Fix incorrect description of default for nreaders parameterJosh Triplett1-1/+1
2006-09-29[PATCH] rcu: add lock annotations to rcu{,_bh}_torture_read_{lock,unlock}Josh Triplett1-4/+4
2006-06-27[PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney1-2/+38
2006-06-27[PATCH] rcutorture: add ops vector and Classic RCU opsPaul E. McKenney1-43/+120
2006-06-27[PATCH] rcutorture: catchup doc fixes for idle-hz testsPaul E. McKenney1-1/+1
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-2/+2
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-5/+5
2006-03-24[PATCH] rcutorture: tag success/failure line with module parametersPaul E. McKenney1-8/+15
2006-01-31[PATCH] rcu_torture_lock deadlock fixIngo Molnar1-5/+5
2006-01-08[PATCH] Extend RCU torture module to test tickless idle CPUSrivatsa Vaddagiri1-5/+91
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin1-1/+0
2006-01-08[PATCH] kernel/: small cleanupsAdrian Bunk1-1/+1
2005-12-12[PATCH] Fix bug in RCU torture testSrivatsa Vaddagiri1-2/+1
2005-11-18[PATCH] add success/failure indication to RCU torture testPaul E. McKenney1-6/+24
2005-11-13[PATCH] rcutorture: renice to low priorityIngo Molnar1-0/+4
2005-10-30[PATCH] RCU torture-testing kernel modulePaul E. McKenney1-0/+492