| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-05-09 | sh: Fix stacktrace simplification fallout. | Paul Mundt | 1 | -1/+1 | |
| When the stacktrace simplification changes went in the function definition on SH got skipped, fix it up so things build again. Signed-off-by: Paul Mundt <[email protected]> | |||||
| 2007-05-08 | simplify the stacktrace code | Christoph Hellwig | 1 | -8/+1 | |
| Simplify the stacktrace code: - remove the unused task argument to save_stack_trace, it's always current - remove the all_contexts flag, it's alwasy 0 Signed-off-by: Christoph Hellwig <[email protected]> Cc: Paul Mundt <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: Martin Schwidefsky <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Akinobu Mita <[email protected]> Acked-by: Ingo Molnar <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2006-12-06 | sh: stacktrace/lockdep/irqflags tracing support. | Paul Mundt | 1 | -0/+43 | |
| Wire up all of the essentials for lockdep.. Signed-off-by: Paul Mundt <[email protected]> | |||||