Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-11 | [PATCH] fix/simplify mutex debugging code | David Woodhouse | 1 | -1/+1 | |
Let's switch mutex_debug_check_no_locks_freed() to take (addr, len) as arguments instead, since all its callers were just calculating the 'to' address for themselves anyway... (and sometimes doing so badly). Signed-off-by: David Woodhouse <[email protected]> Acked-by: Ingo Molnar <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2006-01-09 | [MUTEX]: linux/mutex-debug.h needs linux/linkage.h | David S. Miller | 1 | -0/+2 | |
For FASTCALL() define. Signed-off-by: David S. Miller <[email protected]> | |||||
2006-01-09 | [PATCH] mutex subsystem, debugging code | Ingo Molnar | 1 | -0/+21 | |
mutex implementation - add debugging code. Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Arjan van de Ven <[email protected]> |