summaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functionsUladzislau Rezki (Sony)2020-06-291-8/+23
| | | * | | rcu/tree: Simplify KFREE_BULK_MAX_ENTR macroUladzislau Rezki (Sony)2020-06-291-8/+9
| | | * | | rcu/tree: Make debug_objects logic independent of rcu_headJoel Fernandes (Google)2020-06-291-16/+13
| | | * | | rcu/tree: Repeat the monitor if any free channel is busyUladzislau Rezki (Sony)2020-06-291-3/+6
| | | * | | rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)2020-06-291-0/+12
| | | * | | rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)2020-06-291-15/+15
| | | * | | rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab2020-06-291-1/+1
| | | |/ /
| | * | | kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap2020-06-291-1/+0
| | * | | rcu: grpnum just records group numberWei Yang2020-06-291-1/+1
| | * | | rcu: grplo/grphi just records CPU numberWei Yang2020-06-291-2/+2
| | * | | rcu: gp_max is protected by root rcu_node's lockWei Yang2020-06-291-2/+2
| | * | | rcu: Stop shrinker loopPeter Enderborg2020-06-291-1/+1
| | * | | rcu: Replace 1 with trueJules Irenge2020-06-291-1/+1
| | * | | rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney2020-06-291-1/+4
| | * | | rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney2020-06-291-2/+0
| | * | | rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seqLihao Liang2020-06-291-2/+2
| | * | | rcu: Expedited grace-period sleeps to idle priorityPaul E. McKenney2020-06-291-1/+1
| | * | | rcu: No-CBs-related sleeps to idle priorityPaul E. McKenney2020-06-291-1/+1
| | * | | rcu: Priority-boost-related sleeps to idle priorityPaul E. McKenney2020-06-291-1/+1
| | * | | rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney2020-06-291-3/+3
| | * | | rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney2020-06-291-0/+1
| | * | | rcu: Add callbacks-invoked countersPaul E. McKenney2020-06-293-0/+5
| | * | | rcu: Simplify the calculation of rcu_state.ncpusWei Yang2020-06-291-6/+3
| | * | | rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang2020-06-291-5/+7
| | |/ /
| * | | docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab2020-06-291-2/+2
| * | | docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab2020-06-291-1/+1
| |/ /
* | | Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-051-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2020-06-031-1/+1
| |\ \
| | * | rcuperf: Fix printk format warningKefeng Wang2020-06-021-1/+1
* | | | rcu: Fixup noinstr warningsPeter Zijlstra2020-06-251-7/+25
| |_|/ |/| |
* | | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\ \ \ | |/ / |/| |
| * | rcu: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* | | Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar2020-06-011-20/+80
|\ \ \
| * | | rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner2020-05-261-0/+18
| * | | rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney2020-05-261-20/+62
| | |/ | |/|
* / | rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra2020-05-281-6/+19
|/ /
* | rcu: Provide __rcu_is_watching()Thomas Gleixner2020-05-191-0/+5
* | rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner2020-05-191-0/+22
* | rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney2020-05-191-32/+15
* | rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner2020-05-193-41/+49
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-0712-465/+1669
|\ \ \ \ \
| | | | * | rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney2020-05-071-3/+3
| | | | * | rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan2020-05-071-2/+2
| | | | * | rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney2020-05-073-3/+44
| | | | * | rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney2020-05-071-6/+11
| | | | * | rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney2020-04-271-3/+3
| | | | * | rcutorture: Add KCSAN stubsPaul E. McKenney2020-04-271-0/+12
| | | * | | rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney2020-04-271-2/+0
| | | * | | rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney2020-04-271-5/+19
| | | * | | rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney2020-04-271-4/+4
| | | |/ /