| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-10-07 | futex: Split out wait/wake | Peter Zijlstra | 1 | -1/+1 | |
| Move the wait/wake bits into their own file. Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: André Almeida <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: André Almeida <[email protected]> Link: https://lore.kernel.org/r/[email protected] | |||||
| 2021-10-07 | futex: Split out requeue | Peter Zijlstra | 1 | -1/+1 | |
| Move all the requeue bits into their own file. Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: André Almeida <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: André Almeida <[email protected]> Link: https://lore.kernel.org/r/[email protected] | |||||
| 2021-10-07 | futex: Split out PI futex | Peter Zijlstra | 1 | -1/+1 | |
| Move the PI futex implementation into it's own file. Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: André Almeida <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: André Almeida <[email protected]> Link: https://lore.kernel.org/r/[email protected] | |||||
| 2021-10-07 | futex: Split out syscalls | Peter Zijlstra | 1 | -1/+1 | |
| Put the syscalls in their own little file. Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Suggested-by: Thomas Gleixner <[email protected]> Signed-off-by: André Almeida <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: André Almeida <[email protected]> Link: https://lore.kernel.org/r/[email protected] | |||||
| 2021-10-07 | futex: Move to kernel/futex/ | Peter Zijlstra | 1 | -0/+3 | |
| In preparation for splitup.. Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Suggested-by: Thomas Gleixner <[email protected]> Signed-off-by: André Almeida <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: André Almeida <[email protected]> Link: https://lore.kernel.org/r/[email protected] | |||||