Age | Commit message (Expand) | Author |
---|---|---|
2018-05-30 | locking/qspinlock: Ensure node->count is updated before initialising node | Will Deacon |
2016-07-27 | locking/qspinlock: Fix spin_unlock_wait() some more | Peter Zijlstra |
2015-09-11 | locking/qspinlock/x86: Fix performance regression under unaccelerated VMs | Peter Zijlstra |
2015-08-03 | locking/pvqspinlock: Only kick CPU at unlock time | Waiman Long |
2015-05-08 | locking/pvqspinlock: Implement simple paravirt support for the qspinlock | Waiman Long |
2015-05-08 | locking/qspinlock: Revert to test-and-set on hypervisors | Peter Zijlstra (Intel) |
2015-05-08 | locking/qspinlock: Use a simple write to grab the lock | Waiman Long |
2015-05-08 | locking/qspinlock: Optimize for smaller NR_CPUS | Peter Zijlstra (Intel) |
2015-05-08 | locking/qspinlock: Extract out code snippets for the next patch | Waiman Long |
2015-05-08 | locking/qspinlock: Add pending bit | Peter Zijlstra (Intel) |
2015-05-08 | locking/qspinlock: Introduce a simple generic 4-byte queued spinlock | Waiman Long |