summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2020-06-29refperf: Adjust refperf.loop default valuePaul E. McKenney
2020-06-29refperf: Add read-side delay module parameterPaul E. McKenney
2020-06-29refperf: Simplify initialization-time wakeup protocolPaul E. McKenney
2020-06-29refperf: Label experiment-number column "Runs"Paul E. McKenney
2020-06-29refperf: Add warmup and cooldown processing phasesPaul E. McKenney
2020-06-29refperf: More closely synchronize reader start timesPaul E. McKenney
2020-06-29refperf: Convert reader_task structure's "start" field to intPaul E. McKenney
2020-06-29refperf: Tune reader measurement intervalPaul E. McKenney
2020-06-29refperf: Make functions staticPaul E. McKenney
2020-06-29refperf: Dynamically allocate thread-summary output bufferPaul E. McKenney
2020-06-29refperf: Dynamically allocate experiment-summary output bufferPaul E. McKenney
2020-06-29refperf: Provide module parameter to specify number of experimentsPaul E. McKenney
2020-06-29refperf: Convert nreaders to a module parameterPaul E. McKenney
2020-06-29refperf: Allow decimal nanosecondsPaul E. McKenney
2020-06-29refperf: Hoist function-pointer calls out of the loopPaul E. McKenney
2020-06-29refperf: Add holdoff parameter to allow CPUs to come onlinePaul E. McKenney
2020-06-29rcuperf: Add comments explaining the high reader overheadPaul E. McKenney
2020-06-29refperf: Add a test to measure performance of read-side synchronizationJoel Fernandes (Google)
2020-06-29rcuperf: Remove useless while loops around wait_eventJoel Fernandes (Google)
2020-06-29rcu-tasks: Fix code-style issuesPaul E. McKenney
2020-06-29rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()Paul E. McKenney
2020-06-29rcu-tasks: Add #include of rcupdate_trace.h to update.cPaul E. McKenney
2020-06-29rcu-tasks: Make rcu_tasks_postscan() be staticPaul E. McKenney
2020-06-29rcu-tasks: Convert sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)
2020-06-29rcu/tiny: support vmalloc in tiny-RCUUladzislau Rezki (Sony)
2020-06-29rcu/tree: Maintain separate array for vmalloc ptrsUladzislau Rezki (Sony)
2020-06-29rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)
2020-06-29rcu/tree: Use static initializer for krc.lockSebastian Andrzej Siewior
2020-06-29rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functionsUladzislau Rezki (Sony)
2020-06-29rcu/tree: Simplify KFREE_BULK_MAX_ENTR macroUladzislau Rezki (Sony)
2020-06-29rcu/tree: Make debug_objects logic independent of rcu_headJoel Fernandes (Google)
2020-06-29rcu/tree: Repeat the monitor if any free channel is busyUladzislau Rezki (Sony)
2020-06-29rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)
2020-06-29rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)
2020-06-29rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab
2020-06-29kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap
2020-06-29rcu: grpnum just records group numberWei Yang
2020-06-29rcu: grplo/grphi just records CPU numberWei Yang
2020-06-29rcu: gp_max is protected by root rcu_node's lockWei Yang
2020-06-29rcu: Stop shrinker loopPeter Enderborg
2020-06-29rcu: Replace 1 with trueJules Irenge
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney
2020-06-29rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney
2020-06-29rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seqLihao Liang
2020-06-29rcu: Expedited grace-period sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: No-CBs-related sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Priority-boost-related sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney