summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2020-06-29rcu/tree: Maintain separate array for vmalloc ptrsUladzislau Rezki (Sony)-73/+100
2020-06-29rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)-4/+62
2020-06-29rcu/tree: Use static initializer for krc.lockSebastian Andrzej Siewior-7/+6
2020-06-29rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functionsUladzislau Rezki (Sony)-8/+23
2020-06-29rcu/tree: Simplify KFREE_BULK_MAX_ENTR macroUladzislau Rezki (Sony)-8/+9
2020-06-29rcu/tree: Make debug_objects logic independent of rcu_headJoel Fernandes (Google)-16/+13
2020-06-29rcu/tree: Repeat the monitor if any free channel is busyUladzislau Rezki (Sony)-3/+6
2020-06-29rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)-0/+12
2020-06-29rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)-15/+15
2020-06-29rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab-1/+1
2020-06-29kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap-1/+0
2020-06-29rcu: grpnum just records group numberWei Yang-1/+1
2020-06-29rcu: grplo/grphi just records CPU numberWei Yang-2/+2
2020-06-29rcu: gp_max is protected by root rcu_node's lockWei Yang-2/+2
2020-06-29rcu: Stop shrinker loopPeter Enderborg-1/+1
2020-06-29rcu: Replace 1 with trueJules Irenge-1/+1
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney-1/+4
2020-06-29rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney-2/+0
2020-06-29rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seqLihao Liang-2/+2
2020-06-29rcu: Expedited grace-period sleeps to idle priorityPaul E. McKenney-1/+1
2020-06-29rcu: No-CBs-related sleeps to idle priorityPaul E. McKenney-1/+1
2020-06-29rcu: Priority-boost-related sleeps to idle priorityPaul E. McKenney-1/+1
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney-3/+3
2020-06-29rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney-0/+1
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney-0/+5
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang-6/+3
2020-06-29rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang-5/+7
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab-2/+2
2020-06-29docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab-1/+1
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra-7/+25
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra-4/+1
2020-06-15sched,rcutorture: Convert to sched_set_fifo_low()Peter Zijlstra-3/+1
2020-06-15sched,rcuperf: Convert to sched_set_fifo_low()Peter Zijlstra-6/+2
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2020-06-03Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-1/+1
2020-06-02rcuperf: Fix printk format warningKefeng Wang-1/+1
2020-06-01Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar-20/+80
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra-6/+19
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner-0/+18
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney-20/+62
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner-0/+5
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner-0/+22
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney-32/+15
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner-41/+49
2020-05-15rcu: constify sysrq_key_opEmil Velikov-1/+1
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney-465/+1669
2020-05-07rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney-3/+3
2020-05-07rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan-2/+2
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney-3/+44
2020-05-07rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney-6/+11