Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-11 | [PATCH] fix/simplify mutex debugging code | David Woodhouse | |
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 <dwmw2@infradead.org> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | |||
2006-01-09 | [MUTEX]: linux/mutex-debug.h needs linux/linkage.h | David S. Miller | |
For FASTCALL() define. Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2006-01-09 | [PATCH] mutex subsystem, debugging code | Ingo Molnar | |
mutex implementation - add debugging code. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Arjan van de Ven <arjan@infradead.org> |