summaryrefslogtreecommitdiffstats
path: root/kernel/rcutorture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rcu: make quiescent rcutorture less power-hungryPaul E. McKenney2008-06-241-1/+1
* rcu, rcutorture: make quiescent rcutorture less power-hungryPaul E. McKenney2008-06-241-1/+4
* rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney2008-06-191-1/+8
* rcu: make rcutorture more vicious: add stutter featurePaul E. McKenney2008-06-181-3/+56
* rcutorture: WARN_ON_ONCE(1) when detecting an errorIngo Molnar2008-06-181-0/+1
* rcu: add call_rcu_sched() and friends to rcutorturePaul E. McKenney2008-05-191-3/+31
* kernel: explicitly include required header files under kernel/Robert P. J. Day2008-04-291-0/+1
* generic: use new set_cpus_allowed_ptr functionMike Travis2008-04-191-6/+9
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-3/+3
* Make rcutorture RNG use temporal entropyPaul E. McKenney2007-10-171-6/+3
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-171-1/+0
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-3/+1
* rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett2007-05-081-9/+6
* rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett2007-05-081-14/+14
* rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-05-081-1/+1
* rcutorture: Mark rcu_torture_init as __initJosh Triplett2007-05-081-1/+1
* [PATCH] Publish rcutorture module parameters via sysfs, read-onlyJosh Triplett2007-03-061-7/+7
* [PATCH] rcu: rcutorture suspend fixIngo Molnar2006-12-301-0/+3
* [PATCH] Add Sparse annotations to SRCU wrapper functions in rcutortureJosh Triplett2006-12-071-2/+2
* [PATCH] rcu: add sched torture type to rcutortureJosh Triplett2006-10-041-1/+39
* [PATCH] rcu: add rcu_bh_sync torture type to rcutortureJosh Triplett2006-10-041-1/+15
* [PATCH] rcu: add rcu_sync torture type to rcutortureJosh Triplett2006-10-041-2/+15
OpenPOWER on IntegriCloud