- e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
- 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 10 years ago
- 0868aa2 Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEAD by Paul E. McKenney · 10 years ago
- ca1d51e rcutorture: Test SRCU cleanup code path by Paul E. McKenney · 10 years ago
- 6c7ed42 rcutorture: Replace barriers with smp_store_release() and smp_load_acquire() by Paul E. McKenney · 10 years ago
- 3838cc1 rcutorture: Allow negative values of nreaders to oversubscribe by Paul E. McKenney · 10 years ago
- 6e91f8c rcu: Correctly handle non-empty Tiny RCU callback list with none ready by Paul E. McKenney · 10 years ago
- 51952bc63 rcu: Further shrink Tiny RCU by making empty functions static inlines by Paul E. McKenney · 10 years ago
- 1ce46ee rcu: Conditionally compile RCU's eqs warnings by Paul E. McKenney · 10 years ago
- 26730f5 rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO by Paul E. McKenney · 10 years ago
- 47d631a rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF by Paul E. McKenney · 10 years ago
- 05c5df3 rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT by Paul E. McKenney · 10 years ago
- a3dc294 rcu: Enable diagnostic dump of rcu_node combining tree by Paul E. McKenney · 10 years ago
- 7fa2700 rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter by Paul E. McKenney · 10 years ago
- 0f41c0d rcu: Provide diagnostic option to slow down grace-period scans by Paul E. McKenney · 10 years ago
- 3eaaaf6c rcu: Shut up spurious gcc uninitialized-variable warning by Paul E. McKenney · 10 years ago
- eab128e rcu: Modulate grace-period slow init to normalize delay by Paul E. McKenney · 10 years ago
- a738eec rcu: Correctly initialize ->rcu_qs_ctr_snap at online time by Paul E. McKenney · 10 years ago
- cce7f1f rcu: Remove redundant offline check by Paul E. McKenney · 10 years ago
- c5b5539 rcu: Remove dead code from force_qs_rnp() by Paul E. McKenney · 10 years ago
- 0a0ba1c rcu: Adjust ->lock acquisition for tasks no longer migrating by Paul E. McKenney · 10 years ago
- ea46351 rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
- 82072c4 rcu: Change function declaration to bool by Nicholas Mc Guire · 10 years ago
- c92fb05 rcu: Make rcu_*_data variables static by Nicolas Iooss · 10 years ago
- 30ff153 rcu: Make synchronize_sched_expedited() call wait_rcu_gp() by Paul E. McKenney · 10 years ago
- 81e701e43 rcu: Add more debug info on "kthread starved" RCU CPU stall warnings by Paul E. McKenney · 10 years ago
- 82efed0 rcu: Fix missing task information during rcu-preempt stall by Patrick Daly · 10 years ago
- 5ce035f rcu: tree_plugin: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
- cd73ca2 rcu: Force wakeup of rcu_gp_kthread at grace-period end by Paul E. McKenney · 10 years ago
- 3382adb rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs by Paul E. McKenney · 10 years ago
- 2927a68 rcu: Create an immutable rcu_data_p pointer to default rcu_data structure by Paul E. McKenney · 10 years ago
- b28a7c0 rcu: Tell the compiler that rcu_state_p is immutable by Paul E. McKenney · 10 years ago
- 727b705 rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
- e63c887 rcu: Convert from rcu_preempt_state to *rcu_state_p by Paul E. McKenney · 10 years ago
- 7d0ae80 rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() by Paul E. McKenney · 10 years ago
- c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 10 years ago
- af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
- c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 10 years ago
- 8d7dc92 rcu: Control grace-period delays directly from value by Paul E. McKenney · 10 years ago
- 4252879 Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEAD by Paul E. McKenney · 10 years ago
- 654e953 rcu: Associate quiescent-state reports with grace period by Paul E. McKenney · 10 years ago
- a77da14 rcu: Yet another fix for preemption and CPU hotplug by Paul E. McKenney · 10 years ago
- 5c60d25 rcu: Add diagnostics to grace-period cleanup by Paul E. McKenney · 10 years ago
- 88428cc5 rcu: Handle outgoing CPUs on exit from idle loop by Paul E. McKenney · 10 years ago
- c199068 rcu: Eliminate ->onoff_mutex from rcu_node structure by Paul E. McKenney · 10 years ago
- 0aa04b0 rcu: Process offlining and onlining only at grace-period start by Paul E. McKenney · 10 years ago
- cc99a31 rcu: Move rcu_report_unblock_qs_rnp() to common code by Paul E. McKenney · 10 years ago
- 8eb74b2 rcu: Rework preemptible expedited bitmask handling by Paul E. McKenney · 10 years ago
- 999c286 rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUs by Paul E. McKenney · 10 years ago
- 37745d2 rcu: Provide diagnostic option to slow down grace-period initialization by Paul E. McKenney · 10 years ago
- 237a0f2 rcu: Detect stalls caused by failure to propagate up rcu_node tree by Paul E. McKenney · 10 years ago
- 18c629e rcu: Eliminate empty HOTPLUG_CPU ifdef by Paul E. McKenney · 10 years ago
- c8aead6 rcu: Simplify sync_rcu_preempt_exp_init() by Paul E. McKenney · 10 years ago
- 78043c4 rcu: Put all orphan-callback-related code under same comment by Paul E. McKenney · 10 years ago
- b33078b rcu: Consolidate offline-CPU callback initialization by Paul E. McKenney · 10 years ago
- 9910aff rcu: Remove redundant check of cpu_online() by Yao Dongdong · 10 years ago
- e7580f3 rcu: Get rcu_sched_force_quiescent_state() where it belongs by Paul E. McKenney · 10 years ago
- a3bd2c09a rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF values by Paul E. McKenney · 10 years ago
- ab6f5bd rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness() by Paul E. McKenney · 10 years ago
- d24209bb rcu: Improve diagnostics for blocked critical sections in irq by Paul E. McKenney · 10 years ago
- 6629240 rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdef by Paul E. McKenney · 10 years ago
- 4762767 rcu: Move early boot callback tests earlier by Paul E. McKenney · 10 years ago
- 34404ca rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUs by Paul E. McKenney · 10 years ago
- 5871968 rcu: Tighten up affinity and check for sysidle by Paul E. McKenney · 10 years ago
- 915e8a4 rcu: Remove fastpath from __rcu_process_callbacks() by Alexander Gordeev · 10 years ago
- 27153ac rcu: Remove unnecessary condition check in rcu_qsctr_help() by Alexander Gordeev · 10 years ago
- 675da67 rcu: Fixes to NO_HZ_FULL sysidle accounting by Paul E. McKenney · 10 years ago
- c136f99 rcutorture: Make consistent use of variables by Paul E. McKenney · 10 years ago
- ee42571 rcu: Add Kconfig option to expedite grace periods during boot by Paul E. McKenney · 10 years ago
- 5afff48 rcu: Update from rcu_expedited variable to rcu_gp_is_expedited() by Paul E. McKenney · 10 years ago
- 4bb3c5f rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorture by Paul E. McKenney · 10 years ago
- 0d39482 rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp() by Paul E. McKenney · 10 years ago
- 1925d19 rcu: Fix a couple of typos in rcu_all_qs() comment header by Paul E. McKenney · 10 years ago
- 39c8d31 rcu: Avoid clobbering early boot callbacks by Paul E. McKenney · 10 years ago
- 59f792d rcu: Refine diagnostics for lacking kthread for no-CBs callbacks by Paul E. McKenney · 10 years ago
- 143da9c rcu: Prevent early-boot RCU callbacks from splatting by Paul E. McKenney · 10 years ago
- 2723249 rcu: Wire ->rda pointers at compile time by Paul E. McKenney · 10 years ago
- d3f3f3f rcu: Abstract default callback-list initialization from init_callback_list() by Paul E. McKenney · 10 years ago
- 3f47da0 rcu_tree: Avoid touching rnp->completed when a new GP is started by Lai Jiangshan · 10 years ago
- ee376db rcu: Consolidate rcu_synchronize and wakeme_after_rcu() by Paul E. McKenney · 10 years ago
- 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- ad853b4 rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
- c0135d0 rcu: Clear need_qs flag to prevent splat by Paul E. McKenney · 10 years ago
- 78e691f4 Merge 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 HEAD by Paul E. McKenney · 10 years ago
- 630181c rcu: Initialize tiny RCU stall-warning timeouts at boot by Paul E. McKenney · 10 years ago
- ec1fe39 rcu: Fix RCU CPU stall detection in tiny implementation by Miroslav Benes · 10 years ago
- fb81a44 rcu: Add GP-kthread-starvation checks to CPU stall warnings by Paul E. McKenney · 10 years ago
- 5cd3719 rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors by Paul E. McKenney · 10 years ago
- a94844b rcu: Optionally run grace-period kthreads at real-time priority by Paul E. McKenney · 10 years ago
- 7602de4a rcutorture: Add more diagnostics in rcu_barrier() test failure case by Paul E. McKenney · 10 years ago
- 917963d rcutorture: Check from beginning to end of grace period by Paul E. McKenney · 10 years ago
- f9103c3 rcu: Remove redundant rcu_batches_completed() declaration by Paul E. McKenney · 10 years ago
- 1e32eae rcutorture: Drop rcu_torture_completed() and friends by Paul E. McKenney · 10 years ago
- 6b80da4 rcutorture: Use unsigned for Reader Batch computations by Paul E. McKenney · 10 years ago
- 9733e4f rcu: Make _batches_completed() functions return unsigned long by Paul E. McKenney · 10 years ago
- e3663b1 rcu: Handle gpnum/completed wrap while dyntick idle by Paul E. McKenney · 10 years ago
- 6ccd2ec rcu: Improve diagnostics for spurious RCU CPU stall warnings by Paul E. McKenney · 10 years ago
- fc908ed rcu: Make RCU_CPU_STALL_INFO include number of fqs attempts by Paul E. McKenney · 10 years ago
- 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago