aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/unwind_frame.c
AgeCommit message (Expand)Author
2017-10-10x86/unwind: Disable unwinder warnings on 32-bitJosh Poimboeuf
2017-10-10x86/unwind: Align stack pointer in unwinder dumpJosh Poimboeuf
2017-10-10x86/unwind: Use MSB for frame pointer encoding on 32-bitJosh Poimboeuf
2017-10-10x86/unwind: Fix dereference of untrusted pointerJosh Poimboeuf
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-05-24x86/unwind: Add end-of-stack check for ftrace handlersJosh Poimboeuf
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-26x86/unwind: Dump all stacks in unwind_dump()Josh Poimboeuf
2017-04-26x86/unwind: Silence more entry-code related warningsJosh Poimboeuf
2017-04-19x86/unwind: Remove unused 'sp' parameter in unwind_dump()Josh Poimboeuf
2017-04-19x86/unwind: Prepend hex mask value with '0x' in unwind_dump()Josh Poimboeuf
2017-04-19x86/unwind: Properly zero-pad 32-bit values in unwind_dump()Josh Poimboeuf
2017-04-14x86/unwind: Silence entry-related warningsJosh Poimboeuf
2017-04-14x86/unwind: Read stack return address in update_stack_state()Josh Poimboeuf
2017-04-14x86/unwind: Move common code into update_stack_state()Josh Poimboeuf
2017-03-14x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-12x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf
2017-01-12x86/unwind: Silence warnings for non-current tasksJosh Poimboeuf
2016-12-23Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf
2016-12-19x86/unwind: Dump stack data on warningsJosh Poimboeuf
2016-12-19x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf
2016-10-28x86/unwind: Ensure stack grows downJosh Poimboeuf
2016-10-27x86/unwind: Detect bad stack return addressJosh Poimboeuf
2016-10-27x86/unwind: Warn on bad frame pointerJosh Poimboeuf
2016-10-21x86/unwind: Create stack frames for saved syscall registersJosh Poimboeuf
2016-10-21x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf
2016-09-20x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf