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