| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -1/+1 |
| 2022-07-21 | Merge branch 'ctxt.2022.07.05a' into HEAD |  Paul E. McKenney | 1 | -449/+27 |
| 2022-07-21 | Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'poll.2022.07.21a', 'rcu-tasks.2022.06.21a' and 'torture.2022.06.21a' into HEAD |  Paul E. McKenney | 1 | -34/+150 |
| 2022-07-21 | rcu: Add polled expedited grace-period primitives |  Paul E. McKenney | 1 | -5/+12 |
| 2022-07-21 | rcu: Make polled grace-period API account for expedited grace periods |  Paul E. McKenney | 1 | -4/+5 |
| 2022-07-21 | rcu: Switch polled grace-period APIs to ->gp_seq_polled |  Paul E. McKenney | 1 | -4/+94 |
| 2022-07-19 | rcu/nocb: Add option to opt rcuo kthreads out of RT priority |  Uladzislau Rezki (Sony) | 1 | -1/+5 |
| 2022-07-19 | rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread() |  Zqiang | 1 | -2/+2 |
| 2022-07-19 | rcu/tree: Add comment to describe GP-done condition in fqs loop |  Neeraj Upadhyay | 1 | -1/+9 |
| 2022-07-19 | rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs() |  Paul E. McKenney | 1 | -2/+1 |
| 2022-07-19 | rcu/kvfree: Remove useless monitor_todo flag |  Joel Fernandes (Google) | 1 | -17/+16 |
| 2022-07-19 | rcu: Cleanup RCU urgency state for offline CPU |  Zqiang | 1 | -0/+1 |
| 2022-07-19 | rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks() |  Zqiang | 1 | -0/+1 |
| 2022-07-19 | rcu: Decrease FQS scan wait time in case of callback overloading |  Paul E. McKenney | 1 | -1/+6 |
| 2022-07-05 | context_tracking: Convert state to atomic_t |  Frederic Weisbecker | 1 | -7/+6 |
| 2022-07-05 | rcu/context-tracking: Move RCU-dynticks internal functions to context_tracking |  Frederic Weisbecker | 1 | -321/+3 |
| 2022-07-05 | rcu/context-tracking: Move deferred nocb resched to context tracking |  Frederic Weisbecker | 1 | -13/+2 |
| 2022-07-05 | rcu/context_tracking: Move dynticks_nmi_nesting to context tracking |  Frederic Weisbecker | 1 | -27/+21 |
| 2022-07-05 | rcu/context_tracking: Move dynticks_nesting to context tracking |  Frederic Weisbecker | 1 | -15/+16 |
| 2022-07-05 | rcu/context_tracking: Move dynticks counter to context tracking |  Frederic Weisbecker | 1 | -29/+27 |
| 2022-07-05 | rcu/context-tracking: Remove rcu_irq_enter/exit() |  Frederic Weisbecker | 1 | -83/+0 |
| 2022-07-05 | context_tracking: Take idle eqs entrypoints over RCU |  Frederic Weisbecker | 1 | -2/+0 |
| 2022-07-03 | mm: shrinkers: provide shrinkers with names |  Roman Gushchin | 1 | -1/+1 |
| 2022-06-20 | rcu: Apply noinstr to rcu_idle_enter() and rcu_idle_exit() |  Paul E. McKenney | 1 | -7/+7 |
| 2022-06-20 | rcu: Provide a get_completed_synchronize_rcu() function |  Paul E. McKenney | 1 | -1/+2 |
| 2022-06-20 | rcu: Make normal polling GP be more precise about sequence numbers |  Paul E. McKenney | 1 | -2/+2 |
| 2022-05-11 | Merge branch 'exp.2022.05.11a' into HEAD |  Paul E. McKenney | 1 | -3/+48 |
| 2022-05-11 | rcu: Move expedited grace period (GP) work to RT kthread_worker |  Kalesh Singh | 1 | -3/+48 |
| 2022-05-03 | Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', 'rcu-tasks.2022.04.11b', 'srcu.2022.05.03a', 'torture.2022.04.11b', 'torture-tasks.2022.04.20a' and 'torturescript.2022.04.20a' into HEAD |  Paul E. McKenney | 1 | -17/+78 |
| 2022-04-20 | rcu: Fix preemption mode check on synchronize_rcu[_expedited]() |  Frederic Weisbecker | 1 | -1/+3 |
| 2022-04-20 | rcu: Add comments to final rcu_gp_cleanup() "if" statement |  Paul E. McKenney | 1 | -5/+20 |
| 2022-04-11 | rcu: Check for jiffies going backwards |  Paul E. McKenney | 1 | -0/+10 |
| 2022-04-11 | rcutorture: Suppress debugging grace period delays during flooding |  Paul E. McKenney | 1 | -3/+29 |
| 2022-04-11 | rcu-tasks: Make Tasks RCU account for userspace execution |  Paul E. McKenney | 1 | -0/+2 |
| 2022-04-11 | rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initialization |  Frederic Weisbecker | 1 | -1/+5 |
| 2022-04-11 | rcu: Initialize boost kthread only for boot node prior SMP initialization |  Frederic Weisbecker | 1 | -1/+4 |
| 2022-04-11 | rcu: Assume rcu_init() is called before smp |  Frederic Weisbecker | 1 | -6/+5 |
| 2022-03-21 | Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu |  Linus Torvalds | 1 | -141/+187 |
| 2022-03-07 | tick/rcu: Remove obsolete rcu_needs_cpu() parameters |  Frederic Weisbecker | 1 | -2/+1 |
| 2022-02-24 | Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.08a', 'rcu-tasks.2022.02.08a', 'rt.2022.02.01b', 'torture.2022.02.01b' and 'torturescript.2022.02.08a' into HEAD |  Paul E. McKenney | 1 | -141/+187 |
| 2022-02-14 | kasan: Record work creation stack trace with interrupts enabled |  Zqiang | 1 | -1/+1 |
| 2022-02-14 | rcu: Inline __call_rcu() into call_rcu() |  Paul E. McKenney | 1 | -49/+42 |
| 2022-02-14 | rcu: Add mutex for rcu boost kthread spawning and affinity setting |  David Woodhouse | 1 | -0/+1 |
| 2022-02-08 | rcu: Create and use an rcu_rdp_cpu_online() |  Paul E. McKenney | 1 | -8/+13 |
| 2022-02-08 | rcu: Make rcu_barrier() no longer block CPU-hotplug operations |  Paul E. McKenney | 1 | -14/+14 |
| 2022-02-08 | rcu: Rework rcu_barrier() and callback-migration logic |  Paul E. McKenney | 1 | -16/+61 |
| 2022-02-08 | rcu: Refactor rcu_barrier() empty-list handling |  Paul E. McKenney | 1 | -17/+8 |
| 2022-02-08 | rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion |  David Woodhouse | 1 | -35/+36 |
| 2022-02-01 | rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings |  Zqiang | 1 | -0/+3 |
| 2022-02-01 | rcu: Elevate priority of offloaded callback threads |  Alison Chaiken | 1 | -1/+1 |