aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcuperf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-24rcuperf: Change rcuperf to rcuscalePaul E. McKenney1-853/+0
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-12/+13
2020-06-29rcuperf: Add comments explaining the high reader overheadPaul E. McKenney1-2/+9
2020-06-29rcuperf: Remove useless while loops around wait_eventJoel Fernandes (Google)1-10/+4
2020-06-15sched,rcuperf: Convert to sched_set_fifo_low()Peter Zijlstra1-6/+2
2020-06-02rcuperf: Fix printk format warningKefeng Wang1-1/+1
2020-04-27rcuperf: Add ability to increase object allocation sizeJoel Fernandes (Google)1-1/+4
2020-02-20rcuperf: Measure memory footprint during kfree_rcu() testJoel Fernandes (Google)1-2/+12
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)1-9/+1
2020-01-24rcuperf: Add kfree_rcu() performance TestsJoel Fernandes (Google)1-8/+173
2019-10-05rcu: Remove unused variable rcu_perf_writer_stateEthan Hansen1-16/+0
2019-08-01rcuperf: Make rcuperf kernel test more robust for !expedited modeJoel Fernandes (Google)1-0/+8
2019-08-01rcuperf: Fix perf_type module-parameter descriptionXiao Yang1-1/+1
2019-03-26rcuperf: Fix cleanup path for invalid perf_type stringsPaul E. McKenney1-0/+5
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEADPaul E. McKenney1-17/+10
2019-02-09rcu/rcuperf: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2019-01-25rcuperf: Stop abusing IS_ENABLED()Paul E. McKenney1-1/+7
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEADPaul E. McKenney1-63/+3
2018-08-30rcuperf: Remove the "rcu_bh" and "sched" torture typesPaul E. McKenney1-63/+2
2018-08-29rcuperf: Warn on bad perf type for built-in testsPaul E. McKenney1-0/+1
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney1-5/+0
2018-07-12rcuperf: Remove unused torturing_tasks() functionPaul E. McKenney1-5/+0
2018-07-12rcu: Remove "inline" from rcu_perf_print_module_parms()Paul E. McKenney1-1/+1
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches1-4/+3
2018-07-12rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney1-2/+16
2018-07-12rcu: Make rcutorture's batches-completed API use ->gp_seqPaul E. McKenney1-17/+9
2018-06-25torture: Keep old-school dmesg formatPaul E. McKenney1-0/+3
2018-06-25torture: Make online/offline messages appear only for verbose=2Paul E. McKenney1-1/+1
2018-05-15rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney1-1/+1
2018-02-20torture: Provide more sensible nreader/nwriter defaults for rcuperfPaul E. McKenney1-1/+20
2017-12-11torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney1-5/+1
2017-07-24rcu: Remove CONFIG_TASKS_RCU ifdef from rcuperf.cPaul E. McKenney1-16/+1
2017-06-08rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney1-0/+2
2017-06-08rcuperf: Add writer_holdoff boot parameterPaul E. McKenney1-0/+3
2017-06-08rcuperf: Set more user-friendly defaultsPaul E. McKenney1-2/+3
2017-06-08rcuperf: Add test for dynamically initialized srcu_structPaul E. McKenney1-1/+30
2017-06-08rcuperf: Add ability to performance-test call_rcu() and friendsPaul E. McKenney1-5/+64
2017-06-08rcuperf: Defer expedited/normal check to end of testPaul E. McKenney1-10/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2016-08-22rcuperf: Consistently insert space between flag and messageSeongJae Park1-4/+3
2016-06-14rcutorture: Fix error return code in rcu_perf_init()Wei Yongjun1-1/+3
2016-06-14rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng1-3/+11
2016-06-14torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney1-6/+1
2016-03-31rcuperf: Do not wake up shutdown wait queue if "shutdown" is false.Artem Savkov1-2/+4
2016-03-31rcutorture: Avoid RCU CPU stall warning and RT throttlingPaul E. McKenney1-0/+4
2016-03-31rcutorture: Add rcuperf holdoff boot parameter to reduce interferencePaul E. McKenney1-0/+5
2016-03-31rcutorture: Make rcuperf collect expedited event-trace dataPaul E. McKenney1-0/+1
2016-03-31rcutorture: Set rcuperf writer kthreads to real-time priorityPaul E. McKenney1-0/+3
2016-03-31rcutorture: Bind rcuperf reader/writer kthreads to CPUsPaul E. McKenney1-1/+4