aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_frame.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10x86/unwind: Disable unwinder warnings on 32-bitJosh Poimboeuf1-0/+7
2017-10-10x86/unwind: Align stack pointer in unwinder dumpJosh Poimboeuf1-1/+2
2017-10-10x86/unwind: Use MSB for frame pointer encoding on 32-bitJosh Poimboeuf1-0/+12
2017-10-10x86/unwind: Fix dereference of untrusted pointerJosh Poimboeuf1-1/+15
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+16
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu1-2/+0
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf1-23/+16
2017-05-24x86/unwind: Add end-of-stack check for ftrace handlersJosh Poimboeuf1-9/+40
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+2
2017-04-26x86/unwind: Dump all stacks in unwind_dump()Josh Poimboeuf1-13/+21
2017-04-26x86/unwind: Silence more entry-code related warningsJosh Poimboeuf1-3/+17
2017-04-19x86/unwind: Remove unused 'sp' parameter in unwind_dump()Josh Poimboeuf1-4/+4
2017-04-19x86/unwind: Prepend hex mask value with '0x' in unwind_dump()Josh Poimboeuf1-1/+1
2017-04-19x86/unwind: Properly zero-pad 32-bit values in unwind_dump()Josh Poimboeuf1-2/+4
2017-04-14x86/unwind: Silence entry-related warningsJosh Poimboeuf1-9/+27
2017-04-14x86/unwind: Read stack return address in update_stack_state()Josh Poimboeuf1-12/+13
2017-04-14x86/unwind: Move common code into update_stack_state()Josh Poimboeuf1-64/+55
2017-03-14x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf1-6/+30
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-01-12x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf1-2/+18
2017-01-12x86/unwind: Silence warnings for non-current tasksJosh Poimboeuf1-0/+10
2016-12-23Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf1-10/+1
2016-12-19x86/unwind: Dump stack data on warningsJosh Poimboeuf1-0/+38
2016-12-19x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf1-1/+8
2016-10-28x86/unwind: Ensure stack grows downJosh Poimboeuf1-4/+30
2016-10-27x86/unwind: Detect bad stack return addressJosh Poimboeuf1-1/+9
2016-10-27x86/unwind: Warn on bad frame pointerJosh Poimboeuf1-2/+16
2016-10-21x86/unwind: Create stack frames for saved syscall registersJosh Poimboeuf1-0/+35
2016-10-21x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf1-8/+68
2016-09-20x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf1-0/+93