aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney4-101/+104
2020-06-29refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TESTPaul E. McKenney4-7/+7
2020-06-29rcu-tasks: Fix synchronize_rcu_tasks_trace() header commentPaul E. McKenney2-7/+6
2020-06-29refperf: Add test for RCU Tasks readersPaul E. McKenney1-1/+27
2020-06-29refperf: Add test for RCU Tasks Trace readers.Paul E. McKenney1-2/+31
2020-06-29refperf: Change readdelay module parameter to nanosecondsPaul E. McKenney1-14/+22
2020-06-29refperf: Work around 64-bit divisionArnd Bergmann1-2/+6
2020-06-29doc: Document rcuperf's module parametersPaul E. McKenney1-0/+36
2020-06-29refperf: Adjust refperf.loop default valuePaul E. McKenney1-1/+1
2020-06-29refperf: Add read-side delay module parameterPaul E. McKenney1-19/+89
2020-06-29refperf: Simplify initialization-time wakeup protocolPaul E. McKenney1-12/+5
2020-06-29refperf: Output per-experiment data pointsPaul E. McKenney1-0/+4
2020-06-29refperf: Label experiment-number column "Runs"Paul E. McKenney2-2/+2
2020-06-29refperf: Add warmup and cooldown processing phasesPaul E. McKenney1-2/+18
2020-06-29refperf: More closely synchronize reader start timesPaul E. McKenney1-0/+5
2020-06-29refperf: Convert reader_task structure's "start" field to intPaul E. McKenney1-5/+4
2020-06-29refperf: Tune reader measurement intervalPaul E. McKenney1-6/+5
2020-06-29refperf: Make functions staticPaul E. McKenney1-2/+2
2020-06-29refperf: Dynamically allocate thread-summary output bufferPaul E. McKenney1-1/+5
2020-06-29refperf: Dynamically allocate experiment-summary output bufferPaul E. McKenney1-5/+11
2020-06-29refperf: Provide module parameter to specify number of experimentsPaul E. McKenney1-20/+23
2020-06-29refperf: Convert nreaders to a module parameterPaul E. McKenney1-5/+11
2020-06-29refperf: Allow decimal nanosecondsPaul E. McKenney1-2/+2
2020-06-29refperf: Hoist function-pointer calls out of the loopPaul E. McKenney1-54/+38
2020-06-29refperf: Add holdoff parameter to allow CPUs to come onlinePaul E. McKenney1-3/+10
2020-06-29torture: Add refperf to the rcutorture scriptingPaul E. McKenney8-6/+130
2020-06-29rcuperf: Add comments explaining the high reader overheadPaul E. McKenney1-2/+9
2020-06-29refperf: Add a test to measure performance of read-side synchronizationJoel Fernandes (Google)3-0/+578
2020-06-29rcuperf: Remove useless while loops around wait_eventJoel Fernandes (Google)1-10/+4
2020-06-28Linux 5.8-rc3Linus Torvalds1-1/+1
2020-06-28Merge tag 'arm-omap-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds30-148/+125
2020-06-28Merge tag 'arm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds22-118/+152
2020-06-28Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2020-06-28Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-37/+235
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-65/+120
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-21/+33
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+292
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-9/+109
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-61/+126
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot1-1/+1
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra6-58/+86
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2-3/+3
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra1-5/+28
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli1-0/+1
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix mask corruptionScott Wood1-1/+1
2020-06-28sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra1-2/+4
2020-06-28Merge tag 'imx-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixesArnd Bergmann8-28/+36
2020-06-28Merge tag 'arm-soc/for-5.8/drivers-fixes' of https://github.com/Broadcom/stblinux into arm/fixesArnd Bergmann1-1/+4