aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAge
...
* | rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney2015-07-22
* | rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()Paul E. McKenney2015-07-22
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-22
* | rcu: Make rcu_is_watching() really notraceAlexei Starovoitov2015-07-22
* | rcu: Create a synchronize_rcu_mult()Paul E. McKenney2015-07-22
* | rcu: Fix obsolete priority-boosting commentPaul E. McKenney2015-07-22
* | rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney2015-07-22
* | rcu: Change return type to boolNicholas Mc Guire2015-07-15
* | rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko2015-07-15
* | rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney2015-07-06
|/
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-26
|\
| * tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-13
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\ \
| * | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-19
| * | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-19
| |\|
| * | tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-22
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney2015-05-27
|\ \ \ \ \ \ \
| | | | | * | | rcutorture: Test SRCU cleanup code pathPaul E. McKenney2015-05-27
| | | | | * | | rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()Paul E. McKenney2015-05-27
| | | | | * | | rcutorture: Allow negative values of nreaders to oversubscribePaul E. McKenney2015-05-27
| |_|_|_|/ / / |/| | | | | |
| | | | * | | rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-05-27
| | | | * | | rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney2015-05-27
| |_|_|/ / / |/| | | | |
| | | * | | rcu: Conditionally compile RCU's eqs warningsPaul E. McKenney2015-05-27
| | | * | | rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney2015-05-27
| | | * | | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney2015-05-27
| | | * | | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney2015-05-27
| | | * | | rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney2015-05-27
| | | * | | rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney2015-05-27
| | | * | | rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney2015-05-27
| | | * | | rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney2015-05-27
| | | * | | rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney2015-05-27
| |_|/ / / |/| | | |
| | * | | rcu: Correctly initialize ->rcu_qs_ctr_snap at online timePaul E. McKenney2015-05-27
| | * | | rcu: Remove redundant offline checkPaul E. McKenney2015-05-27
| | * | | rcu: Remove dead code from force_qs_rnp()Paul E. McKenney2015-05-27
| | * | | rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney2015-05-27
| | * | | rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney2015-05-27
| |/ / / |/| | |
| * | | rcu: Change function declaration to boolNicholas Mc Guire2015-05-27
| * | | rcu: Make rcu_*_data variables staticNicolas Iooss2015-05-27
| * | | rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney2015-05-27
| * | | rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney2015-05-27
| * | | rcu: Fix missing task information during rcu-preempt stallPatrick Daly2015-05-27
| * | | rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches2015-05-27
| * | | rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney2015-05-27
| * | | rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney2015-05-27
| * | | rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney2015-05-27
| * | | rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney2015-05-27
| * | | rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney2015-05-27
| * | | rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney2015-05-27
|/ / /
* | / rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-27
| |/ |/|
* | rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-14
|/