Age | Commit message (Expand) | Author | Files | Lines |
2015-09-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+14 |
2015-08-15 | percpu-rwsem: kill CONFIG_PERCPU_RWSEM | Oleg Nesterov | 1 | -2/+1 |
2015-08-15 | percpu-rwsem: introduce percpu_down_read_trylock() | Oleg Nesterov | 1 | -0/+13 |
2015-08-12 | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomics | Will Deacon | 1 | -12/+12 |
2015-08-03 | locking/pvqspinlock: Only kick CPU at unlock time | Waiman Long | 2 | -21/+51 |
2015-08-03 | locking/qrwlock: Reduce reader/writer to reader lock transfer latency | Waiman Long | 1 | -8/+4 |
2015-08-03 | locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpath | Will Deacon | 1 | -5/+18 |
2015-08-03 | locking: Clean up pvqspinlock warning | Peter Zijlstra | 1 | -6/+7 |
2015-08-03 | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f... | Ingo Molnar | 1 | -1/+10 |
2015-07-21 | locking/pvqspinlock: Fix kernel panic in locking-selftest | Waiman Long | 1 | -1/+10 |
2015-07-20 | rtmutex: Delete scriptable tester | Davidlohr Bueso | 4 | -444/+1 |
2015-07-06 | locking/qrwlock: Better optimization for interrupt context readers | Waiman Long | 1 | -6/+7 |
2015-07-06 | locking/qrwlock: Rename functions to queued_*() | Waiman Long | 1 | -6/+6 |
2015-06-25 | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -90/+87 |
2015-06-25 | Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -31/+59 |
2015-06-23 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+1 |
2015-06-23 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+22 |
2015-06-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 8 | -11/+881 |
2015-06-23 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+7 |
2015-06-19 | locking/rtmutex: Update stale plist comments | Davidlohr Bueso | 1 | -9/+9 |
2015-06-19 | futex: Lower the lock contention on the HB lock during wake up | Sebastian Andrzej Siewior | 2 | -15/+44 |
2015-06-19 | sched/stop_machine: Fix deadlock between multiple stop_two_cpus() | Peter Zijlstra | 1 | -0/+22 |
2015-06-19 | locking/qrwlock: Don't contend with readers when setting _QW_WAITING | Waiman Long | 1 | -4/+24 |
2015-06-19 | lockdep: Implement lock pinning | Peter Zijlstra | 1 | -0/+80 |
2015-06-19 | lockdep: Simplify lock_release() | Peter Zijlstra | 1 | -101/+18 |
2015-06-18 | locking/rtmutex: Implement lockless top-waiter wakeup | Davidlohr Bueso | 1 | -11/+10 |
2015-06-07 | lockdep: Fix a race between /proc/lock_stat and module unload | Peter Zijlstra | 2 | -6/+19 |
2015-06-03 | lockdep: Do not break user-visible string | Borislav Petkov | 1 | -2/+1 |
2015-06-02 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -7/+7 |
2015-05-27 | locktorture: Change longdelay_us to longdelay_ms | Paul E. McKenney | 1 | -6/+6 |
2015-05-27 | locktorture: fix deadlock in 'rw_lock_irq' type | Alexey Kodanev | 1 | -1/+1 |
2015-05-19 | Merge branch 'linus' into timers/core | Thomas Gleixner | 1 | -5/+7 |
2015-05-19 | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 1 | -1/+1 |
2015-05-13 | rtmutex: Warn if trylock is called from hard/softirq context | Thomas Gleixner | 1 | -0/+7 |
2015-05-13 | locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG | Sebastian Andrzej Siewior | 1 | -3/+3 |
2015-05-12 | locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS | Waiman Long | 2 | -2/+2 |
2015-05-11 | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar | 1 | -1/+1 |
2015-05-11 | locking/pvqspinlock: Replace xchg() by the more descriptive set_mb() | Waiman Long | 1 | -1/+1 |
2015-05-08 | locking/pvqspinlock: Implement simple paravirt support for the qspinlock | Waiman Long | 2 | -1/+392 |
2015-05-08 | locking/qspinlock: Revert to test-and-set on hypervisors | Peter Zijlstra (Intel) | 1 | -0/+3 |
2015-05-08 | locking/qspinlock: Use a simple write to grab the lock | Waiman Long | 1 | -16/+50 |
2015-05-08 | locking/qspinlock: Optimize for smaller NR_CPUS | Peter Zijlstra (Intel) | 1 | -1/+68 |
2015-05-08 | locking/qspinlock: Extract out code snippets for the next patch | Waiman Long | 1 | -31/+48 |
2015-05-08 | locking/qspinlock: Add pending bit | Peter Zijlstra (Intel) | 1 | -21/+98 |
2015-05-08 | locking/qspinlock: Introduce a simple generic 4-byte queued spinlock | Waiman Long | 3 | -0/+211 |
2015-05-08 | locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write() | Waiman Long | 1 | -0/+44 |
2015-05-08 | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 1 | -5/+7 |
2015-04-22 | rtmutex: Remove bogus hrtimer_active() check | Thomas Gleixner | 1 | -4/+1 |
2015-04-17 | lockdep: Make print_lock() robust against concurrent release | Peter Zijlstra | 1 | -1/+15 |
2015-04-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 8 | -102/+118 |