Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] mutex: trivial whitespace cleanups | Ingo Molnar | 2006-01-10 | 1 | -1/+0 |
| | | | | | Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | ||||
* | [PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.c | Ingo Molnar | 2006-01-10 | 1 | -2/+0 |
| | | | | | | | | Remove unnecessary (and incorrect) inclusion of asm/mutex.h, pointed out by David Howells. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | ||||
* | [PATCH] mutex subsystem, debugging code | Ingo Molnar | 2006-01-09 | 1 | -0/+464 |
mutex implementation - add debugging code. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Arjan van de Ven <arjan@infradead.org> |