- 78360542 Merge android-4.9.180 (719bdd9) into msm-4.9 by jianzhou · 5 years ago
- 090eb57 rcuperf: Fix cleanup path for invalid perf_type strings by Paul E. McKenney · 6 years ago
- 0b447e7 rcutorture: Fix cleanup path for invalid torture_type strings by Paul E. McKenney · 6 years ago
- b82a5df Merge android-4.9.165 (72b54df) into msm-4.9 by jianzhou · 6 years ago
- 3b2bbd1 rcu: Do RCU GP kthread self-wakeup from softirq and interrupt by Zhang, Jun · 6 years ago
- 40834dd Merge android-4.9.105 (859e0a8) into msm-4.9 by Blagovest Kolenichev · 7 years ago
- c458c7c rcu: Call touch_nmi_watchdog() while printing stall warnings by Tejun Heo · 7 years ago
- a88270f Merge remote-tracking branch '4.9/tmp-86f97ab' into msm-4.9 by Kyle Yan · 7 years ago
- 9753579 rcu: Allow for page faults in NMI handlers by Paul E. McKenney · 7 years ago
- 3dfb68c Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9 by Kyle Yan · 7 years ago
- ac5e9e8 rcu: Add memory barriers for NOCB leader wakeup by Paul E. McKenney · 8 years ago
- 7b6c53f rcu: update: Make RCU_EXPEDITE_BOOT be the default by Sebastian Andrzej Siewior · 8 years ago
- 2eada80 kernel: rcu: Panic on RCU stall by Channagoud Kadabi · 8 years ago
- 90687fc rcu: Narrow early boot window of illegal synchronous grace periods by Paul E. McKenney · 8 years ago
- bdeaa46 rcu: Remove cond_resched() from Tiny synchronize_sched() by Paul E. McKenney · 8 years ago
- 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
- 00bcf5c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- d74b62b Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'hotplug.2016.08.22c' and 'torture.2016.08.22c' into HEAD by Paul E. McKenney · 8 years ago
- a56fefa rcuperf: Consistently insert space between flag and message by SeongJae Park · 8 years ago
- 472213a rcutorture: Print out barrier error as document says by SeongJae Park · 8 years ago
- 4ffa669 torture: Add task state to writer-task stall printk()s by Paul E. McKenney · 8 years ago
- 0ffd374 rcutorture: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- 7ec99de rcu: Provide exact CPU-online tracking for RCU by Paul E. McKenney · 8 years ago
- 3563a43 rcu: Avoid redundant quiescent-state chasing by Paul E. McKenney · 8 years ago
- e77b704 rcu: Don't use modular infrastructure in non-modular code by Paul Gortmaker · 8 years ago
- 94d4477 rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads by Jisheng Zhang · 9 years ago
- 385c859 rcu: Use RCU's online-CPU state for expedited IPI retry by Paul E. McKenney · 8 years ago
- 98834b8 rcu: Exclude RCU-offline CPUs from expedited grace periods by Paul E. McKenney · 9 years ago
- 24a6cff rcu: Make expedited RCU CPU stall warnings respond to controls by Paul E. McKenney · 9 years ago
- 908d2c1 rcu: Stop disabling expedited RCU CPU stall warnings by Paul E. McKenney · 9 years ago
- 8b355e3 rcu: Drive expedited grace periods from workqueue by Paul E. McKenney · 9 years ago
- f7b8eb8 rcu: Consolidate expedited grace period machinery by Paul E. McKenney · 9 years ago
- bedc196 rcu: Fix soft lockup for rcu_nocb_kthread by Ding Tianhong · 9 years ago
- 3942a9b locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write() by Peter Zijlstra · 8 years ago
- 80127a3 locking/percpu-rwsem: Optimize readers and reduce global impact by Peter Zijlstra · 8 years ago
- a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 4df8374 rcu: Convert rcutree to hotplug state machine by Thomas Gleixner · 8 years ago
- 4d03754 Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14a' into HEAD by Paul E. McKenney · 9 years ago
- bc75e99 rcu: Correctly handle sparse possible cpus by Mark Rutland · 9 years ago
- 088e9d2 rcu: sysctl: Panic on RCU Stall by Daniel Bristot de Oliveira · 9 years ago
- aab0573 rcu: Fix a typo in a comment by Paul E. McKenney · 9 years ago
- 4929c91 rcu: Make call_rcu_tasks() tolerate first call with irqs disabled by Paul E. McKenney · 9 years ago
- 05dbbfe rcutorture: Fix error return code in rcu_perf_init() by Wei Yongjun · 9 years ago
- af06d4f rcuperf: Don't treat gp_exp mis-setting as a WARN by Boqun Feng · 9 years ago
- 4e9a073 torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code by Paul E. McKenney · 9 years ago
- f8cbdee torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLE by Paul E. McKenney · 9 years ago
- 40e0a6c rcu: Move expedited code from tree_plugin.h to tree_exp.h by Paul E. McKenney · 9 years ago
- 3549c2b rcu: Move expedited code from tree.c to tree_exp.h by Paul E. McKenney · 9 years ago
- d3acab6 rcu: Remove some superfluous lines by Peter Zijlstra · 9 years ago
- 590d175 rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init() by Paul E. McKenney · 9 years ago
- 0d95092 rcu: Fix outdated rcu_scheduler_active comment by Paul E. McKenney · 9 years ago
- 6428671 locking/mutex: Optimize mutex_trylock() fast-path by Peter Zijlstra · 9 years ago
- b9fdac7 debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 9 years ago
- 3263d28 rcu: update debugobjects fixup callbacks return type by Du, Changbin · 9 years ago
- dcd36d0 Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and 'torture.2016.04.21a' into HEAD by Paul E. McKenney · 9 years ago
- 0aa67e7 rcutorture: Add irqs-disabled test for call_rcu() by Paul E. McKenney · 9 years ago
- de26ca1 rcutorture: Consider FROZEN hotplug notifier transitions by Anna-Maria Gleixner · 9 years ago
- 67522be rcutorture: Remove redundant initialization to zero by Paul E. McKenney · 9 years ago
- e6fb1fc rcuperf: Do not wake up shutdown wait queue if "shutdown" is false. by Artem Savkov · 9 years ago
- 620316e rcutorture: Avoid RCU CPU stall warning and RT throttling by Paul E. McKenney · 9 years ago
- df37e66 rcutorture: Add rcuperf holdoff boot parameter to reduce interference by Paul E. McKenney · 9 years ago
- ac2bb27 rcutorture: Make rcuperf collect expedited event-trace data by Paul E. McKenney · 9 years ago
- 2094c99 rcutorture: Set rcuperf writer kthreads to real-time priority by Paul E. McKenney · 9 years ago
- 6b558c4 rcutorture: Bind rcuperf reader/writer kthreads to CPUs by Paul E. McKenney · 9 years ago
- 8704baa rcutorture: Add RCU grace-period performance tests by Paul E. McKenney · 9 years ago
- 291783b rcutorture: Expedited-GP batch progress access to torturing by Paul E. McKenney · 9 years ago
- 9efafb8 rcutorture: Allow for rcupdate.rcu_normal by Paul E. McKenney · 9 years ago
- 5dffed1 rcu: Dump ftrace buffer when kicking grace-period kthread by Paul E. McKenney · 9 years ago
- 293e242 rcu: Remove superfluous versions of rcu_read_lock_sched_held() by Boqun Feng · 9 years ago
- 8c7c482 rcu: Awaken grace-period kthread if too long since FQS by Paul E. McKenney · 9 years ago
- fcfd0a2 rcu: Make FQS schedule advance only if FQS happened by Paul E. McKenney · 9 years ago
- 86057b8 rcu: Awaken grace-period kthread when stalled by Paul E. McKenney · 9 years ago
- 3b5f668 rcu: Overlap wakeups with next expedited grace period by Paul E. McKenney · 9 years ago
- aff12cd rcu: Consolidate expedited GP code into exp_funnel_lock() by Paul E. McKenney · 9 years ago
- 179e5dc rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap() by Paul E. McKenney · 9 years ago
- 4ea3e85 rcu: Consolidate expedited GP code into rcu_exp_wait_wake() by Paul E. McKenney · 9 years ago
- 356051e rcu: Add exp_funnel_lock() fastpath by Paul E. McKenney · 9 years ago
- f6a12f3 rcu: Enforce expedited-GP fairness via funnel wait queue by Paul E. McKenney · 9 years ago
- d40a4f0 rcu: Shorten expedited_workdone* to exp_workdone* by Paul E. McKenney · 9 years ago
- ec3833e rcu: Force boolean subscript for expedited stall warnings by Paul E. McKenney · 9 years ago
- e2fd9d3 rcu: Remove expedited GP funnel-lock bypass by Paul E. McKenney · 9 years ago
- 4f41530 rcu: Add expedited-grace-period event tracing by Paul E. McKenney · 9 years ago
- bea2de4 rcu: Add funnel-locking tracing for expedited grace periods by Paul E. McKenney · 9 years ago
- 26ece8e rcu: Fix synchronize_rcu_expedited() header comment by Paul E. McKenney · 9 years ago
- a1e1224 rcu: Make cond_resched_rcu_qs() supply RCU-sched expedited QS by Paul E. McKenney · 9 years ago
- 251c617 rcu: Make expedited RCU-preempt stall warnings count accurately by Paul E. McKenney · 9 years ago
- 28728dd rcu: Make expedited RCU-sched grace period immediately detect idle by Paul E. McKenney · 9 years ago
- 274529b rcu: Consolidate dumping of ftrace buffer by Paul E. McKenney · 9 years ago
- 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
- 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 9 years ago
- 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 6701915 Merge commit 'torture.2015.02.23a' into core/rcu by Ingo Molnar · 9 years ago
- 8bc6782 Merge commit 'fixes.2015.02.23a' into core/rcu by Ingo Molnar · 9 years ago
- 27d50c7 rcu: Make CPU_DYING_IDLE an explicit call by Thomas Gleixner · 9 years ago
- abedf8e rcu: Use simple wait queues where possible in rcutree by Paul Gortmaker · 9 years ago
- 065bb78 rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock by Daniel Wagner · 9 years ago
- 4f2a848 rcu: Export rcu_gp_is_normal() by Paul E. McKenney · 9 years ago