- 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
- f64c601 rcu/x86: Provide early rcu_cpu_starting() callback by Peter Zijlstra · 7 years ago
- 22df731 Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEAD by Paul E. McKenney · 7 years ago
- 034777d rcutorture: Print end-of-test state by Paul E. McKenney · 7 years ago
- a458360 rcu: Drop early GP request check from rcu_gp_kthread() by Paul E. McKenney · 7 years ago
- c193520 rcu: Simplify and inline cpu_needs_another_gp() by Paul E. McKenney · 7 years ago
- 384f77f rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp() by Paul E. McKenney · 7 years ago
- 665f08f rcu: Make rcu_start_this_gp() check for out-of-range requests by Paul E. McKenney · 7 years ago
- 360e0da rcu: Add funnel locking to rcu_start_this_gp() by Paul E. McKenney · 7 years ago
- 41e8059 rcu: Make rcu_start_future_gp() caller select grace period by Paul E. McKenney · 7 years ago
- d5cd968 rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp() by Paul E. McKenney · 7 years ago
- a824a28 rcu: Clear request other than RCU_GP_FLAG_INIT at GP end by Paul E. McKenney · 7 years ago
- a508aa5 rcu: Cleanup, don't put ->completed into an int by Paul E. McKenney · 7 years ago
- bd7af84 rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs() by Paul E. McKenney · 7 years ago
- a6058d8 rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisition by Paul E. McKenney · 7 years ago
- ec4eacc rcu: Make rcu_migrate_callbacks wake GP kthread when needed by Paul E. McKenney · 7 years ago
- 6f576e2 rcu: Convert ->need_future_gp[] array to boolean by Paul E. McKenney · 7 years ago
- 0ae94e0 rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elements by Paul E. McKenney · 7 years ago
- 51af970 rcu: Avoid losing ->need_future_gp[] values due to GP start/end races by Paul E. McKenney · 7 years ago
- fb31340 rcu: Make rcu_gp_cleanup() more accurately predict need for new GP by Paul E. McKenney · 7 years ago
- 5fe0a56 rcu: Make rcu_gp_kthread() check for early-boot activity by Paul E. McKenney · 7 years ago
- c91a867 rcu: Add accessor macros for the ->need_future_gp[] array by Paul E. McKenney · 7 years ago
- 825a991 rcu: Make rcu_start_future_gp()'s grace-period check more precise by Paul E. McKenney · 7 years ago
- 9036c2f rcu: Improve non-root rcu_cbs_completed() accuracy by Paul E. McKenney · 7 years ago
- 5b4c11d rcu: Add leaf-node macros by Paul E. McKenney · 7 years ago
- f7194ac srcu: Add cleanup_srcu_struct_quiesced() by Paul E. McKenney · 7 years ago
- 1767248 rcu: Declare rcu_eqs_special_set() in public header by Yury Norov · 7 years ago
- 265f5f2 rcu: Update rcu_bind_gp_kthread() header comment by Paul E. McKenney · 7 years ago
- 0e5da22 rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.h by Paul E. McKenney · 7 years ago
- cee4393 rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs() by Paul E. McKenney · 7 years ago
- 6fba2b3 rcu: Remove deprecated RCU debugfs tracing code by Byungchul Park · 7 years ago
- efcd2d5 rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is high by Byungchul Park · 7 years ago
- ef12620 rcu: Don't allocate rcu_nocb_mask if no one needs it by Paul E. McKenney · 7 years ago
- be01b4c rcu: Inline rcu_preempt_do_callback() into its sole caller by Byungchul Park · 7 years ago
- 55ebfce rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lock by Boqun Feng · 7 years ago
- 7be8c56 rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functions by Boqun Feng · 7 years ago
- 25f3d7e rcu: Parallelize expedited grace-period initialization by Paul E. McKenney · 7 years ago
- 338c464 Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEAD by Paul E. McKenney · 7 years ago
- ad7c946 rcu: Create RCU-specific workqueues with rescuers by Paul E. McKenney · 7 years ago
- 85ba6bf torture: Provide more sensible nreader/nwriter defaults for rcuperf by Paul E. McKenney · 7 years ago
- db0c1a8 rcutorture: Record which grace-period primitives are tested by Paul E. McKenney · 7 years ago
- f7c0e6a rcutorture: Re-enable testing of dynamic expediting by Paul E. McKenney · 7 years ago
- eb03399 rcutorture: Avoid fake-writer use of undefined primitives by Paul E. McKenney · 7 years ago
- e0d31a34c rcutorture: Abstract function and module names by Paul E. McKenney · 7 years ago
- 68a675d rcutorture: Replace multi-instance kzalloc() with kcalloc() by Paul E. McKenney · 7 years ago
- 6308f34 rcu: Remove SRCU throttling by Paul E. McKenney · 7 years ago
- a72da91 srcu: Remove dead code in srcu_gp_end() by Byungchul Park · 7 years ago
- 8ddbd88 srcu: Reduce scans of srcu_data in counter wrap check by Ildar Ismagilov · 7 years ago
- a35d13e srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap by Ildar Ismagilov · 7 years ago
- cb4081c srcu: Abstract function name by Paul E. McKenney · 7 years ago
- 65963d2 rcu: Make expedited RCU CPU selection avoid unnecessary stores by Paul E. McKenney · 7 years ago
- 7f5d42d rcu: Trace expedited GP delays due to transitioning CPUs by Paul E. McKenney · 7 years ago
- 9a41420 rcu: Add more tracing of expedited grace periods by Paul E. McKenney · 7 years ago
- 274afd6 rcu: Fix misprint in srcu_funnel_exp_start by Ildar Ismagilov · 7 years ago
- a32e01e rcu: Use wrapper for lockdep asserts by Matthew Wilcox · 7 years ago
- 65518db rcu: Remove redundant nxttail index macro define by Liu, Changcheng · 7 years ago
- bfbd767 rcu: Consolidate rcu.h #ifdefs by Paul E. McKenney · 7 years ago
- d07aee2 rcu: More clearly identify grace-period kthread stack dump by Paul E. McKenney · 7 years ago
- d62df57 rcu: Remove obsolete force-quiescent-state statistics for debugfs by Paul E. McKenney · 7 years ago
- 01c495f rcu: Remove obsolete __rcu_pending() statistics for debugfs by Paul E. McKenney · 7 years ago
- 62df63e rcu: Remove obsolete callback-invocation statistics for debugfs by Paul E. McKenney · 7 years ago
- bec0678 rcu: Remove obsolete boost statistics for debugfs by Paul E. McKenney · 7 years ago
- 3caa973 rcu: Call touch_nmi_watchdog() while printing stall warnings by Tejun Heo · 7 years ago
- 3016611 rcu: Fix CPU offload boot message when no CPUs are offloaded by Paul E. McKenney · 7 years ago
- 398953e rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data() by Lihao Liang · 7 years ago
- 28bc6fb Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- 1dfa55e Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD by Paul E. McKenney · 7 years ago
- a2f2577 torture: Eliminate torture_runnable and perf_runnable by Paul E. McKenney · 7 years ago
- e830273 rcutorture: Preempt RCU-preempt readers more vigorously by Paul E. McKenney · 7 years ago
- cc1321c torture: Reduce #ifdefs for preempt_schedule() by Paul E. McKenney · 7 years ago
- 84b12b7 rcu: Remove have_rcu_nocb_mask from tree_plugin.h by Rakib Mullick · 7 years ago
- efd88b0 rcu: Add comment giving debug strategy for double call_rcu() by Paul E. McKenney · 7 years ago
- 156baec rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules by Paul E. McKenney · 7 years ago
- d633198 srcu: Prohibit call_srcu() use under raw spinlocks by Paul E. McKenney · 7 years ago
- e68bbb2 rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code by Paul E. McKenney · 7 years ago
- 9dd238e rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit() by Paul E. McKenney · 7 years ago
- 215bba9 rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter() by Paul E. McKenney · 7 years ago
- 2342172 rcu: Avoid ->dynticks_nesting store tearing by Paul E. McKenney · 7 years ago
- 914955e rcu: Stop duplicating lockdep checks in RCU's idle-entry code by Paul E. McKenney · 7 years ago
- dec9890 rcu: Add ->dynticks field to rcu_dyntick trace event by Paul E. McKenney · 7 years ago
- 84585aa rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long by Paul E. McKenney · 7 years ago
- bd2b879 rcu: Add tracing to irq/NMI dyntick-idle transitions by Paul E. McKenney · 7 years ago
- 844ccdd rcu: Eliminate rcu_irq_enter_disabled() by Paul E. McKenney · 7 years ago
- 51a1fd3 rcu: Make ->dynticks_nesting be a simple counter by Paul E. McKenney · 7 years ago
- 58721f5 rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}() by Paul E. McKenney · 7 years ago
- 6136d6e rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exit by Paul E. McKenney · 7 years ago
- fd581a9 rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidation by Paul E. McKenney · 7 years ago
- a0eb22b rcu: Reduce dyntick-idle state space by Paul E. McKenney · 7 years ago
- 2e672ab rcu: Avoid ->dynticks_nmi_nesting store tearing by Paul E. McKenney · 7 years ago
- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 6098850 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b04db8e rcu: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
- 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
- fd30b71 rcu: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
- 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
- 72bc286 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago