Age | Commit message (Expand) | Author | Files | Lines |
2020-01-24 | rcu: Remove kfree_rcu() special casing and lazy-callback handling | Joel Fernandes (Google) | 1 | -1/+27 |
2019-03-26 | rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twice | Cyrill Gorcunov | 1 | -1/+1 |
2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 1 | -16/+3 |
2019-02-09 | rcu/tiny: Convert to SPDX license identifier | Paul E. McKenney | 1 | -15/+2 |
2019-01-25 | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() | Paul E. McKenney | 1 | -1/+1 |
2018-08-30 | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 1 | -111/+43 |
2018-08-30 | srcu: Make call_srcu() available during very early boot | Paul E. McKenney | 1 | -0/+1 |
2018-08-30 | rcu: Motivate Tiny RCU forward progress | Paul E. McKenney | 1 | -1/+5 |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in tiny.c | Paul E. McKenney | 1 | -5/+5 |
2018-08-30 | rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched | Paul E. McKenney | 1 | -24/+24 |
2018-08-30 | rcu: Define RCU-bh update API in terms of RCU | Paul E. McKenney | 1 | -94/+21 |
2018-07-12 | rcu: Improve rcu_note_voluntary_context_switch() reporting | Byungchul Park | 1 | -3/+1 |
2017-07-24 | srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU | Paul E. McKenney | 1 | -2/+0 |
2017-06-08 | rcu: Remove RCU CPU stall warnings from Tiny RCU | Paul E. McKenney | 1 | -17/+18 |
2017-06-08 | rcu: Remove event tracing from Tiny RCU | Paul E. McKenney | 1 | -6/+0 |
2017-06-08 | rcu: Eliminate the unused __rcu_is_watching() function | Paul E. McKenney | 1 | -13/+0 |
2017-04-18 | rcu: Semicolon inside RCU_TRACE() for Tiny RCU | Paul E. McKenney | 1 | -10/+10 |
2017-03-02 | rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai... | Ingo Molnar | 1 | -1/+13 |
2017-01-23 | rcu: Remove unneeded rcu_process_callbacks() declarations | Paul E. McKenney | 1 | -2/+0 |
2017-01-14 | rcu: Remove cond_resched() from Tiny synchronize_sched() | Paul E. McKenney | 1 | -4/+0 |
2016-10-10 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 1 | -1/+1 |
2015-10-06 | rcu: Use rcu_callback_t in call_rcu*() and friends | Boqun Feng | 1 | -4/+4 |
2015-07-22 | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() | Paul E. McKenney | 1 | -4/+4 |
2015-06-26 | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+1 |
2015-05-27 | rcu: Correctly handle non-empty Tiny RCU callback list with none ready | Paul E. McKenney | 1 | -0/+5 |
2015-05-27 | rcu: Further shrink Tiny RCU by making empty functions static inlines | Paul E. McKenney | 1 | -33/+0 |
2015-05-13 | tracing: Rename ftrace_event.h to trace_events.h | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2015-02-26 | rcu: Remove fastpath from __rcu_process_callbacks() | Alexander Gordeev | 1 | -11/+0 |
2015-02-26 | rcu: Remove unnecessary condition check in rcu_qsctr_help() | Alexander Gordeev | 1 | -2/+1 |
2015-01-15 | Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',... | Paul E. McKenney | 1 | -103/+10 |
2015-01-15 | rcu: Initialize tiny RCU stall-warning timeouts at boot | Paul E. McKenney | 1 | -0/+2 |
2015-01-06 | tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_task | Lai Jiangshan | 1 | -92/+7 |
2014-12-30 | rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCU | Alexander Gordeev | 1 | -11/+1 |
2014-11-13 | Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '... | Paul E. McKenney | 1 | -1/+1 |
2014-11-03 | rcutorture: Add early boot self tests | Pranith Kumar | 1 | -1/+3 |
2014-11-03 | rcu: Remove "cpu" argument to rcu_check_callbacks() | Paul E. McKenney | 1 | -1/+1 |
2014-09-16 | Merge branch 'rcu-tasks.2014.09.10a' into HEAD | Paul E. McKenney | 1 | -5/+7 |
2014-09-07 | rcu: Per-CPU operation cleanups to rcu_*_qs() functions | Paul E. McKenney | 1 | -5/+5 |
2014-09-07 | rcu: Add call_rcu_tasks() | Paul E. McKenney | 1 | -0/+2 |
2014-09-07 | rcu: Make TINY_RCU tinier by putting error checks under #ifdef | Paul E. McKenney | 1 | -2/+2 |
2014-09-07 | rcu: Update tiny.c references to tree.c | Pranith Kumar | 1 | -2/+2 |
2014-02-26 | rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alone | Paul Gortmaker | 1 | -4/+0 |
2014-02-17 | rcu: Stop tracking FSF's postal address | Paul E. McKenney | 1 | -2/+2 |
2013-11-16 | Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+1 |
2013-10-15 | rcu: Move RCU-related source code to kernel/rcu directory | Paul E. McKenney | 1 | -0/+388 |