aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tiny.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-4/+4
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-4/+4
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2015-05-27rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney1-0/+5
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney1-33/+0
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)1-1/+1
2015-02-26rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev1-11/+0
2015-02-26rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev1-2/+1
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEADPaul E. McKenney1-103/+10
2015-01-15rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney1-0/+2
2015-01-06tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_taskLai Jiangshan1-92/+7
2014-12-30rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCUAlexander Gordeev1-11/+1
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEADPaul E. McKenney1-1/+1
2014-11-03rcutorture: Add early boot self testsPranith Kumar1-1/+3
2014-11-03rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney1-1/+1
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney1-5/+7
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney1-5/+5
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney1-0/+2
2014-09-07rcu: Make TINY_RCU tinier by putting error checks under #ifdefPaul E. McKenney1-2/+2
2014-09-07rcu: Update tiny.c references to tree.cPranith Kumar1-2/+2
2014-02-26rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alonePaul Gortmaker1-4/+0
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney1-2/+2
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney1-0/+388