summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney2019-10-307-52/+94
|\ \ \
| | | * rcutorture: Make in-kernel-loop testing more brutalPaul E. McKenney2019-10-051-1/+1
| | | * rcutorture: Separate warnings for each failure typePaul E. McKenney2019-10-051-6/+9
| | | * rcu: Remove unused variable rcu_perf_writer_stateEthan Hansen2019-10-051-16/+0
| | | * rcu: Remove unused function rcutorture_record_progress()Ethan Hansen2019-10-051-2/+0
| |_|/ |/| |
| | * 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-282-7/+32
| | * rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney2019-10-052-0/+12
| | * 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
| | * rcutorture: Force on tick for readers and callback floodersPaul E. McKenney2019-10-051-6/+10
| | * rcu: Force on tick when invoking lots of callbacksPaul E. McKenney2019-10-051-0/+2
| |/ |/|
| * rcu: Suppress levelspread uninitialized messagesPaul E. McKenney2019-10-301-0/+2
| * rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter2019-10-301-1/+1
| * rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)2019-10-301-0/+1
| * rcu: Several rcu_segcblist functions can be statickbuild test robot2019-10-301-3/+3
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-163-13/+13
|\
| * Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-163-10/+10
| |\
| | * rcu: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-313-10/+10
| * | 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: Don't wake no-CBs GP kthread if timer posted under overloadPaul E. McKenney2019-08-131-2/+5
* | rcu/nocb: Reduce __call_rcu_nocb_wake() leaf rcu_node ->lock contentionPaul E. McKenney2019-08-131-3/+10
* | rcu/nocb: Reduce nocb_cb_wait() leaf rcu_node ->lock contentionPaul E. McKenney2019-08-131-1/+4
* | rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()Paul E. McKenney2019-08-131-0/+1
* | rcu/nocb: Avoid synchronous wakeup in __call_rcu_nocb_wake()Paul E. McKenney2019-08-131-14/+5
* | rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney2019-08-134-1/+94
* | rcu/nocb: EXP Check use and usefulness of ->nocb_lock_contendedPaul E. McKenney2019-08-131-1/+3
* | rcu/nocb: Add bypass callback queueingPaul E. McKenney2019-08-135-41/+395
* | rcu/nocb: Atomic ->len field in rcu_segcblist structurePaul E. McKenney2019-08-132-8/+90
* | rcu/nocb: Unconditionally advance and wake for excessive CBsPaul E. McKenney2019-08-131-5/+11
* | rcu/nocb: Reduce ->nocb_lock contention with separate ->nocb_gp_lockPaul E. McKenney2019-08-132-5/+7
* | rcu/nocb: Reduce contention at no-CBs invocation-done timePaul E. McKenney2019-08-131-3/+4
* | rcu/nocb: Reduce contention at no-CBs registry-time CB advancementPaul E. McKenney2019-08-132-5/+4
* | rcu/nocb: Round down for number of no-CBs grace-period kthreadsPaul E. McKenney2019-08-131-1/+1
* | rcu/nocb: Avoid ->nocb_lock capture by corresponding CPUPaul E. McKenney2019-08-132-24/+62
* | rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthreadPaul E. McKenney2019-08-132-4/+24
* | rcu/nocb: Make __call_rcu_nocb_wake() safe for many callbacksPaul E. McKenney2019-08-131-1/+1
* | rcu/nocb: Never downgrade ->nocb_defer_wakeup in wake_nocb_gp_defer()Paul E. McKenney2019-08-131-1/+2
* | rcu/nocb: Enable re-awakening under high callback loadPaul E. McKenney2019-08-131-2/+2
* | rcu/nohz: Turn off tick for offloaded CPUsPaul E. McKenney2019-08-131-7/+9
* | rcu/nocb: Suppress uninitialized false-positive in nocb_gp_wait()Paul E. McKenney2019-08-131-2/+2
* | 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_gp_head and nocb_gp_tail fieldsPaul E. McKenney2019-08-131-4/+2