| Commit message (Expand) | Author | Age | Files | Lines |
* | rcutorture: Get rid of duplicate sched.h include | Jesper Juhl | 2011-03-04 | 1 | -1/+0 |
* | rcu: add priority-inversion testing to rcutorture | Paul E. McKenney | 2010-10-07 | 1 | -11/+259 |
* | rcu: fix sparse errors in rcutorture.c | Paul E. McKenney | 2010-09-23 | 1 | -4/+7 |
* | rcutorture: add random preemption | Lai Jiangshan | 2010-08-19 | 1 | -0/+6 |
* | sched_clock: Add local_clock() API and improve documentation | Peter Zijlstra | 2010-06-09 | 1 | -2/+1 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-05-18 | 1 | -1/+1 |
|\ |
|
| * | sched: replace migration_thread with cpu_stop | Tejun Heo | 2010-05-06 | 1 | -1/+1 |
* | | rcu: remove all rcu head initializations, except on_stack initializations | Paul E. McKenney | 2010-05-11 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | 1 | -4/+4 |
|\ |
|
| * | Merge branch 'master' into percpu | Tejun Heo | 2010-01-05 | 1 | -16/+53 |
| |\ |
|
| * | | percpu: remove per_cpu__ prefix. | Rusty Russell | 2009-10-29 | 1 | -4/+4 |
* | | | rcu: Fix rcutorture mod_timer argument to delay one jiffy | Paul E. McKenney | 2010-02-25 | 1 | -1/+1 |
* | | | rcu: Introduce lockdep-based checking to RCU read-side primitives | Paul E. McKenney | 2010-02-25 | 1 | -2/+10 |
* | | | rcu: Add force_quiescent_state() testing to rcutorture | Paul E. McKenney | 2010-01-13 | 1 | -2/+78 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | this_cpu: Use this_cpu operations in RCU | Christoph Lameter | 2009-10-03 | 1 | -4/+4 |
* | | rcu: Add expedited grace-period support for preemptible RCU | Paul E. McKenney | 2009-12-03 | 1 | -9/+25 |
* | | rcu: Improve rcutorture diagnostics when bad torture_type specified | Paul E. McKenney | 2009-10-26 | 1 | -1/+5 |
* | | rcu: Add synchronize_srcu_expedited() to the rcutorture test suite | Paul E. McKenney | 2009-10-26 | 1 | -3/+22 |
* | | rcu: Clean up code to address Ingo's checkpatch feedback | Paul E. McKenney | 2009-09-23 | 1 | -3/+1 |
|/ |
|
* | rcu: Fix whitespace inconsistencies | Paul E. McKenney | 2009-09-19 | 1 | -13/+15 |
* | rcutorture: Occasionally delay readers enough to make RCU force_quiescent_state | Josh Triplett | 2009-09-18 | 1 | -6/+9 |
* | rcu: Add synchronize_sched_expedited() torture tests | Paul E. McKenney | 2009-07-03 | 1 | -92/+110 |
* | cpumask: convert rcutorture.c | Rusty Russell | 2009-03-30 | 1 | -8/+17 |
* | rcu: fix bug in rcutorture system-shutdown code | Paul E. McKenney | 2009-01-07 | 1 | -45/+68 |
* | rcu: fix rcutorture bug | Paul E. McKenney | 2009-01-05 | 1 | -10/+8 |
* | cpumask: convert RCU implementations | Rusty Russell | 2009-01-01 | 1 | -12/+15 |
* | rcu: fix rcutorture behavior during reboot | Paul E. McKenney | 2008-12-17 | 1 | -10/+56 |
* | byteorder: remove direct includes of linux/byteorder/swab[b].h | Harvey Harrison | 2008-10-20 | 1 | -1/+1 |
* | rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers ... | Paul E. McKenney | 2008-06-26 | 1 | -4/+70 |
* | rcu: make quiescent rcutorture less power-hungry | Paul E. McKenney | 2008-06-24 | 1 | -1/+1 |
* | rcu, rcutorture: make quiescent rcutorture less power-hungry | Paul E. McKenney | 2008-06-24 | 1 | -1/+4 |
* | rcu: make rcutorture more vicious: reinstate boot-time testing | Paul E. McKenney | 2008-06-19 | 1 | -1/+8 |
* | rcu: make rcutorture more vicious: add stutter feature | Paul E. McKenney | 2008-06-18 | 1 | -3/+56 |
* | rcutorture: WARN_ON_ONCE(1) when detecting an error | Ingo Molnar | 2008-06-18 | 1 | -0/+1 |
* | rcu: add call_rcu_sched() and friends to rcutorture | Paul E. McKenney | 2008-05-19 | 1 | -3/+31 |
* | kernel: explicitly include required header files under kernel/ | Robert P. J. Day | 2008-04-29 | 1 | -0/+1 |
* | generic: use new set_cpus_allowed_ptr function | Mike Travis | 2008-04-19 | 1 | -6/+9 |
* | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() | Gautham R Shenoy | 2008-01-25 | 1 | -3/+3 |
* | Make rcutorture RNG use temporal entropy | Paul E. McKenney | 2007-10-17 | 1 | -6/+3 |
* | Clean up duplicate includes in kernel/ | Jesper Juhl | 2007-10-17 | 1 | -1/+0 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -3/+1 |
* | rcutorture: Remove redundant assignment to cur_ops in for loop | Josh Triplett | 2007-05-08 | 1 | -9/+6 |
* | rcutorture: style cleanup: avoid != NULL in boolean tests | Josh Triplett | 2007-05-08 | 1 | -14/+14 |
* | rcutorture: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-05-08 | 1 | -1/+1 |
* | rcutorture: Mark rcu_torture_init as __init | Josh Triplett | 2007-05-08 | 1 | -1/+1 |
* | [PATCH] Publish rcutorture module parameters via sysfs, read-only | Josh Triplett | 2007-03-06 | 1 | -7/+7 |
* | [PATCH] rcu: rcutorture suspend fix | Ingo Molnar | 2006-12-30 | 1 | -0/+3 |
* | [PATCH] Add Sparse annotations to SRCU wrapper functions in rcutorture | Josh Triplett | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] rcu: add sched torture type to rcutorture | Josh Triplett | 2006-10-04 | 1 | -1/+39 |