| 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-07-25 | 10 | -100/+277 |
|\ |
|
| * | Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready | Ingo Molnar | 2016-07-07 | 3 | -4/+4 |
| |\ |
|
| | * | locking/atomic, arch/rwsem: Employ atomic_long_fetch_add() | Peter Zijlstra | 2016-06-16 | 1 | -1/+1 |
| | * | locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire() | Peter Zijlstra | 2016-06-16 | 1 | -1/+1 |
| | * | locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions | Peter Zijlstra | 2016-06-16 | 1 | -2/+2 |
| * | | locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec() | Pan Xinhui | 2016-06-27 | 1 | -1/+1 |
| |/ |
|
| * | 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 | 1 | -6/+6 |
| * | 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/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: avoid passing around 'thread_info' in mutex debugging code | Linus Torvalds | 2016-06-23 | 4 | -12/+12 |
| |/
|/| |
|
* | | locking/qspinlock: Fix spin_unlock_wait() some more | Peter Zijlstra | 2016-06-08 | 1 | -0/+60 |
|/ |
|
* | locking/ww_mutex: Report recursive ww_mutex locking early | Chris Wilson | 2016-06-03 | 1 | -3/+6 |
* | add down_write_killable_nested() | Al Viro | 2016-05-26 | 1 | -0/+16 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-05-24 | 1 | -0/+1 |
|\ |
|
| * | ext4: fix races between changing inode journal mode and ext4_writepages | Daeho Jeong | 2016-04-25 | 1 | -0/+1 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-05-16 | 1 | -9/+62 |
|\ \ |
|
| * \ | Merge branch 'sched/urgent' into sched/core to pick up fixes | Ingo Molnar | 2016-05-12 | 2 | -3/+36 |
| |\ \ |
|
| * | | | locking/lockdep, sched/core: Implement a better lock pinning scheme | Peter Zijlstra | 2016-05-05 | 1 | -9/+62 |
* | | | | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-05-16 | 3 | -8/+68 |
|\ \ \ \ |
|
| * | | | | locking/rwsem: Fix down_write_killable() | Peter Zijlstra | 2016-05-15 | 1 | -6/+15 |
| * | | | | locking/rwsem: Provide down_write_killable() | Michal Hocko | 2016-04-22 | 1 | -0/+19 |
| * | | | | locking/rwsem: Introduce basis for down_write_killable() | Michal Hocko | 2016-04-13 | 2 | -8/+45 |
| * | | | | locking/rwsem: Get rid of __down_write_nested() | Michal Hocko | 2016-04-13 | 1 | -6/+1 |
* | | | | | locking/pvqspinlock: Robustify init_qspinlock_stat() | Davidlohr Bueso | 2016-05-05 | 1 | -8/+14 |
* | | | | | locking/pvqspinlock: Avoid double resetting of stats | Davidlohr Bueso | 2016-05-05 | 1 | -2/+0 |
* | | | | | Merge tag 'v4.6-rc6' into locking/core, to pick up fixes | Ingo Molnar | 2016-05-05 | 3 | -6/+41 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | lockdep: Fix lock_chain::base size | Peter Zijlstra | 2016-04-23 | 2 | -1/+25 |
| * | | | | locking/lockdep: Fix ->irq_context calculation | Boqun Feng | 2016-04-23 | 1 | -2/+11 |
| | |/ /
| |/| | |
|
| * | | | locking/pvqspinlock: Fix division by zero in qstat_read() | Davidlohr Bueso | 2016-04-19 | 1 | -3/+5 |
| | |/
| |/| |
|
* | | | lcoking/locktorture: Simplify the torture_runnable computation | Paul E. McKenney | 2016-04-28 | 1 | -6/+1 |
* | | | locking/lockdep: Deinline register_lock_class(), save 2328 bytes | Denys Vlasenko | 2016-04-13 | 1 | -1/+1 |
* | | | locking/locktorture: Fix NULL pointer dereference for cleanup paths | Davidlohr Bueso | 2016-04-13 | 1 | -0/+12 |
* | | | locking/locktorture: Fix deboosting NULL pointer dereference | Davidlohr Bueso | 2016-04-13 | 1 | -3/+3 |
|/ / |
|
* | | locking/lockdep: Fix print_collision() unused warning | Borislav Petkov | 2016-04-04 | 1 | -0/+2 |
|/ |
|
* | locking/lockdep: Print chain_key collision information | Alfredo Alvarez Fernandez | 2016-03-31 | 1 | -2/+77 |
* | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 | 1 | -0/+3 |
* | tags: Fix DEFINE_PER_CPU expansions | Peter Zijlstra | 2016-03-15 | 1 | -2/+1 |