summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-52/+272
|\ \ \ \
| | | | * rcu: Avoid tick_dep_set_cpu() misorderingPaul E. McKenney2020-01-241-3/+9
| | | | * rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan2020-01-241-2/+2
| | | | * rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior2019-12-091-2/+2
| |_|_|/ |/| | |
| | | * rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)2020-01-241-14/+4
| | | * rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)2020-01-241-12/+28
| | | * rcu: Add support for debug_objects debugging for kfree_rcu()Joel Fernandes (Google)2020-01-241-0/+8
| | | * rcu: Add multiple in-flight batches of kfree_rcu() workJoel Fernandes (Google)2020-01-241-12/+39
| | | * rcu: Make kfree_rcu() use a non-atomic ->monitor_todoJoel Fernandes2020-01-241-6/+10
| | | * rcu: Add basic support for kfree_rcu() batchingByungchul Park2020-01-241-6/+188
| |_|/ |/| |
| | * rcu: Remove unused stop-machine #includePaul E. McKenney2020-01-241-1/+0
| | * rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()Paul E. McKenney2020-01-241-8/+5
| | * rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan2020-01-241-10/+0
| | * rcu: Fix tracepoint tracking RCU CPU kthread utilizationLai Jiangshan2020-01-241-1/+1
| | * rcu: Mark non-global functions and variables as staticPaul E. McKenney2019-12-121-4/+4
| |/ |/|
| * rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver2019-12-091-5/+6
|/
*-. Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney2019-10-301-17/+56
|\ \
| | * rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processingPaul E. McKenney2019-10-281-5/+5
| | * rcu: Confine ->core_needs_qs accesses to the corresponding CPUPaul E. McKenney2019-10-281-4/+4
| | * rcu: Reset CPU hints when reporting a quiescent stateJoel Fernandes (Google)2019-10-281-7/+10
| | * rcu: Force nohz_full tick on upon irq enter instead of exitPaul E. McKenney2019-10-281-6/+5
| | * rcu: Force tick on for nohz_full CPUs not reaching quiescent statesPaul E. McKenney2019-10-281-7/+31
| | * rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney2019-10-051-0/+1
| | * rcu: Make CPU-hotplug removal operations enable tickPaul E. McKenney2019-10-051-0/+9
| | * stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney2019-10-051-1/+1
| | * rcu: Force on tick when invoking lots of callbacksPaul E. McKenney2019-10-051-0/+2
| |/ |/|
| * rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)2019-10-301-0/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-6/+6
|\
| * Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-161-3/+3
| |\
| | * rcu: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-3/+3
| * | rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra2019-08-081-3/+3
| * | rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli2019-07-251-3/+3
| |/
* | rcu: Allow rcu_do_batch() to dynamically adjust batch sizesEric Dumazet2019-08-131-1/+19
* | rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()Paul E. McKenney2019-08-131-0/+1
* | rcu/nocb: Add bypass callback queueingPaul E. McKenney2019-08-131-4/+12
* | rcu/nocb: Reduce contention at no-CBs registry-time CB advancementPaul E. McKenney2019-08-131-2/+3
* | rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthreadPaul E. McKenney2019-08-131-0/+15
* | rcu/nocb: Use build-time no-CBs check in rcu_pending()Paul E. McKenney2019-08-131-1/+2
* | rcu/nocb: Use build-time no-CBs check in rcu_core()Paul E. McKenney2019-08-131-4/+4
* | rcu/nocb: Use build-time no-CBs check in rcu_do_batch()Paul E. McKenney2019-08-131-5/+5
* | rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fieldsPaul E. McKenney2019-08-131-3/+3
* | rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney2019-08-131-53/+63
* | rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney2019-08-131-2/+3
* | rcu/nocb: Check for deferred nocb wakeups before nohz_full early exitPaul E. McKenney2019-08-131-4/+4
* | rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structurePaul E. McKenney2019-08-131-5/+6
* | rcu/nocb: Add checks for offloaded callback processingPaul E. McKenney2019-08-131-3/+8
* | rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney2019-08-131-4/+6
|/
*-. Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-191-3/+4
|\ \
| | * rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney2019-05-281-3/+4
| |/
* | rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)2019-05-281-4/+17