Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5f63517cbf4f8d0d0e27faec6e8b827cbf232b0c
/
kernel
/
rcu
/
rcutorture.c
971eae7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
f5604f6
Merge branch 'torture.2014.02.23a' into HEAD
by Paul E. McKenney
· 11 years ago
ff20e25
rcutorture: Add an rcu_busted to test the test
by Paul E. McKenney
· 11 years ago
bfefc73
rcutorture: Stop generic kthreads in torture_cleanup()
by Paul E. McKenney
· 11 years ago
9c029b8
rcutorture: Abstract torture_stop_kthread()
by Paul E. McKenney
· 11 years ago
47cf29b
rcutorture: Abstract torture_create_kthread()
by Paul E. McKenney
· 11 years ago
bc8f83e
rcutorture: Fix missing-return bug in rcu_torture_barrier_init()
by Paul E. McKenney
· 11 years ago
7fafaac
rcutorture: Fix rcutorture shutdown races
by Paul E. McKenney
· 11 years ago
14562d1
rcutorture: Announce task creation
by Paul E. McKenney
· 11 years ago
01025eb
rcutorture: Clean up rcu_torture_init() error checking
by Paul E. McKenney
· 11 years ago
e991dbc
rcutorture: Abstract torture_shutdown()
by Paul E. McKenney
· 11 years ago
628edaa
rcutorture: Abstract stutter_wait()
by Paul E. McKenney
· 11 years ago
36970bb
rcutorture: Privatize fullstop
by Paul E. McKenney
· 11 years ago
4622b48
rcutorture: Abstract torture_shutdown_notify()
by Paul E. McKenney
· 11 years ago
cc47ae0
rcutorture: Abstract torture-test cleanup
by Paul E. McKenney
· 11 years ago
b5daa8f
rcutorture: Abstract torture-test initialization
by Paul E. McKenney
· 11 years ago
2e9e808
rcutorture: Abstract torture_onoff()
by Paul E. McKenney
· 11 years ago
3808dc9
rcutorture: Abstract torture_shuffle()
by Paul E. McKenney
· 11 years ago
f67a335
rcutorture: Abstract torture_shutdown_absorb()
by Paul E. McKenney
· 11 years ago
c2884de
rcutorture: Abstract TOROUT_STRING() and friends
by Paul E. McKenney
· 11 years ago
5ccf60f
rcutorture: Rename PRINTK to TOROUT
by Paul E. McKenney
· 11 years ago
9e25022
rcutorture: Abstract torture_param()
by Paul E. McKenney
· 11 years ago
51b1130
rcutorture: Abstract rcu_torture_random()
by Paul E. McKenney
· 11 years ago
[Renamed (97%) from kernel/rcu/torture.c]
806274c
rcutorture: Fix checkpatch complaint
by Paul E. McKenney
· 11 years ago
d100895
rcu/torture: Dynamically allocate SRCU output buffer to avoid overflow
by Chen Gang
· 11 years ago
78e4bc3
rcu: Fix and comment ordering around wait_event()
by Paul E. McKenney
· 11 years ago
4102ada
rcu: Move RCU-related source code to kernel/rcu directory
by Paul E. McKenney
· 11 years ago
[Renamed (99%) from kernel/rcutorture.c]
7a6a410
rcu: Make rcutorture emit online failures if verbose
by Paul E. McKenney
· 12 years ago
ef47db8
rcu: Remove unused variable from rcu_torture_writer()
by Paul E. McKenney
· 12 years ago
d10453e
rcu: Sort rcutorture module parameters
by Paul E. McKenney
· 12 years ago
2ec1f2d
rcu: Increase rcutorture test coverage
by Paul E. McKenney
· 12 years ago
d2818df
rcu: Add duplicate-callback tests to rcutorture
by Paul E. McKenney
· 12 years ago
e66c33d
rcu: Add const annotation to char * for RCU tracepoints and functions
by Steven Rostedt (Red Hat)
· 12 years ago
49fb4c6
rcu: delete __cpuinit usage from all rcu files
by Paul Gortmaker
· 12 years ago
99f8891
rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().
by Paul E. McKenney
· 12 years ago
e4aa0da
rcu: Allow rcutorture to be built at low optimization levels
by Steven Rostedt
· 12 years ago
40393f5
Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEAD
by Paul E. McKenney
· 12 years ago
0e11c8e
rcu: Make rcutorture's shuffler task shuffle recently added tasks
by Paul E. McKenney
· 12 years ago
de5e643
rcutorture: Don't compare ptr with 0
by Sasha Levin
· 12 years ago
5249453
rcu: Reduce rcutorture tracing
by Paul E. McKenney
· 12 years ago
aac1cda
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD
by Paul E. McKenney
· 12 years ago
67afeed
rcu: Add new rcutorture module parameters to start/end test messages
by Paul E. McKenney
· 12 years ago
cda4dc8
rcutorture: Use DEFINE_STATIC_SRCU()
by Lai Jiangshan
· 12 years ago
4898326
rcu: Make rcutorture give diagnostics if CPU offline fails
by Paul E. McKenney
· 12 years ago
60f5378
rcu: Prevent initialization race in rcutorture kthreads
by Paul E. McKenney
· 12 years ago
2caa1e4
rcu: Switch rcutorture to pr_alert() and friends
by Paul E. McKenney
· 12 years ago
13dbf91
rcu: Track CPU-hotplug duration statistics
by Paul E. McKenney
· 12 years ago
ab840f7
rcu: Update rcutorture defaults
by Paul E. McKenney
· 12 years ago
5cf05ad
rcu: Fix broken strings in RCU's source code.
by Paul E. McKenney
· 13 years ago
c701d5d
rcu: Fix code-style issues involving "else"
by Paul E. McKenney
· 13 years ago
72472a0
rcu: Make rcutorture fakewriters invoke rcu_barrier()
by Paul E. McKenney
· 13 years ago
143aa67
rcu: Fix diagnostic-printk typo in rcutorture
by Paul E. McKenney
· 13 years ago
c6ebcbb
rcu: Fix bug in rcu_barrier() torture test
by Paul E. McKenney
· 13 years ago
e3f8d37
rcu: Test srcu_barrier() from rcutorture test suite
by Paul E. McKenney
· 13 years ago
751a68b
rcu: Rationalize ordering of torture_ops list
by Paul E. McKenney
· 13 years ago
9059c94
rcu: Add rcutorture test for call_srcu()
by Lai Jiangshan
· 13 years ago
cef5012
rcu: Direct algorithmic SRCU implementation
by Paul E. McKenney
· 13 years ago
fae4b54
rcu: Introduce rcutorture testing for rcu_barrier()
by Paul E. McKenney
· 13 years ago
37e377d
rcu: Fixes to rcutorture error handling and cleanup
by Paul E. McKenney
· 13 years ago
3c1b1ce
PTR_ERR should be called before its argument is cleared.
by Julia Lawall
· 13 years ago
7129d38
rcu: Trace only after NULL-pointer check
by Paul E. McKenney
· 13 years ago
c13f375
rcu: Add CPU-stall capability to rcutorture
by Paul E. McKenney
· 13 years ago
9b9ec9b
rcutorture: Permit holding off CPU-hotplug operations during boot
by Paul E. McKenney
· 13 years ago
091541b
rcu: Make rcutorture flag online/offline failures
by Paul E. McKenney
· 13 years ago
4410030
rcu: Add missing __cpuinit annotation in rcutorture code
by Heiko Carstens
· 13 years ago
d8e8ed9
rcu: Make rcutorture bool parameters really bool (core code)
by Rusty Russell
· 13 years ago
101db7b
rcu: Add rcutorture tests for srcu_read_lock_raw()
by Paul E. McKenney
· 13 years ago
f220242
rcu: Make rcutorture test for hotpluggability before offlining CPUs
by Paul E. McKenney
· 13 years ago
b58bdcc
rcu: Add rcutorture CPU-hotplug capability
by Paul E. McKenney
· 13 years ago
bb3bf70
rcu: Control rcutorture startup from kernel boot parameters
by Paul E. McKenney
· 13 years ago
d5f546d
rcu: Add rcutorture system-shutdown capability
by Paul E. McKenney
· 13 years ago
91afaf3
rcu: Add failure tracing to rcutorture
by Paul E. McKenney
· 13 years ago
ab8f11e
rcu: Make rcu_torture_boost() exit loops at end of test
by Paul E. McKenney
· 13 years ago
93898fb
rcu: Make rcu_torture_fqs() exit loops at end of test
by Paul E. McKenney
· 13 years ago
3721bc1
rcu: Allow rcutorture's stat_interval parameter to be changed at runtime
by Paul E. McKenney
· 14 years ago
9d68197
rcu: Don't destroy rcu_torture_boost() callback until it is done
by Paul E. McKenney
· 14 years ago
bdf2a43
rcu: Catch rcutorture up to new RCU API additions
by Paul E. McKenney
· 14 years ago
1f28809
rcu: Use kthread_create_on_node()
by Eric Dumazet
· 14 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
d8bf4ca
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
by Michal Hocko
· 14 years ago
561190e
rcu: mark rcutorture boosting callback as being on-stack
by Paul E. McKenney
· 14 years ago
4a29865
rcu: make rcutorture version numbers available through debugfs
by Paul E. McKenney
· 14 years ago
67b98db
rcu: eliminate unused boosting statistics
by Paul E. McKenney
· 14 years ago
3acf4a9
rcu: avoid hammering sched with yet another bound RT kthread
by Paul E. McKenney
· 14 years ago
37743de
rcutorture: Get rid of duplicate sched.h include
by Jesper Juhl
· 14 years ago
8e8be45
rcu: add priority-inversion testing to rcutorture
by Paul E. McKenney
· 14 years ago
0ddea0e
rcu: fix sparse errors in rcutorture.c
by Paul E. McKenney
· 14 years ago
e546f48
rcutorture: add random preemption
by Lai Jiangshan
· 15 years ago
c676329
sched_clock: Add local_clock() API and improve documentation
by Peter Zijlstra
· 15 years ago
b8ae30e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
72d5a9f
rcu: remove all rcu head initializations, except on_stack initializations
by Paul E. McKenney
· 15 years ago
969c792
sched: replace migration_thread with cpu_stop
by Tejun Heo
· 15 years ago
0a135ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
6155fec
rcu: Fix rcutorture mod_timer argument to delay one jiffy
by Paul E. McKenney
· 15 years ago
632ee20
rcu: Introduce lockdep-based checking to RCU read-side primitives
by Paul E. McKenney
· 15 years ago
bf66f18
rcu: Add force_quiescent_state() testing to rcutorture
by Paul E. McKenney
· 15 years ago
32032df
Merge branch 'master' into percpu
by Tejun Heo
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
d9a3da0
rcu: Add expedited grace-period support for preemptible RCU
by Paul E. McKenney
· 15 years ago
dd17c8f
percpu: remove per_cpu__ prefix.
by Rusty Russell
· 15 years ago
Next »