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