summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorLines
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu-0/+2
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney-127/+280
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)-2/+43
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)-8/+8
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: Stop shrinker loopPeter Enderborg-1/+1
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney-1/+4
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney-3/+3
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney-0/+1
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang-6/+3
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra-7/+25
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-37/+46
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney-4/+134
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney-0/+27
2020-04-27rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney-0/+24
2020-04-27rcu: Add comments marking transitions between RCU watching and notPaul E. McKenney-4/+25
2020-04-27rcu/tree: Count number of batched kfree_rcu() locklesslyJoel Fernandes (Google)-6/+4
2020-04-27rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batchingJoel Fernandes (Google)-0/+60
2020-04-27rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparisonPaul E. McKenney-1/+1
2020-04-27rcu: Replace 1 by trueJules Irenge-1/+1
2020-04-27rcu: Mark rcu_state.gp_seq to detect more concurrent writesPaul E. McKenney-1/+3
2020-04-27rcu: Expedite first two FQS scans under callback-overload conditionsPaul E. McKenney-4/+15
2020-04-27rcu: Mark rcu_state.ncpus to detect concurrent writesPaul E. McKenney-0/+1
2020-04-27rcu: Add KCSAN stubsPaul E. McKenney-0/+13
2020-04-14Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-1/+1
2020-04-05rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()Paul E. McKenney-1/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney-113/+339
2020-03-21rcu: Make rcu_barrier() account for offline no-CBs CPUsPaul E. McKenney-12/+24
2020-03-21rcu: Mark rcu_state.gp_seq to detect concurrent writesPaul E. McKenney-14/+8
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior-0/+1
2020-02-20rcu: Update __call_rcu() commentsPaul E. McKenney-7/+2
2020-02-20rcu: React to callback overload by aggressively seeking quiescent statesPaul E. McKenney-4/+71