Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | futex: add missing rtmutex.h include | Christian König | 2022-04-07 | 1 | -0/+1 |
* | futex: Remove futex_cmpxchg detection | Arnd Bergmann | 2021-11-25 | 1 | -6/+0 |
* | futex: Fix PREEMPT_RT build | Peter Zijlstra | 2021-10-19 | 1 | -0/+4 |
* | futex: Implement sys_futex_waitv() | André Almeida | 2021-10-07 | 1 | -0/+15 |
* | futex: Simplify double_lock_hb() | Peter Zijlstra | 2021-10-07 | 1 | -8/+6 |
* | futex: Split out wait/wake | Peter Zijlstra | 2021-10-07 | 1 | -0/+34 |
* | futex: Split out requeue | Peter Zijlstra | 2021-10-07 | 1 | -2/+75 |
* | futex: Split out PI futex | Peter Zijlstra | 2021-10-07 | 1 | -0/+117 |
* | futex: Split out syscalls | Peter Zijlstra | 2021-10-07 | 1 | -0/+58 |