summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney2-92/+92
2020-06-29refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TESTPaul E. McKenney3-6/+6
2020-06-29rcu-tasks: Fix synchronize_rcu_tasks_trace() header commentPaul E. McKenney1-5/+4
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-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: Label experiment-number column "Runs"Paul E. McKenney1-1/+1
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-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-25rcu: Fixup noinstr warningsPeter Zijlstra1-7/+25
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2020-06-01Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar1-20/+80
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra1-6/+19
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner1-0/+18
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney1-20/+62
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner1-0/+5
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner1-0/+22
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney1-32/+15
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner3-41/+49
2020-05-15rcu: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney12-465/+1669
2020-05-07rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney1-3/+3
2020-05-07rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan1-2/+2
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney3-3/+44
2020-05-07rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney1-6/+11
2020-04-27rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney1-3/+3
2020-04-27rcutorture: Add KCSAN stubsPaul E. McKenney1-0/+12
2020-04-27rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney1-2/+0
2020-04-27rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney1-5/+19
2020-04-27rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney1-4/+4
2020-04-27rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCUPaul E. McKenney1-24/+30
2020-04-27rcu-tasks: Add IPI failure count to statisticsPaul E. McKenney1-4/+7
2020-04-27rcu-tasks: Add count for idle tasks on offline CPUsPaul E. McKenney1-1/+5