summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorLines
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
2020-02-20rcu: Clear ->core_needs_qs at GP end or self-reported QSPaul E. McKenney-4/+9
2020-02-20rcu: Add a trace event for kfree_rcu() use of kfree_bulk()Uladzislau Rezki (Sony)-0/+3
2020-02-20rcu: Support kfree_bulk() interface in kfree_rcu()Uladzislau Rezki (Sony)-35/+169
2020-02-20rcu: Optimize and protect atomic_cmpxchg() loopPaul E. McKenney-2/+5
2020-02-20rcu: Don't flag non-starting GPs before GP kthread is runningPaul E. McKenney-12/+16
2020-02-20rcu: Fix rcu_barrier_callback() race conditionPaul E. McKenney-3/+10
2020-02-20rcu: Add *_ONCE() to rcu_data ->rcu_forced_tickPaul E. McKenney-3/+4
2020-02-20rcu: Add READ_ONCE() to rcu_data ->gpwrapPaul E. McKenney-1/+1
2020-02-20rcu: Fix typos in file-header commentsSeongJae Park-2/+2
2020-02-20rcu: Add *_ONCE() for grace-period progress indicatorsPaul E. McKenney-7/+7
2020-02-20rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnextPaul E. McKenney-2/+2
2020-02-20rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activityPaul E. McKenney-2/+2
2020-02-20rcu: Add READ_ONCE() to rcu_node ->gp_seqPaul E. McKenney-4/+5
2020-02-20rcu: Add WRITE_ONCE() to rcu_node ->qsmask updatePaul E. McKenney-1/+1
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney-52/+272
2020-01-24rcu: Remove unused stop-machine #includePaul E. McKenney-1/+0
2020-01-24rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()Paul E. McKenney-8/+5
2020-01-24rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan-10/+0
2020-01-24rcu: Fix tracepoint tracking RCU CPU kthread utilizationLai Jiangshan-1/+1
2020-01-24rcu: Avoid tick_dep_set_cpu() misorderingPaul E. McKenney-3/+9
2020-01-24rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan-2/+2
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)-14/+4
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)-12/+28
2020-01-24rcu: Add support for debug_objects debugging for kfree_rcu()Joel Fernandes (Google)-0/+8
2020-01-24rcu: Add multiple in-flight batches of kfree_rcu() workJoel Fernandes (Google)-12/+39
2020-01-24rcu: Make kfree_rcu() use a non-atomic ->monitor_todoJoel Fernandes-6/+10
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park-6/+188
2019-12-12rcu: Mark non-global functions and variables as staticPaul E. McKenney-4/+4
2019-12-09rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior-2/+2
2019-12-09rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver-5/+6
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney-17/+56
2019-10-30rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)-0/+1
2019-10-28rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processingPaul E. McKenney-5/+5
2019-10-28rcu: Confine ->core_needs_qs accesses to the corresponding CPUPaul E. McKenney-4/+4
2019-10-28rcu: Reset CPU hints when reporting a quiescent stateJoel Fernandes (Google)-7/+10
2019-10-28rcu: Force nohz_full tick on upon irq enter instead of exitPaul E. McKenney-6/+5
2019-10-28rcu: Force tick on for nohz_full CPUs not reaching quiescent statesPaul E. McKenney-7/+31
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney-0/+1
2019-10-05rcu: Make CPU-hotplug removal operations enable tickPaul E. McKenney-0/+9
2019-10-05stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney-1/+1
2019-10-05rcu: Force on tick when invoking lots of callbacksPaul E. McKenney-0/+2