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