| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kfree_rcu.2020.01.24a', 'list.2020.01.10a', 'preempt.2020.01.24a' and 'torture.2019.12.09a' into HEAD |  Paul E. McKenney | 1 | -52/+272 |
| 2020-01-24 | rcu: Remove unused stop-machine #include |  Paul E. McKenney | 1 | -1/+0 |
| 2020-01-24 | rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask() |  Paul E. McKenney | 1 | -8/+5 |
| 2020-01-24 | rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h |  Lai Jiangshan | 1 | -10/+0 |
| 2020-01-24 | rcu: Fix tracepoint tracking RCU CPU kthread utilization |  Lai Jiangshan | 1 | -1/+1 |
| 2020-01-24 | rcu: Avoid tick_dep_set_cpu() misordering |  Paul E. McKenney | 1 | -3/+9 |
| 2020-01-24 | rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU |  Lai Jiangshan | 1 | -2/+2 |
| 2020-01-24 | rcu: Remove kfree_call_rcu_nobatch() |  Joel Fernandes (Google) | 1 | -14/+4 |
| 2020-01-24 | rcu: Remove kfree_rcu() special casing and lazy-callback handling |  Joel Fernandes (Google) | 1 | -12/+28 |
| 2020-01-24 | rcu: Add support for debug_objects debugging for kfree_rcu() |  Joel Fernandes (Google) | 1 | -0/+8 |
| 2020-01-24 | rcu: Add multiple in-flight batches of kfree_rcu() work |  Joel Fernandes (Google) | 1 | -12/+39 |
| 2020-01-24 | rcu: Make kfree_rcu() use a non-atomic ->monitor_todo |  Joel Fernandes | 1 | -6/+10 |
| 2020-01-24 | rcu: Add basic support for kfree_rcu() batching |  Byungchul Park | 1 | -6/+188 |
| 2019-12-12 | rcu: Mark non-global functions and variables as static |  Paul E. McKenney | 1 | -4/+4 |
| 2019-12-09 | rcu: Use CONFIG_PREEMPTION where appropriate |  Sebastian Andrzej Siewior | 1 | -2/+2 |
| 2019-12-09 | rcu: Fix data-race due to atomic_t copy-by-value |  Marco Elver | 1 | -5/+6 |
| 2019-10-30 | Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'replace.2019.10.30a', 'torture.2019.10.05a' and 'lkmm.2019.10.05a' into HEAD |  Paul E. McKenney | 1 | -17/+56 |
| 2019-10-30 | rcu: Ensure that ->rcu_urgent_qs is set before resched IPI |  Joel Fernandes (Google) | 1 | -0/+1 |
| 2019-10-28 | rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing |  Paul E. McKenney | 1 | -5/+5 |
| 2019-10-28 | rcu: Confine ->core_needs_qs accesses to the corresponding CPU |  Paul E. McKenney | 1 | -4/+4 |
| 2019-10-28 | rcu: Reset CPU hints when reporting a quiescent state |  Joel Fernandes (Google) | 1 | -7/+10 |
| 2019-10-28 | rcu: Force nohz_full tick on upon irq enter instead of exit |  Paul E. McKenney | 1 | -6/+5 |
| 2019-10-28 | rcu: Force tick on for nohz_full CPUs not reaching quiescent states |  Paul E. McKenney | 1 | -7/+31 |
| 2019-10-05 | rcutorture: Emulate dyntick aspect of userspace nohz_full sojourn |  Paul E. McKenney | 1 | -0/+1 |
| 2019-10-05 | rcu: Make CPU-hotplug removal operations enable tick |  Paul E. McKenney | 1 | -0/+9 |
| 2019-10-05 | stop_machine: Provide RCU quiescent state in multi_cpu_stop() |  Paul E. McKenney | 1 | -1/+1 |
| 2019-10-05 | rcu: Force on tick when invoking lots of callbacks |  Paul E. McKenney | 1 | -0/+2 |
| 2019-09-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -6/+6 |
| 2019-09-16 | Merge branch 'sched/rt' into sched/core, to pick up -rt changes |  Ingo Molnar | 1 | -3/+3 |
| 2019-08-13 | rcu: Allow rcu_do_batch() to dynamically adjust batch sizes |  Eric Dumazet | 1 | -1/+19 |
| 2019-08-13 | rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks() |  Paul E. McKenney | 1 | -0/+1 |
| 2019-08-13 | rcu/nocb: Add bypass callback queueing |  Paul E. McKenney | 1 | -4/+12 |
| 2019-08-13 | rcu/nocb: Reduce contention at no-CBs registry-time CB advancement |  Paul E. McKenney | 1 | -2/+3 |
| 2019-08-13 | rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthread |  Paul E. McKenney | 1 | -0/+15 |
| 2019-08-13 | rcu/nocb: Use build-time no-CBs check in rcu_pending() |  Paul E. McKenney | 1 | -1/+2 |
| 2019-08-13 | rcu/nocb: Use build-time no-CBs check in rcu_core() |  Paul E. McKenney | 1 | -4/+4 |
| 2019-08-13 | rcu/nocb: Use build-time no-CBs check in rcu_do_batch() |  Paul E. McKenney | 1 | -5/+5 |
| 2019-08-13 | rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fields |  Paul E. McKenney | 1 | -3/+3 |
| 2019-08-13 | rcu/nocb: Use rcu_segcblist for no-CBs CPUs |  Paul E. McKenney | 1 | -53/+63 |
| 2019-08-13 | rcu/nocb: Leave ->cblist enabled for no-CBs CPUs |  Paul E. McKenney | 1 | -2/+3 |
| 2019-08-13 | rcu/nocb: Check for deferred nocb wakeups before nohz_full early exit |  Paul E. McKenney | 1 | -4/+4 |
| 2019-08-13 | rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structure |  Paul E. McKenney | 1 | -5/+6 |
| 2019-08-13 | rcu/nocb: Add checks for offloaded callback processing |  Paul E. McKenney | 1 | -3/+8 |
| 2019-08-13 | rcu/nocb: Use separate flag to indicate offloaded ->cblist |  Paul E. McKenney | 1 | -4/+6 |
| 2019-08-08 | rcu/tree: Fix SCHED_FIFO params |  Peter Zijlstra | 1 | -3/+3 |
| 2019-07-31 | rcu: Use CONFIG_PREEMPTION |  Thomas Gleixner | 1 | -3/+3 |
| 2019-07-25 | rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic region |  Juri Lelli | 1 | -3/+3 |
| 2019-06-19 | Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.13a', 'srcu.2019.05.28a', 'sync.2019.05.28a' and 'torture.2019.05.28a' into HEAD |  Paul E. McKenney | 1 | -3/+4 |
| 2019-05-28 | rcu: Set a maximum limit for back-to-back callback invocation |  Paul E. McKenney | 1 | -3/+4 |
| 2019-05-28 | rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle() |  Joel Fernandes (Google) | 1 | -4/+17 |