Age | Commit message (Expand) | Author | Files | Lines |
2016-11-14 | rcu: Don't kick unless grace period or request | Paul E. McKenney | 1 | -1/+2 |
2016-11-14 | rcu: Make expedited grace periods recheck dyntick idle state | Paul E. McKenney | 2 | -1/+12 |
2016-11-14 | torture: Trace long read-side delays | Paul E. McKenney | 1 | -1/+10 |
2016-11-14 | rcu: Remove obsolete comment from __call_rcu() | Paul E. McKenney | 1 | -7/+0 |
2016-11-14 | rcu: Remove obsolete rcu_check_callbacks() header comment | Paul E. McKenney | 1 | -2/+1 |
2016-11-14 | rcu: Tighten up __call_rcu() rcu_head alignment check | Paul E. McKenney | 1 | -1/+3 |
2016-10-15 | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
2016-10-11 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 2 | -2/+2 |
2016-10-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+14 |
2016-09-14 | Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho... | Paul E. McKenney | 8 | -106/+143 |
2016-08-22 | rcuperf: Consistently insert space between flag and message | SeongJae Park | 1 | -4/+3 |
2016-08-22 | rcutorture: Print out barrier error as document says | SeongJae Park | 1 | -1/+2 |
2016-08-22 | torture: Add task state to writer-task stall printk()s | Paul E. McKenney | 1 | -2/+5 |
2016-08-22 | rcutorture: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -38/+14 |
2016-08-22 | rcu: Provide exact CPU-online tracking for RCU | Paul E. McKenney | 1 | -3/+29 |
2016-08-22 | rcu: Avoid redundant quiescent-state chasing | Paul E. McKenney | 1 | -2/+4 |
2016-08-22 | rcu: Don't use modular infrastructure in non-modular code | Paul Gortmaker | 2 | -4/+1 |
2016-08-22 | rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads | Jisheng Zhang | 1 | -2/+2 |
2016-08-22 | rcu: Use RCU's online-CPU state for expedited IPI retry | Paul E. McKenney | 1 | -6/+5 |
2016-08-22 | rcu: Exclude RCU-offline CPUs from expedited grace periods | Paul E. McKenney | 1 | -1/+2 |
2016-08-22 | rcu: Make expedited RCU CPU stall warnings respond to controls | Paul E. McKenney | 1 | -0/+3 |
2016-08-22 | rcu: Stop disabling expedited RCU CPU stall warnings | Paul E. McKenney | 1 | -6/+1 |
2016-08-22 | rcu: Drive expedited grace periods from workqueue | Paul E. McKenney | 3 | -9/+47 |
2016-08-22 | rcu: Consolidate expedited grace period machinery | Paul E. McKenney | 1 | -33/+29 |
2016-08-22 | rcu: Fix soft lockup for rcu_nocb_kthread | Ding Tianhong | 1 | -0/+1 |
2016-08-18 | locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write() | Peter Zijlstra | 1 | -0/+12 |
2016-08-10 | locking/percpu-rwsem: Optimize readers and reduce global impact | Peter Zijlstra | 1 | -0/+2 |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -53/+52 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2016-07-15 | rcu: Convert rcutree to hotplug state machine | Thomas Gleixner | 1 | -53/+52 |
2016-06-16 | Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14... | Paul E. McKenney | 7 | -672/+721 |
2016-06-16 | rcu: Correctly handle sparse possible cpus | Mark Rutland | 4 | -23/+34 |
2016-06-16 | rcu: sysctl: Panic on RCU Stall | Daniel Bristot de Oliveira | 1 | -0/+12 |
2016-06-16 | rcu: Fix a typo in a comment | Paul E. McKenney | 1 | -1/+1 |
2016-06-16 | rcu: Make call_rcu_tasks() tolerate first call with irqs disabled | Paul E. McKenney | 1 | -2/+5 |
2016-06-15 | rcutorture: Fix error return code in rcu_perf_init() | Wei Yongjun | 1 | -1/+3 |
2016-06-15 | rcuperf: Don't treat gp_exp mis-setting as a WARN | Boqun Feng | 1 | -3/+11 |
2016-06-15 | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code | Paul E. McKenney | 2 | -8/+1 |
2016-06-15 | torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLE | Paul E. McKenney | 1 | -6/+1 |
2016-06-15 | rcu: Move expedited code from tree_plugin.h to tree_exp.h | Paul E. McKenney | 2 | -88/+94 |
2016-06-15 | rcu: Move expedited code from tree.c to tree_exp.h | Paul E. McKenney | 2 | -543/+566 |
2016-06-15 | rcu: Remove some superfluous lines | Peter Zijlstra | 1 | -3/+0 |
2016-06-15 | rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init() | Paul E. McKenney | 1 | -2/+1 |
2016-06-15 | rcu: Fix outdated rcu_scheduler_active comment | Paul E. McKenney | 1 | -1/+1 |
2016-06-08 | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 1 | -1/+0 |
2016-05-20 | debugobjects: insulate non-fixup logic related to static obj from fixup callb... | Du, Changbin | 1 | -23/+3 |
2016-05-20 | rcu: update debugobjects fixup callbacks return type | Du, Changbin | 1 | -3/+3 |
2016-04-21 | Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ... | Paul E. McKenney | 8 | -132/+908 |
2016-04-21 | rcutorture: Add irqs-disabled test for call_rcu() | Paul E. McKenney | 1 | -0/+2 |
2016-03-31 | rcutorture: Consider FROZEN hotplug notifier transitions | Anna-Maria Gleixner | 1 | -1/+1 |