summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2020-08-24rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)-2/+3
2020-08-24rcu: Initialize at declaration time in rcu_exp_handler()Paul E. McKenney-4/+2
2020-08-24srcu: Remove KCSAN stubsPaul E. McKenney-13/+0
2020-08-24rcu: Remove KCSAN stubs from update.cPaul E. McKenney-13/+0
2020-08-24rcu: Remove KCSAN stubsPaul E. McKenney-13/+0
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu-0/+2
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+3
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-188/+1206
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney-185/+1203
2020-06-29rcutorture: Check for unwatched readersPaul E. McKenney-0/+1
2020-06-29rcu/rcutorture: Replace 0 with falseJules Irenge-1/+1
2020-06-29rcutorture: NULL rcu_torture_current earlier in cleanup codePaul E. McKenney-1/+1
2020-06-29rcutorture: Add races with task-exit processingPaul E. McKenney-3/+109
2020-06-29srcu: Avoid local_irq_save() before acquiring spinlock_tSebastian Andrzej Siewior-7/+7
2020-06-29srcu: Fix a typo in comment "amoritized"->"amortized"Ethon Paul-1/+1
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney-92/+92
2020-06-29refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TESTPaul E. McKenney-6/+6
2020-06-29rcu-tasks: Fix synchronize_rcu_tasks_trace() header commentPaul E. McKenney-5/+4
2020-06-29refperf: Add test for RCU Tasks readersPaul E. McKenney-1/+27
2020-06-29refperf: Add test for RCU Tasks Trace readers.Paul E. McKenney-2/+31
2020-06-29refperf: Change readdelay module parameter to nanosecondsPaul E. McKenney-14/+22
2020-06-29refperf: Work around 64-bit divisionArnd Bergmann-2/+6
2020-06-29refperf: Adjust refperf.loop default valuePaul E. McKenney-1/+1
2020-06-29refperf: Add read-side delay module parameterPaul E. McKenney-19/+89
2020-06-29refperf: Simplify initialization-time wakeup protocolPaul E. McKenney-12/+5
2020-06-29refperf: Label experiment-number column "Runs"Paul E. McKenney-1/+1
2020-06-29refperf: Add warmup and cooldown processing phasesPaul E. McKenney-2/+18
2020-06-29refperf: More closely synchronize reader start timesPaul E. McKenney-0/+5
2020-06-29refperf: Convert reader_task structure's "start" field to intPaul E. McKenney-5/+4
2020-06-29refperf: Tune reader measurement intervalPaul E. McKenney-6/+5
2020-06-29refperf: Make functions staticPaul E. McKenney-2/+2
2020-06-29refperf: Dynamically allocate thread-summary output bufferPaul E. McKenney-1/+5
2020-06-29refperf: Dynamically allocate experiment-summary output bufferPaul E. McKenney-5/+11
2020-06-29refperf: Provide module parameter to specify number of experimentsPaul E. McKenney-20/+23
2020-06-29refperf: Convert nreaders to a module parameterPaul E. McKenney-5/+11
2020-06-29refperf: Allow decimal nanosecondsPaul E. McKenney-2/+2
2020-06-29refperf: Hoist function-pointer calls out of the loopPaul E. McKenney-54/+38
2020-06-29refperf: Add holdoff parameter to allow CPUs to come onlinePaul E. McKenney-3/+10
2020-06-29rcuperf: Add comments explaining the high reader overheadPaul E. McKenney-2/+9
2020-06-29refperf: Add a test to measure performance of read-side synchronizationJoel Fernandes (Google)-0/+578
2020-06-29rcuperf: Remove useless while loops around wait_eventJoel Fernandes (Google)-10/+4
2020-06-29rcu-tasks: Fix code-style issuesPaul E. McKenney-3/+3
2020-06-29rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()Paul E. McKenney-0/+14
2020-06-29rcu-tasks: Add #include of rcupdate_trace.h to update.cPaul E. McKenney-0/+1
2020-06-29rcu-tasks: Make rcu_tasks_postscan() be staticPaul E. McKenney-1/+1
2020-06-29rcu-tasks: Convert sleeps to idle priorityPaul E. McKenney-3/+3
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)-2/+43
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)-10/+10
2020-06-29rcu/tiny: support vmalloc in tiny-RCUUladzislau Rezki (Sony)-1/+2