aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-29locktorture: Use true and false to assign to bool variablesZou Wei1-7/+7
2020-06-29srcu: Avoid local_irq_save() before acquiring spinlock_tSebastian Andrzej Siewior1-7/+7
2020-06-29srcu: Fix a typo in comment "amoritized"->"amortized"Ethon Paul1-1/+1
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-29rcu-tasks: Fix code-style issuesPaul E. McKenney1-3/+3
2020-06-29rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()Paul E. McKenney1-0/+14
2020-06-29rcu-tasks: Add #include of rcupdate_trace.h to update.cPaul E. McKenney1-0/+1
2020-06-29rcu-tasks: Make rcu_tasks_postscan() be staticPaul E. McKenney1-1/+1
2020-06-29rcu-tasks: Convert sleeps to idle priorityPaul E. McKenney1-3/+3
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)1-2/+43
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)2-10/+10
2020-06-29rcu/tiny: support vmalloc in tiny-RCUUladzislau Rezki (Sony)1-1/+2
2020-06-29rcu/tree: Maintain separate array for vmalloc ptrsUladzislau Rezki (Sony)1-73/+100
2020-06-29rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)1-4/+62
2020-06-29rcu/tree: Use static initializer for krc.lockSebastian Andrzej Siewior1-7/+6
2020-06-29rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functionsUladzislau Rezki (Sony)1-8/+23
2020-06-29rcu/tree: Simplify KFREE_BULK_MAX_ENTR macroUladzislau Rezki (Sony)1-8/+9
2020-06-29rcu/tree: Make debug_objects logic independent of rcu_headJoel Fernandes (Google)1-16/+13
2020-06-29rcu/tree: Repeat the monitor if any free channel is busyUladzislau Rezki (Sony)1-3/+6
2020-06-29rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)1-0/+12
2020-06-29rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)1-15/+15
2020-06-29rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab1-1/+1
2020-06-29kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap1-1/+0
2020-06-29rcu: grpnum just records group numberWei Yang1-1/+1
2020-06-29rcu: grplo/grphi just records CPU numberWei Yang1-2/+2