1. da01e18 x86: avoid avoid passing around 'thread_info' in stack dumping code by Linus Torvalds · 8 years ago
  2. 04769ae x86/kernel: Use kstack_end() in dumpstack_64.c by Adrien Schildknecht · 9 years ago
  3. 1fc7f61 x86/kernel: Fix output of show_stack_log_lvl() by Adrien Schildknecht · 9 years ago
  4. 6f442be x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 10 years ago
  5. 63c95654 x86: Fix dumpstack_64 irq stack handling by Steven Rostedt (Red Hat) · 10 years ago
  6. 1aabc59 x86: Fix dumpstack_64 to keep state of "used" variable in loop by Steven Rostedt (Red Hat) · 10 years ago
  7. 2223f6f x86: Clean up dumpstack_64.c code by Steven Rostedt · 10 years ago
  8. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  9. 0fa0e2f x86: Move call to print_modules() out of show_regs() by Jan Beulich · 12 years ago
  10. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 12 years ago
  11. 57da8b9 x86: Avoid double stack traces with show_regs() by Jan Beulich · 12 years ago
  12. 2f2fde9 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  13. d0caf292 x86/dumpstack: Remove unneeded check in dump_trace() by Dan Carpenter · 12 years ago
  14. b0f4c4b bugs, x86: Fix printk levels for panic, softlockups and stack dumps by Prarit Bhargava · 12 years ago
  15. 13f541c x86, dumpstack: Fix code bytes breakage due to missing KERN_CONT by Clemens Ladisch · 12 years ago
  16. a2bbe75 x86: Don't use frame pointer to save old stack on irq entry by Frederic Weisbecker · 13 years ago
  17. 47ce11a x86: Fetch stack from regs when possible in dump_trace() by Frederic Weisbecker · 13 years ago
  18. e8e999cf x86, dumpstack: Correct stack dump info when frame pointer is available by Namhyung Kim · 13 years ago
  19. 2e5aa68 x86-64: Don't use pointer to out-of-scope variable in dump_trace() by Jesper Juhl · 13 years ago
  20. 9c0729d x86: Eliminate bp argument from the stack tracing routines by Soeren Sandmann Pedersen · 14 years ago
  21. e4072a9 x86, printk: Get rid of <0> from stack output by Jiri Slaby · 14 years ago
  22. c9cf4db x86: Unify dumpstack.h and stacktrace.h by Frederic Weisbecker · 14 years ago
  23. 61e67fb perf/x86-64: Use frame pointer to walk on irq and process stacks by Frederic Weisbecker · 14 years ago
  24. 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 14 years ago
  25. 3e75c3b Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 14 years ago
  26. 29044ad x86/stacktrace: Don't dereference bad frame pointers by Frederic Weisbecker · 14 years ago
  27. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  28. f266d7f x86_64: Print modules like i386 does by Alexey Dobriyan · 14 years ago
  29. 0fb8ee4 perf: Drop useless check for ignored frame by Frederic Weisbecker · 14 years ago
  30. 61c1917 perf events, x86/stacktrace: Make stack walking optional by Frederic Weisbecker · 14 years ago
  31. 6f696eb Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  32. af2d828 x86: Fixup wrong irq frame link in stacktraces by Frederic Weisbecker · 15 years ago
  33. 67f2de0 x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacks by Ingo Molnar · 15 years ago
  34. b803090 x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other details by Ingo Molnar · 15 years ago
  35. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  36. 0406ca6 perf_counter: Ignore the nmi call frames in the x86-64 backtraces by Frederic Weisbecker · 15 years ago
  37. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 15 years ago
  38. 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 15 years ago
  39. 7ee991f ftrace: print real return in dumpstack for function graph by Steven Rostedt · 16 years ago
  40. 878719e x86: unify appropriate bits from dumpstack_32 and dumpstack_64 by Neil Horman · 16 years ago
  41. 871d377 i386, dumpstack: unify die() by Alexander van Heukelum · 16 years ago
  42. e06ca43 i386, dumpstack: use oops_begin/oops_end in die_nmi by Alexander van Heukelum · 16 years ago
  43. 10b14cb x86, dumpstack: always call oops_exit from oops_end by Alexander van Heukelum · 16 years ago
  44. 0ed7a49 x86_64, dumpstack: move kexec_crash from __die to oops_end by Alexander van Heukelum · 16 years ago
  45. 874d93d x86, dumpstack: let signr=0 signal no do_exit by Alexander van Heukelum · 16 years ago
  46. ae87221d sysfs: crash debugging by Andrew Morton · 17 years ago
  47. 6a2ae2d dumpstack: x86: various small unification steps, fix by Alexander van Heukelum · 16 years ago
  48. 8a54166 dumpstack: x86: various small unification steps by Alexander van Heukelum · 16 years ago
  49. ca0a816 dumpstack: x86: use log_lvl and unify trace formatting by Alexander van Heukelum · 16 years ago
  50. 2ac5372 dumptrace: x86: consistently include loglevel, print stack switch by Alexander van Heukelum · 16 years ago
  51. 3a18512 dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stack by Alexander van Heukelum · 16 years ago
  52. 1618279 dumpstack: x86: make printk_address equal by Alexander van Heukelum · 16 years ago
  53. 6fcbede x86_64: split out dumpstack code from traps_64.c by Alexander van Heukelum · 16 years ago