summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2019-12-09rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior-9/+9
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan-9/+9
2019-12-09rcu: Use lockdep rather than comment to enforce lock heldPaul E. McKenney-2/+2
2019-12-09rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet-5/+6
2019-12-09rcu/nocb: Fix dump_tree hierarchy print always activeStefan Reiter-5/+17
2019-12-09rcu: Enable tick for nohz_full CPUs slow to provide expedited QSPaul E. McKenney-7/+46
2019-12-09rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu"Paul E. McKenney-2/+2
2019-12-09rcu: Update tree_exp.h function-header commentsPaul E. McKenney-12/+13
2019-12-09rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done()Paul E. McKenney-12/+11
2019-12-09rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay-6/+5
2019-12-09rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay-1/+1
2019-12-09rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()Paul E. McKenney-2/+2
2019-12-09rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver-5/+6
2019-12-09rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()Boqun Feng-7/+6
2019-12-09rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney-10/+9
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney-52/+94
2019-10-30rcu: Suppress levelspread uninitialized messagesPaul E. McKenney-0/+2
2019-10-30rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter-1/+1
2019-10-30rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)-0/+1
2019-10-30rcu: Several rcu_segcblist functions can be statickbuild test robot-3/+3
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/+32
2019-10-05rcutorture: Make in-kernel-loop testing more brutalPaul E. McKenney-1/+1
2019-10-05rcutorture: Separate warnings for each failure typePaul E. McKenney-6/+9
2019-10-05rcu: Remove unused variable rcu_perf_writer_stateEthan Hansen-16/+0
2019-10-05rcu: Remove unused function rcutorture_record_progress()Ethan Hansen-2/+0
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney-0/+12
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-05rcutorture: Force on tick for readers and callback floodersPaul E. McKenney-6/+10
2019-10-05rcu: Force on tick when invoking lots of callbacksPaul E. McKenney-0/+2
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+13
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar-10/+10
2019-08-13rcu: Allow rcu_do_batch() to dynamically adjust batch sizesEric Dumazet-1/+19
2019-08-13rcu/nocb: Don't wake no-CBs GP kthread if timer posted under overloadPaul E. McKenney-2/+5
2019-08-13rcu/nocb: Reduce __call_rcu_nocb_wake() leaf rcu_node ->lock contentionPaul E. McKenney-3/+10
2019-08-13rcu/nocb: Reduce nocb_cb_wait() leaf rcu_node ->lock contentionPaul E. McKenney-1/+4
2019-08-13rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()Paul E. McKenney-0/+1
2019-08-13rcu/nocb: Avoid synchronous wakeup in __call_rcu_nocb_wake()Paul E. McKenney-14/+5
2019-08-13rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney-1/+94
2019-08-13rcu/nocb: EXP Check use and usefulness of ->nocb_lock_contendedPaul E. McKenney-1/+3
2019-08-13rcu/nocb: Add bypass callback queueingPaul E. McKenney-41/+395
2019-08-13rcu/nocb: Atomic ->len field in rcu_segcblist structurePaul E. McKenney-8/+90
2019-08-13rcu/nocb: Unconditionally advance and wake for excessive CBsPaul E. McKenney-5/+11
2019-08-13rcu/nocb: Reduce ->nocb_lock contention with separate ->nocb_gp_lockPaul E. McKenney-5/+7
2019-08-13rcu/nocb: Reduce contention at no-CBs invocation-done timePaul E. McKenney-3/+4
2019-08-13rcu/nocb: Reduce contention at no-CBs registry-time CB advancementPaul E. McKenney-5/+4