Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | futex: make the vectored futex operations available | Jens Axboe | 2023-09-29 | 1 | -0/+5 |
* | futex: make futex_parse_waitv() available as a helper | Jens Axboe | 2023-09-29 | 1 | -0/+5 |
* | futex: add wake_data to struct futex_q | Jens Axboe | 2023-09-29 | 1 | -0/+2 |
* | futex: abstract out a __futex_wake_mark() helper | Jens Axboe | 2023-09-29 | 1 | -0/+1 |
* | futex: factor out the futex wake handling | Jens Axboe | 2023-09-29 | 1 | -0/+5 |
* | futex: move FUTEX2_VALID_MASK to futex.h | Jens Axboe | 2023-09-29 | 1 | -0/+2 |
* | futex: Add flags2 argument to futex_requeue() | peterz@infradead.org | 2023-09-21 | 1 | -2/+3 |
* | futex: Propagate flags into get_futex_key() | peterz@infradead.org | 2023-09-21 | 1 | -1/+1 |
* | futex: Add sys_futex_wait() | peterz@infradead.org | 2023-09-21 | 1 | -0/+3 |
* | futex: FLAGS_STRICT | peterz@infradead.org | 2023-09-21 | 1 | -10/+11 |
* | futex: Validate futex value against futex size | peterz@infradead.org | 2023-09-21 | 1 | -0/+10 |
* | futex: Flag conversion | peterz@infradead.org | 2023-09-21 | 1 | -3/+60 |
* | 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 |