summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)Author
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-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
2020-02-20rcu: Clear ->core_needs_qs at GP end or self-reported QSPaul E. McKenney
2020-02-20rcu: Add a trace event for kfree_rcu() use of kfree_bulk()Uladzislau Rezki (Sony)
2020-02-20rcu: Support kfree_bulk() interface in kfree_rcu()Uladzislau Rezki (Sony)
2020-02-20rcu: Optimize and protect atomic_cmpxchg() loopPaul E. McKenney
2020-02-20rcu: Don't flag non-starting GPs before GP kthread is runningPaul E. McKenney
2020-02-20rcu: Fix rcu_barrier_callback() race conditionPaul E. McKenney
2020-02-20rcu: Add *_ONCE() to rcu_data ->rcu_forced_tickPaul E. McKenney
2020-02-20rcu: Add READ_ONCE() to rcu_data ->gpwrapPaul E. McKenney
2020-02-20rcu: Fix typos in file-header commentsSeongJae Park
2020-02-20rcu: Add *_ONCE() for grace-period progress indicatorsPaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnextPaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activityPaul E. McKenney