Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | locking/pvqspinlock: Only kick CPU at unlock time | Waiman Long | 2015-08-03 | 1 | -3/+3 |
* | locking/pvqspinlock: Implement simple paravirt support for the qspinlock | Waiman Long | 2015-05-08 | 1 | -1/+67 |
* | locking/qspinlock: Revert to test-and-set on hypervisors | Peter Zijlstra (Intel) | 2015-05-08 | 1 | -0/+3 |
* | locking/qspinlock: Use a simple write to grab the lock | Waiman Long | 2015-05-08 | 1 | -16/+50 |
* | locking/qspinlock: Optimize for smaller NR_CPUS | Peter Zijlstra (Intel) | 2015-05-08 | 1 | -1/+68 |
* | locking/qspinlock: Extract out code snippets for the next patch | Waiman Long | 2015-05-08 | 1 | -31/+48 |
* | locking/qspinlock: Add pending bit | Peter Zijlstra (Intel) | 2015-05-08 | 1 | -21/+98 |
* | locking/qspinlock: Introduce a simple generic 4-byte queued spinlock | Waiman Long | 2015-05-08 | 1 | -0/+209 |