summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
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
2020-06-29rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang
2020-06-29rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab
2020-06-29docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra
2020-06-15sched,rcutorture: Convert to sched_set_fifo_low()Peter Zijlstra
2020-06-15sched,rcuperf: Convert to sched_set_fifo_low()Peter Zijlstra
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-03Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2020-06-02rcuperf: Fix printk format warningKefeng Wang
2020-06-01Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner
2020-05-15rcu: constify sysrq_key_opEmil Velikov
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney
2020-05-07rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney
2020-05-07rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney
2020-05-07rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney
2020-04-27rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney
2020-04-27rcutorture: Add KCSAN stubsPaul E. McKenney
2020-04-27rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney
2020-04-27rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney
2020-04-27rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney