aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcutorture.c
AgeCommit message (Expand)Author
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-02-25rcu: Fix rcutorture mod_timer argument to delay one jiffyPaul E. McKenney
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney
2010-01-13rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney
2010-01-05Merge branch 'master' into percpuTejun Heo
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell
2009-10-26rcu: Improve rcutorture diagnostics when bad torture_type specifiedPaul E. McKenney
2009-10-26rcu: Add synchronize_srcu_expedited() to the rcutorture test suitePaul E. McKenney
2009-10-03this_cpu: Use this_cpu operations in RCUChristoph Lameter
2009-09-23rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney
2009-09-18rcutorture: Occasionally delay readers enough to make RCU force_quiescent_stateJosh Triplett
2009-07-03rcu: Add synchronize_sched_expedited() torture testsPaul E. McKenney
2009-03-30cpumask: convert rcutorture.cRusty Russell
2009-01-07rcu: fix bug in rcutorture system-shutdown codePaul E. McKenney
2009-01-05rcu: fix rcutorture bugPaul E. McKenney
2009-01-01cpumask: convert RCU implementationsRusty Russell
2008-12-17rcu: fix rcutorture behavior during rebootPaul E. McKenney
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison
2008-06-26rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers ...Paul E. McKenney
2008-06-24rcu: make quiescent rcutorture less power-hungryPaul E. McKenney
2008-06-24rcu, rcutorture: make quiescent rcutorture less power-hungryPaul E. McKenney
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney
2008-06-18rcu: make rcutorture more vicious: add stutter featurePaul E. McKenney
2008-06-18rcutorture: WARN_ON_ONCE(1) when detecting an errorIngo Molnar
2008-05-19rcu: add call_rcu_sched() and friends to rcutorturePaul E. McKenney
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2007-10-17Make rcutorture RNG use temporal entropyPaul E. McKenney
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish
2007-05-08rcutorture: Mark rcu_torture_init as __initJosh Triplett
2007-03-06[PATCH] Publish rcutorture module parameters via sysfs, read-onlyJosh Triplett
2006-12-30[PATCH] rcu: rcutorture suspend fixIngo Molnar
2006-12-07[PATCH] Add Sparse annotations to SRCU wrapper functions in rcutortureJosh Triplett
2006-10-04[PATCH] rcu: add sched torture type to rcutortureJosh Triplett
2006-10-04[PATCH] rcu: add rcu_bh_sync torture type to rcutortureJosh Triplett
2006-10-04[PATCH] rcu: add rcu_sync torture type to rcutortureJosh Triplett
2006-10-04[PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementationJosh Triplett
2006-10-04[PATCH] RCU: add fake writers to rcutortureJosh Triplett
2006-10-04[PATCH] rcu: Fix sign bug making rcu_random always return the same sequenceJosh Triplett
2006-10-04[PATCH] rcu: Avoid kthread_stop on invalid pointer if rcutorture reader start...Josh Triplett
2006-10-04[PATCH] rcu: Mention rcu_bh in description of rcutorture's torture_type param...Josh Triplett
2006-10-04[PATCH] rcu: Add MODULE_AUTHOR to rcutorture moduleJosh Triplett