| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/spinlock: Update spin_unlock_wait() users | Peter Zijlstra | 2016-06-14 | 2 | -3/+6 |
* | locking/barriers: Introduce smp_acquire__after_ctrl_dep() | Peter Zijlstra | 2016-06-14 | 1 | -1/+1 |
* | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() | Peter Zijlstra | 2016-06-14 | 4 | -12/+12 |
* | Merge branch 'linus' into locking/core, to pick up fixes before merging new c... | Ingo Molnar | 2016-06-14 | 9 | -28/+48 |
|\ |
|
| * | Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) | Linus Torvalds | 2016-06-10 | 1 | -1/+2 |
| |\ |
|
| | * | sched: panic on corrupted stack end | Jann Horn | 2016-06-10 | 1 | -1/+2 |
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-06-10 | 3 | -16/+28 |
| |\ \ |
|
| | * | | sched/debug: Fix 'schedstats=enable' cmdline option | Josh Poimboeuf | 2016-06-08 | 1 | -5/+21 |
| | * | | sched/debug: Fix /proc/sched_debug regression | Josh Poimboeuf | 2016-06-08 | 2 | -11/+7 |
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-06-10 | 1 | -4/+2 |
| |\ \ \ |
|
| | * | | | perf/core: Remove a redundant check | Alexander Shishkin | 2016-06-08 | 1 | -4/+2 |
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-06-10 | 3 | -6/+77 |
| |\ \ \ \ |
|
| | * | | | | futex: Calculate the futex key based on a tail page for file-based futexes | Mel Gorman | 2016-06-08 | 1 | -3/+11 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-06-10 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | bpf, trace: use READ_ONCE for retrieving file ptr | Daniel Borkmann | 2016-06-07 | 1 | -2/+2 |
| * | | | | | | Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-06-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | | \ \ \ \ \ | |
| | | \ \ \ \ \ | |
| | *-. \ \ \ \ \ | Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' | Rafael J. Wysocki | 2016-06-09 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| | | | * | | | | | cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE | Catalin Marinas | 2016-06-02 | 1 | -1/+1 |
| * | | | | | | | | kernel/relay.c: fix potential memory leak | Zhouyi Zhou | 2016-06-09 | 1 | -0/+1 |
| |/ / / / / / / |
|
| * | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-06-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| | * | | | | | | Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Thomas Gleixner | 2016-06-03 | 66 | -1058/+6095 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | genirq: Fix missing return value in irq_destroy_ipi() | Matt Redfearn | 2016-05-24 | 1 | -1/+1 |
* | | | | | | | | | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 2016-06-08 | 1 | -1/+0 |
* | | | | | | | | | locking/rwsem: Streamline the rwsem_optimistic_spin() code | Waiman Long | 2016-06-08 | 1 | -18/+20 |
* | | | | | | | | | locking/rwsem: Improve reader wakeup code | Waiman Long | 2016-06-08 | 1 | -3/+8 |
* | | | | | | | | | locking/rwsem: Protect all writes to owner by WRITE_ONCE() | Waiman Long | 2016-06-08 | 1 | -3/+10 |
* | | | | | | | | | locking/rwsem: Add reader-owned state to the owner field | Waiman Long | 2016-06-08 | 3 | -21/+69 |
* | | | | | | | | | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 2016-06-08 | 1 | -15/+17 |
* | | | | | | | | | locking/qspinlock: Add comments | Peter Zijlstra | 2016-06-08 | 1 | -0/+57 |
* | | | | | | | | | locking/qspinlock: Clarify xchg_tail() ordering | Peter Zijlstra | 2016-06-08 | 1 | -2/+13 |
* | | | | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up dependency | Ingo Molnar | 2016-06-08 | 1 | -0/+60 |
|\ \ \ \ \ \ \ \ \
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
| * | | | | | | | | locking/qspinlock: Fix spin_unlock_wait() some more | Peter Zijlstra | 2016-06-08 | 1 | -0/+60 |
* | | | | | | | | | locking/rtmutex: Only warn once on a trylock from bad context | Sebastian Andrzej Siewior | 2016-06-08 | 1 | -1/+1 |
* | | | | | | | | | locking/lockdep: Use __jhash_mix() for iterate_chain_key() | Peter Zijlstra | 2016-06-08 | 1 | -4/+9 |
* | | | | | | | | | locking/mutex: Set and clear owner using WRITE_ONCE() | Jason Low | 2016-06-03 | 2 | -4/+10 |
* | | | | | | | | | locking/rwsem: Optimize write lock by reducing operations in slowpath | Jason Low | 2016-06-03 | 1 | -7/+18 |
* | | | | | | | | | locking/rwsem: Rework zeroing reader waiter->task | Davidlohr Bueso | 2016-06-03 | 1 | -10/+7 |
* | | | | | | | | | locking/rwsem: Enable lockless waiter wakeup(s) | Davidlohr Bueso | 2016-06-03 | 1 | -16/+42 |
|/ / / / / / / / |
|
* / / / / / / / | locking/ww_mutex: Report recursive ww_mutex locking early | Chris Wilson | 2016-06-03 | 1 | -3/+6 |
|/ / / / / / / |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-06-01 | 2 | -1/+1 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | timer: Export destroy_hrtimer_on_stack() | Guenter Roeck | 2016-05-31 | 1 | -0/+1 |
| * | | | | | | bpf, inode: disallow userns mounts | Daniel Borkmann | 2016-05-24 | 1 | -1/+0 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-28 | 1 | -0/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | add down_write_killable_nested() | Al Viro | 2016-05-26 | 1 | -0/+16 |
* | | | | | | | | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2016-05-28 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-05-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gcov: disable for COMPILE_TEST | Arnd Bergmann | 2016-05-10 | 1 | -0/+1 |
* | | | | | | | | | mm: oom_reaper: remove some bloat | Michal Hocko | 2016-05-27 | 1 | -0/+2 |
* | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-05-26 | 1 | -7/+11 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | sched/core: Fix remote wakeups | Peter Zijlstra | 2016-05-25 | 1 | -7/+11 |