summaryrefslogtreecommitdiffstats
path: root/kernel/unwind.c
Commit message (Expand)AuthorAgeFilesLines
* Remove stack unwinder for nowLinus Torvalds2006-12-151-1305/+0
* [PATCH] unwinder: move .eh_frame to RODATAJan Beulich2006-12-071-1/+1
* [PATCH] unwinder: fully support linker generated .eh_frame_hdr sectionJan Beulich2006-12-071-19/+47
* [PATCH] unwinder: Add debugging output to the Dwarf2 unwinderJan Beulich2006-12-071-17/+96
* [PATCH] unwinder: more sanity checks in Dwarf2 unwinderJan Beulich2006-12-071-1/+15
* [PATCH] unwinder: Use probe_kernel_address instead of __get_user in kernel/un...Andi Kleen2006-12-071-6/+8
* [PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwindJan Beulich2006-11-281-4/+5
* [PATCH] x86-64: Speed up dwarf2 unwinderJan Beulich2006-10-211-39/+279
* [PATCH] unwind: fix unused variable warning when !CONFIG_MODULESChuck Ebbert2006-09-291-1/+3
* [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich2006-09-261-7/+28
* [PATCH] x86_64: allow unwinder to build without module supportJan Beulich2006-06-261-0/+4
* [PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich2006-06-261-4/+3
* [PATCH] x86_64: reliable stack trace supportJan Beulich2006-06-261-0/+915