Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-27 | [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support | Ingo Molnar | 1 | -0/+8 | |
This adds the actual pi-futex implementation, based on rt-mutexes. [[email protected]: fix an oops-causing race] Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Arjan van de Ven <[email protected]> Signed-off-by: Dinakar Guniguntala <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2006-06-27 | [PATCH] pi-futex: rt mutex tester | Thomas Gleixner | 1 | -0/+22 | |
RT-mutex tester: scriptable tester for rt mutexes, which allows userspace scripting of mutex unit-tests (and dynamic tests as well), using the actual rt-mutex implementation of the kernel. [[email protected]: fixlet] Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Arjan van de Ven <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2006-06-27 | [PATCH] pi-futex: rt mutex core | Ingo Molnar | 1 | -0/+93 | |
Core functions for the rt-mutex subsystem. Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Arjan van de Ven <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> |