summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_frame.c
Commit message (Expand)AuthorAgeFilesLines
* x86/unwind: Dump all stacks in unwind_dump()Josh Poimboeuf2017-04-261-13/+21
* x86/unwind: Silence more entry-code related warningsJosh Poimboeuf2017-04-261-3/+17
* x86/unwind: Remove unused 'sp' parameter in unwind_dump()Josh Poimboeuf2017-04-191-4/+4
* x86/unwind: Prepend hex mask value with '0x' in unwind_dump()Josh Poimboeuf2017-04-191-1/+1
* x86/unwind: Properly zero-pad 32-bit values in unwind_dump()Josh Poimboeuf2017-04-191-2/+4
* x86/unwind: Silence entry-related warningsJosh Poimboeuf2017-04-141-9/+27
* x86/unwind: Read stack return address in update_stack_state()Josh Poimboeuf2017-04-141-12/+13
* x86/unwind: Move common code into update_stack_state()Josh Poimboeuf2017-04-141-64/+55Star
* x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf2017-03-141-6/+30
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf2017-01-121-2/+18
* x86/unwind: Silence warnings for non-current tasksJosh Poimboeuf2017-01-121-0/+10
* Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf2016-12-231-10/+1Star
* x86/unwind: Dump stack data on warningsJosh Poimboeuf2016-12-191-0/+38
* x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf2016-12-191-1/+8
* x86/unwind: Ensure stack grows downJosh Poimboeuf2016-10-281-4/+30
* x86/unwind: Detect bad stack return addressJosh Poimboeuf2016-10-271-1/+9
* x86/unwind: Warn on bad frame pointerJosh Poimboeuf2016-10-271-2/+16
* x86/unwind: Create stack frames for saved syscall registersJosh Poimboeuf2016-10-211-0/+35
* x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf2016-10-211-8/+68
* x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf2016-09-201-0/+93