aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-29rcu: gp_max is protected by root rcu_node's lockWei Yang1-2/+2
2020-06-29rcu: Stop shrinker loopPeter Enderborg1-1/+1
2020-06-29rcu: Replace 1 with trueJules Irenge1-1/+1
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney1-1/+4
2020-06-29rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney1-2/+0
2020-06-29rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seqLihao Liang1-2/+2
2020-06-29rcu: Expedited grace-period sleeps to idle priorityPaul E. McKenney1-1/+1
2020-06-29rcu: No-CBs-related sleeps to idle priorityPaul E. McKenney1-1/+1
2020-06-29rcu: Priority-boost-related sleeps to idle priorityPaul E. McKenney1-1/+1
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney1-3/+3
2020-06-29rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney1-0/+1
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney3-0/+5
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang1-6/+3
2020-06-29rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang1-5/+7
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab1-2/+2
2020-06-29docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra1-7/+25
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra1-4/+1
2020-06-15sched,rcutorture: Convert to sched_set_fifo_low()Peter Zijlstra1-3/+1
2020-06-15sched,rcuperf: Convert to sched_set_fifo_low()Peter Zijlstra1-6/+2
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2020-06-03Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgentIngo Molnar1-1/+1
2020-06-02rcuperf: Fix printk format warningKefeng Wang1-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.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEADPaul 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