summaryrefslogtreecommitdiff
path: root/kernel/rcu/tiny.c
AgeCommit message (Expand)Author
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)
2019-03-26rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twiceCyrill Gorcunov
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09rcu/tiny: Convert to SPDX license identifierPaul E. McKenney
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-08-30rcu: Motivate Tiny RCU forward progressPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tiny.cPaul E. McKenney
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-07-12rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park
2017-07-24srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney
2017-06-08rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney
2017-06-08rcu: Remove event tracing from Tiny RCUPaul E. McKenney
2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney
2017-04-18rcu: Semicolon inside RCU_TRACE() for Tiny RCUPaul E. McKenney
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-01-23rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney
2017-01-14rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-05-27rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)
2015-02-26rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev
2015-02-26rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-15rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney
2015-01-06tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_taskLai Jiangshan
2014-12-30rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCUAlexander Gordeev
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney
2014-11-03rcutorture: Add early boot self testsPranith Kumar
2014-11-03rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney
2014-09-07rcu: Make TINY_RCU tinier by putting error checks under #ifdefPaul E. McKenney
2014-09-07rcu: Update tiny.c references to tree.cPranith Kumar
2014-02-26rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alonePaul Gortmaker
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney