aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_frame.c
AgeCommit message (Expand)Author
2022-10-03x86: kmsan: don't instrument stack walking functionsAlexander Potapenko
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds
2020-07-21exec: Implement kernel_execveEric W. Biederman
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner
2020-04-25x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-06x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn
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