| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-01-11 | 1 | -177/+109 |
|\ |
|
| * | perf/core: Collapse more IPI loops | Peter Zijlstra | 2016-01-06 | 1 | -73/+33 |
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n... | Ingo Molnar | 2016-01-06 | 1 | -29/+6 |
| |\ |
|
| * \ | Merge tag 'v4.4-rc5' into perf/core, to pick up fixes | Ingo Molnar | 2015-12-14 | 20 | -180/+285 |
| |\ \ |
|
| * | | | perf/core: Collapse common IPI pattern | Peter Zijlstra | 2015-12-06 | 1 | -104/+76 |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-11 | 6 | -88/+730 |
|\ \ \ \ |
|
| * | | | | futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op | Darren Hart | 2015-12-20 | 1 | -1/+2 |
| * | | | | futex: Cleanup the goto confusion in requeue_pi() | Thomas Gleixner | 2015-12-20 | 1 | -2/+7 |
| * | | | | futex: Remove pointless put_pi_state calls in requeue() | Thomas Gleixner | 2015-12-20 | 1 | -4/+2 |
| * | | | | futex: Document pi_state refcounting in requeue code | Thomas Gleixner | 2015-12-20 | 1 | -12/+39 |
| * | | | | futex: Rename free_pi_state() to put_pi_state() | Thomas Gleixner | 2015-12-20 | 1 | -7/+10 |
| * | | | | futex: Drop refcount if requeue_pi() acquired the rtmutex | Thomas Gleixner | 2015-12-20 | 1 | -0/+5 |
| * | | | | locking/pvqspinlock: Queue node adaptive spinning | Waiman Long | 2015-12-04 | 3 | -4/+50 |
| * | | | | locking/pvqspinlock: Allow limited lock stealing | Waiman Long | 2015-12-04 | 3 | -28/+155 |
| * | | | | locking/pvqspinlock: Collect slowpath lock statistics | Waiman Long | 2015-12-04 | 2 | -5/+308 |
| * | | | | sched/core, locking: Document Program-Order guarantees | Peter Zijlstra | 2015-12-04 | 1 | -0/+91 |
| * | | | | locking, sched: Introduce smp_cond_acquire() and use it | Peter Zijlstra | 2015-12-04 | 3 | -10/+3 |
| * | | | | Merge branch 'sched/urgent' into locking/core, to pick up scheduler fix we re... | Ingo Molnar | 2015-12-04 | 5 | -15/+45 |
| |\ \ \ \ |
|
| * | | | | | locking/pvqspinlock, x86: Optimize the PV unlock code path | Waiman Long | 2015-11-23 | 1 | -16/+27 |
| * | | | | | locking/qspinlock: Avoid redundant read of next pointer | Waiman Long | 2015-11-23 | 1 | -3/+6 |
| * | | | | | locking/qspinlock: Prefetch the next node cacheline | Waiman Long | 2015-11-23 | 1 | -0/+10 |
| * | | | | | locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg() | Waiman Long | 2015-11-23 | 1 | -5/+24 |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-01-11 | 9 | -217/+342 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2016-01-06 | 9 | -217/+342 |
| |\ \ \ \ \ \ |
|
| | | \ \ \ \ \ | |
| | | \ \ \ \ \ | |
| | | \ \ \ \ \ | |
| | | \ \ \ \ \ | |
| | *---. \ \ \ \ \ | Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li... | Paul E. McKenney | 2015-12-07 | 9 | -144/+262 |
| | |\ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | rcutorture: Print symbolic name for ->gp_state | Paul E. McKenney | 2015-12-05 | 2 | -2/+25 |
| | | | | * | | | | | | rcutorture: Print symbolic name for rcu_torture_writer_state | Paul E. McKenney | 2015-12-05 | 1 | -1/+23 |
| | | | | * | | | | | | rcutorture: Dump stack when GP kthread stalls | Paul E. McKenney | 2015-12-05 | 1 | -1/+4 |
| | | | | * | | | | | | rcutorture: Flag nonexistent RCU GP kthread | Paul E. McKenney | 2015-12-05 | 1 | -1/+1 |
| | | |_|/ / / / / /
| | |/| | | | | | | |
|
| | | | * | | | | | | rcu: Make rcu_gp_init() be bool rather than int | Paul E. McKenney | 2015-12-07 | 1 | -5/+5 |
| | | | * | | | | | | rcu: Move wakeup out from under rnp->lock | Peter Zijlstra | 2015-12-07 | 1 | -1/+1 |
| | | | * | | | | | | rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}() | Paul E. McKenney | 2015-12-07 | 1 | -6/+26 |
| | | | * | | | | | | rcu: Make cpu_needs_another_gp() be bool | Paul E. McKenney | 2015-12-07 | 1 | -7/+7 |
| | | | * | | | | | | rcu: Eliminate unused rcu_init_one() argument | Paul E. McKenney | 2015-12-07 | 2 | -5/+4 |
| | | | * | | | | | | rcu: Stop disabling interrupts in scheduler fastpaths | Paul E. McKenney | 2015-12-04 | 3 | -25/+22 |
| | | | * | | | | | | rcu: Avoid tick_nohz_active checks on NOCBs CPUs | Paul E. McKenney | 2015-12-04 | 1 | -5/+2 |
| | | | * | | | | | | rcu: Fix obsolete rcu_bootup_announce_oddness() comment | Paul E. McKenney | 2015-12-04 | 1 | -2/+1 |
| | | | * | | | | | | rcu: Remove lock-acquisition loop from rcu_read_unlock_special() | Paul E. McKenney | 2015-12-04 | 1 | -12/+6 |
| | | | * | | | | | | rcu: Simplify rcu_sched_qs() control flow | Paul E. McKenney | 2015-12-04 | 1 | -15/+14 |
| | | | * | | | | | | kernel: Make rcu/tree_trace.c explicitly non-modular | Paul Gortmaker | 2015-12-04 | 1 | -16/+3 |
| | | | * | | | | | | rcu: Move lock_class_key to local scope | Paul E. McKenney | 2015-12-04 | 1 | -4/+3 |
| | | |/ / / / / /
| | |/| | | | | | |
|
| | | * | | | | | | rcu: Remove TINY_RCU bloat from pointless boot parameters | Paul E. McKenney | 2015-12-07 | 2 | -3/+8 |
| | | * | | | | | | rcu: Allow expedited grace periods to be disabled at init | Paul E. McKenney | 2015-12-04 | 1 | -0/+5 |
| | | * | | | | | | rcu: Add rcu_normal kernel parameter to suppress expediting | Paul E. McKenney | 2015-12-04 | 5 | -3/+45 |
| | | * | | | | | | rcu: Add more diagnostics to expedited stall warning messages. | Paul E. McKenney | 2015-12-04 | 1 | -3/+21 |
| | | * | | | | | | rcu: Make expedited grace periods resolve stall-warning ties | Paul E. McKenney | 2015-12-04 | 1 | -1/+1 |
| | | * | | | | | | rcu: Reduce expedited GP memory contention via per-CPU variables | Paul E. McKenney | 2015-12-04 | 3 | -16/+21 |
| | | * | | | | | | rcu: Invert sync_rcu_exp_select_cpus() "if" statement | Paul E. McKenney | 2015-12-04 | 1 | -16/+14 |
| | | * | | | | | | rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap() | Paul E. McKenney | 2015-12-04 | 1 | -1/+1 |
| | | * | | | | | | rcu: Clarify role of ->expmaskinitnext | Paul E. McKenney | 2015-12-04 | 1 | -0/+2 |