index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcutorture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-4
/
+4
2010-02-25
rcu: Fix rcutorture mod_timer argument to delay one jiffy
Paul E. McKenney
1
-1
/
+1
2010-02-25
rcu: Introduce lockdep-based checking to RCU read-side primitives
Paul E. McKenney
1
-2
/
+10
2010-01-13
rcu: Add force_quiescent_state() testing to rcutorture
Paul E. McKenney
1
-2
/
+78
2010-01-05
Merge branch 'master' into percpu
Tejun Heo
1
-16
/
+53
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-4
/
+4
2009-12-03
rcu: Add expedited grace-period support for preemptible RCU
Paul E. McKenney
1
-9
/
+25
2009-10-29
percpu: remove per_cpu__ prefix.
Rusty Russell
1
-4
/
+4
2009-10-26
rcu: Improve rcutorture diagnostics when bad torture_type specified
Paul E. McKenney
1
-1
/
+5
2009-10-26
rcu: Add synchronize_srcu_expedited() to the rcutorture test suite
Paul E. McKenney
1
-3
/
+22
2009-10-03
this_cpu: Use this_cpu operations in RCU
Christoph Lameter
1
-4
/
+4
2009-09-23
rcu: Clean up code to address Ingo's checkpatch feedback
Paul E. McKenney
1
-3
/
+1
2009-09-19
rcu: Fix whitespace inconsistencies
Paul E. McKenney
1
-13
/
+15
2009-09-18
rcutorture: Occasionally delay readers enough to make RCU force_quiescent_state
Josh Triplett
1
-6
/
+9
2009-07-03
rcu: Add synchronize_sched_expedited() torture tests
Paul E. McKenney
1
-92
/
+110
2009-03-30
cpumask: convert rcutorture.c
Rusty Russell
1
-8
/
+17
2009-01-07
rcu: fix bug in rcutorture system-shutdown code
Paul E. McKenney
1
-45
/
+68
2009-01-05
rcu: fix rcutorture bug
Paul E. McKenney
1
-10
/
+8
2009-01-01
cpumask: convert RCU implementations
Rusty Russell
1
-12
/
+15
2008-12-17
rcu: fix rcutorture behavior during reboot
Paul E. McKenney
1
-10
/
+56
2008-10-20
byteorder: remove direct includes of linux/byteorder/swab[b].h
Harvey Harrison
1
-1
/
+1
2008-06-26
rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers ...
Paul E. McKenney
1
-4
/
+70
2008-06-24
rcu: make quiescent rcutorture less power-hungry
Paul E. McKenney
1
-1
/
+1
2008-06-24
rcu, rcutorture: make quiescent rcutorture less power-hungry
Paul E. McKenney
1
-1
/
+4
2008-06-19
rcu: make rcutorture more vicious: reinstate boot-time testing
Paul E. McKenney
1
-1
/
+8
2008-06-18
rcu: make rcutorture more vicious: add stutter feature
Paul E. McKenney
1
-3
/
+56
2008-06-18
rcutorture: WARN_ON_ONCE(1) when detecting an error
Ingo Molnar
1
-0
/
+1
2008-05-19
rcu: add call_rcu_sched() and friends to rcutorture
Paul E. McKenney
1
-3
/
+31
2008-04-29
kernel: explicitly include required header files under kernel/
Robert P. J. Day
1
-0
/
+1
2008-04-19
generic: use new set_cpus_allowed_ptr function
Mike Travis
1
-6
/
+9
2008-01-25
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
Gautham R Shenoy
1
-3
/
+3
2007-10-17
Make rcutorture RNG use temporal entropy
Paul E. McKenney
1
-6
/
+3
2007-10-17
Clean up duplicate includes in kernel/
Jesper Juhl
1
-1
/
+0
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-3
/
+1
2007-05-08
rcutorture: Remove redundant assignment to cur_ops in for loop
Josh Triplett
1
-9
/
+6
2007-05-08
rcutorture: style cleanup: avoid != NULL in boolean tests
Josh Triplett
1
-14
/
+14
2007-05-08
rcutorture: Use ARRAY_SIZE macro when appropriate
Ahmed S. Darwish
1
-1
/
+1
2007-05-08
rcutorture: Mark rcu_torture_init as __init
Josh Triplett
1
-1
/
+1
2007-03-06
[PATCH] Publish rcutorture module parameters via sysfs, read-only
Josh Triplett
1
-7
/
+7
2006-12-30
[PATCH] rcu: rcutorture suspend fix
Ingo Molnar
1
-0
/
+3
2006-12-07
[PATCH] Add Sparse annotations to SRCU wrapper functions in rcutorture
Josh Triplett
1
-2
/
+2
2006-10-04
[PATCH] rcu: add sched torture type to rcutorture
Josh Triplett
1
-1
/
+39
2006-10-04
[PATCH] rcu: add rcu_bh_sync torture type to rcutorture
Josh Triplett
1
-1
/
+15
2006-10-04
[PATCH] rcu: add rcu_sync torture type to rcutorture
Josh Triplett
1
-2
/
+15
2006-10-04
[PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementation
Josh Triplett
1
-24
/
+29
2006-10-04
[PATCH] RCU: add fake writers to rcutorture
Josh Triplett
1
-5
/
+104
2006-10-04
[PATCH] rcu: Fix sign bug making rcu_random always return the same sequence
Josh Triplett
1
-2
/
+2
2006-10-04
[PATCH] rcu: Avoid kthread_stop on invalid pointer if rcutorture reader start...
Josh Triplett
1
-1
/
+1
2006-10-04
[PATCH] rcu: Mention rcu_bh in description of rcutorture's torture_type param...
Josh Triplett
1
-1
/
+1
2006-10-04
[PATCH] rcu: Add MODULE_AUTHOR to rcutorture module
Josh Triplett
1
-0
/
+1
[next]