Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-05-08 | locking/pvqspinlock: Implement simple paravirt support for the qspinlock | Waiman Long | 1 | -1/+67 |
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 | 1 | -0/+209 |