Age | Commit message (Expand) | Author | Files | Lines |
2016-09-22 | locking/lglock: Remove lglock implementation | Peter Zijlstra | 2 | -90/+0 |
2016-09-22 | stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock() | Oleg Nesterov | 1 | -22/+0 |
2016-09-22 | locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock() | Pan Xinhui | 1 | -1/+1 |
2016-08-18 | locking/rwsem: Scan the wait_list for readers only once | Davidlohr Bueso | 1 | -32/+26 |
2016-08-18 | locking/rwsem: Remove a few useless comments | Davidlohr Bueso | 1 | -3/+0 |
2016-08-18 | locking/rwsem: Return void in __rwsem_mark_wake() | Davidlohr Bueso | 1 | -18/+17 |
2016-08-10 | locking/percpu-rwsem: Optimize readers and reduce global impact | Peter Zijlstra | 1 | -97/+131 |
2016-08-10 | locking/pvstat: Separate wait_again and spurious wakeup stats | Waiman Long | 2 | -11/+5 |
2016-08-10 | locking/qspinlock: Improve readability | Peter Zijlstra | 1 | -5/+7 |
2016-08-10 | locking/pvqspinlock: Fix a bug in qstat_read() | Pan Xinhui | 1 | -1/+0 |
2016-08-10 | locking/pvqspinlock: Fix double hash race | Wanpeng Li | 1 | -1/+1 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 10 | -100/+277 |
2016-07-07 | Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready | Ingo Molnar | 3 | -4/+4 |
2016-06-27 | locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec() | Pan Xinhui | 1 | -1/+1 |
2016-06-23 | locking: avoid passing around 'thread_info' in mutex debugging code | Linus Torvalds | 4 | -12/+12 |
2016-06-16 | locking/atomic, arch/rwsem: Employ atomic_long_fetch_add() | Peter Zijlstra | 1 | -1/+1 |
2016-06-16 | locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire() | Peter Zijlstra | 1 | -1/+1 |
2016-06-16 | locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions | Peter Zijlstra | 1 | -2/+2 |
2016-06-14 | locking/barriers: Introduce smp_acquire__after_ctrl_dep() | Peter Zijlstra | 1 | -1/+1 |
2016-06-14 | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() | Peter Zijlstra | 1 | -6/+6 |
2016-06-08 | locking/rwsem: Streamline the rwsem_optimistic_spin() code | Waiman Long | 1 | -18/+20 |
2016-06-08 | locking/rwsem: Improve reader wakeup code | Waiman Long | 1 | -3/+8 |
2016-06-08 | locking/rwsem: Protect all writes to owner by WRITE_ONCE() | Waiman Long | 1 | -3/+10 |
2016-06-08 | locking/rwsem: Add reader-owned state to the owner field | Waiman Long | 3 | -21/+69 |
2016-06-08 | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 1 | -15/+17 |
2016-06-08 | locking/qspinlock: Add comments | Peter Zijlstra | 1 | -0/+57 |
2016-06-08 | locking/qspinlock: Clarify xchg_tail() ordering | Peter Zijlstra | 1 | -2/+13 |
2016-06-08 | Merge branch 'locking/urgent' into locking/core, to pick up dependency | Ingo Molnar | 1 | -0/+60 |
2016-06-08 | locking/qspinlock: Fix spin_unlock_wait() some more | Peter Zijlstra | 1 | -0/+60 |
2016-06-08 | locking/rtmutex: Only warn once on a trylock from bad context | Sebastian Andrzej Siewior | 1 | -1/+1 |
2016-06-08 | locking/lockdep: Use __jhash_mix() for iterate_chain_key() | Peter Zijlstra | 1 | -4/+9 |
2016-06-03 | locking/mutex: Set and clear owner using WRITE_ONCE() | Jason Low | 2 | -4/+10 |
2016-06-03 | locking/rwsem: Optimize write lock by reducing operations in slowpath | Jason Low | 1 | -7/+18 |
2016-06-03 | locking/rwsem: Rework zeroing reader waiter->task | Davidlohr Bueso | 1 | -10/+7 |
2016-06-03 | locking/rwsem: Enable lockless waiter wakeup(s) | Davidlohr Bueso | 1 | -16/+42 |
2016-06-03 | locking/ww_mutex: Report recursive ww_mutex locking early | Chris Wilson | 1 | -3/+6 |
2016-05-26 | add down_write_killable_nested() | Al Viro | 1 | -0/+16 |
2016-05-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
2016-05-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -9/+62 |
2016-05-16 | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -8/+68 |
2016-05-15 | locking/rwsem: Fix down_write_killable() | Peter Zijlstra | 1 | -6/+15 |
2016-05-12 | Merge branch 'sched/urgent' into sched/core to pick up fixes | Ingo Molnar | 2 | -3/+36 |
2016-05-05 | locking/pvqspinlock: Robustify init_qspinlock_stat() | Davidlohr Bueso | 1 | -8/+14 |
2016-05-05 | locking/pvqspinlock: Avoid double resetting of stats | Davidlohr Bueso | 1 | -2/+0 |
2016-05-05 | Merge tag 'v4.6-rc6' into locking/core, to pick up fixes | Ingo Molnar | 3 | -6/+41 |
2016-05-05 | locking/lockdep, sched/core: Implement a better lock pinning scheme | Peter Zijlstra | 1 | -9/+62 |
2016-04-28 | lcoking/locktorture: Simplify the torture_runnable computation | Paul E. McKenney | 1 | -6/+1 |
2016-04-25 | ext4: fix races between changing inode journal mode and ext4_writepages | Daeho Jeong | 1 | -0/+1 |
2016-04-23 | lockdep: Fix lock_chain::base size | Peter Zijlstra | 2 | -1/+25 |
2016-04-23 | locking/lockdep: Fix ->irq_context calculation | Boqun Feng | 1 | -2/+11 |