aboutsummaryrefslogtreecommitdiff
path: root/kernel/futex/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-10-07futex: Split out wait/wakePeter Zijlstra1-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-07futex: Split out requeuePeter Zijlstra1-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-07futex: Split out PI futexPeter Zijlstra1-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-07futex: Split out syscallsPeter Zijlstra1-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-07futex: Move to kernel/futex/Peter Zijlstra1-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]