mac80211: fix deauth before assoc
[safe/jmp/linux-2.6] / kernel / rcutorture.c
2010-05-18 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2010-05-11 Paul E. McKenneyrcu: remove all rcu head initializations, except on_sta...
2010-05-06 Tejun Heosched: replace migration_thread with cpu_stop
2010-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-02-25 Paul E. McKenneyrcu: Fix rcutorture mod_timer argument to delay one...
2010-02-25 Paul E. McKenneyrcu: Introduce lockdep-based checking to RCU read-side...
2010-01-13 Paul E. McKenneyrcu: Add force_quiescent_state() testing to rcutorture
2010-01-05 Tejun HeoMerge branch 'master' into percpu
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-03 Paul E. McKenneyrcu: Add expedited grace-period support for preemptible RCU
2009-10-29 Rusty Russellpercpu: remove per_cpu__ prefix.
2009-10-26 Paul E. McKenneyrcu: Improve rcutorture diagnostics when bad torture_ty...
2009-10-26 Paul E. McKenneyrcu: Add synchronize_srcu_expedited() to the rcutorture...
2009-10-03 Christoph Lameterthis_cpu: Use this_cpu operations in RCU
2009-09-23 Paul E. McKenneyrcu: Clean up code to address Ingo's checkpatch feedback
2009-09-19 Paul E. McKenneyrcu: Fix whitespace inconsistencies
2009-09-17 Josh Triplettrcutorture: Occasionally delay readers enough to make...
2009-07-03 Paul E. McKenneyrcu: Add synchronize_sched_expedited() torture tests
2009-03-30 Rusty Russellcpumask: convert rcutorture.c
2009-01-07 Paul E. McKenneyrcu: fix bug in rcutorture system-shutdown code
2009-01-05 Paul E. McKenneyrcu: fix rcutorture bug
2008-12-31 Rusty Russellcpumask: convert RCU implementations
2008-12-16 Paul E. McKenneyrcu: fix rcutorture behavior during reboot
2008-10-20 Harvey Harrisonbyteorder: remove direct includes of linux/byteorder...
2008-06-26 Paul E. McKenneyrcu: make rcutorture even more vicious: invoke RCU...
2008-06-24 Paul E. McKenneyrcu: make quiescent rcutorture less power-hungry
2008-06-24 Paul E. McKenneyrcu, rcutorture: make quiescent rcutorture less power...
2008-06-19 Paul E. McKenneyrcu: make rcutorture more vicious: reinstate boot-time...
2008-06-18 Paul E. McKenneyrcu: make rcutorture more vicious: add stutter feature
2008-06-18 Ingo Molnarrcutorture: WARN_ON_ONCE(1) when detecting an error
2008-05-19 Paul E. McKenneyrcu: add call_rcu_sched() and friends to rcutorture
2008-04-29 Robert P. J. Daykernel: explicitly include required header files under...
2008-04-19 Mike Travisgeneric: use new set_cpus_allowed_ptr function
2008-01-25 Gautham R Shenoycpu-hotplug: replace lock_cpu_hotplug() with get_online...
2007-10-17 Paul E. McKenneyMake rcutorture RNG use temporal entropy
2007-10-17 Jesper JuhlClean up duplicate includes in kernel/
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-05-08 Josh Triplettrcutorture: Remove redundant assignment to cur_ops...
2007-05-08 Josh Triplettrcutorture: style cleanup: avoid != NULL in boolean...
2007-05-08 Ahmed S. Darwishrcutorture: Use ARRAY_SIZE macro when appropriate
2007-05-08 Josh Triplettrcutorture: Mark rcu_torture_init as __init
2007-03-06 Josh Triplett[PATCH] Publish rcutorture module parameters via sysfs...
2006-12-30 Ingo Molnar[PATCH] rcu: rcutorture suspend fix
2006-12-07 Josh Triplett[PATCH] Add Sparse annotations to SRCU wrapper function...
2006-10-04 Josh Triplett[PATCH] rcu: add sched torture type to rcutorture
2006-10-04 Josh Triplett[PATCH] rcu: add rcu_bh_sync torture type to rcutorture
2006-10-04 Josh Triplett[PATCH] rcu: add rcu_sync torture type to rcutorture
2006-10-04 Josh Triplett[PATCH] rcu: refactor srcu_torture_deferred_free to...
2006-10-04 Josh Triplett[PATCH] RCU: add fake writers to rcutorture
2006-10-04 Josh Triplett[PATCH] rcu: Fix sign bug making rcu_random always...
2006-10-04 Josh Triplett[PATCH] rcu: Avoid kthread_stop on invalid pointer...
2006-10-04 Josh Triplett[PATCH] rcu: Mention rcu_bh in description of rcutortur...
2006-10-04 Josh Triplett[PATCH] rcu: Add MODULE_AUTHOR to rcutorture module
2006-10-04 Paul E. McKenney[PATCH] srcu-3: add SRCU operations to rcutorture
2006-10-03 Josh Triplettrcutorture: Fix incorrect description of default for...
2006-09-29 Josh Triplett[PATCH] rcu: add lock annotations to rcu{,_bh}_torture_...
2006-06-28 Paul E. McKenney[PATCH] rcutorture: add call_rcu_bh() operations
2006-06-28 Paul E. McKenney[PATCH] rcutorture: add ops vector and Classic RCU ops
2006-06-28 Paul E. McKenney[PATCH] rcutorture: catchup doc fixes for idle-hz tests
2006-03-28 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: fixes for generic part
2006-03-25 Rusty Russell[PATCH] Remove MODULE_PARM
2006-03-24 Paul E. McKenney[PATCH] rcutorture: tag success/failure line with modul...
2006-01-31 Ingo Molnar[PATCH] rcu_torture_lock deadlock fix
2006-01-09 Srivatsa Vaddagiri[PATCH] Extend RCU torture module to test tickless...
2006-01-09 Nick Piggin[PATCH] rcu file: use atomic primitives
2006-01-09 Adrian Bunk[PATCH] kernel/: small cleanups
2005-12-12 Srivatsa Vaddagiri[PATCH] Fix bug in RCU torture test
2005-11-18 Paul E. McKenney[PATCH] add success/failure indication to RCU torture...
2005-11-14 Ingo Molnar[PATCH] rcutorture: renice to low priority
2005-10-31 Paul E. McKenney[PATCH] RCU torture-testing kernel module