summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/dumpstack.c
AgeCommit message (Expand)Author
2024-03-27x86/dumpstack: Use uniform "Oops: " prefix for die() messagesAlex Shi
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao
2023-05-16x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03x86: kmsan: don't instrument stack walking functionsAlexander Potapenko
2022-09-20x86/dumpstack: Don't mention RIP in "Code: "Jiri Slaby
2022-02-25x86: remove __range_not_ok()Arnd Bergmann
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-07-08x86/dumpstack: use %pSb/%pBb for backtrace printingStephen Boyd
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-18x86/dumpstack: Do not try to access user space code of other tasksThomas Gleixner
2020-11-17x86/dumpstack: Make show_trace_log_lvl() staticHui Su
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-02x86/dumpstack: Fix misleading instruction pointer error messageMark Mossberg
2020-09-09x86/dumpstack/64: Add noinstr version of get_stack_info()Joerg Roedel
2020-08-03Merge tag 'x86-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-22x86/dumpstack: Show registers dump with trace's log levelDmitry Safonov
2020-07-22x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov
2020-07-22x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov
2020-07-22x86/dumpstack: Dump user space code correctly againThomas Gleixner
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09x86: add show_stack_loglvl()Dmitry Safonov
2020-06-09x86: add missing const qualifiers for log_lvlDmitry Safonov
2019-12-31x86/kasan: Print original address on #GPJann Horn
2019-12-31x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn
2019-07-31x86/dumpstack: Indicate PREEMPT_RT in dumpsThomas Gleixner
2018-09-06x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn
2018-08-31x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn
2018-08-30x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn
2018-07-19x86: Avoid pr_cont() in show_opcodes()Rasmus Villemoes
2018-04-26x86/dumpstack: Explain the reasoning for the prologue and buffer sizeBorislav Petkov
2018-04-26x86/dumpstack: Save first regs set for the executive summaryBorislav Petkov
2018-04-26x86/dumpstack: Add a show_ip() functionBorislav Petkov
2018-04-26x86/dumpstack: Add loglevel argument to show_opcodes()Borislav Petkov
2018-04-26x86/dumpstack: Improve opcodes dumping in the code sectionBorislav Petkov
2018-04-26x86/dumpstack: Carve out code-dumping into a functionBorislav Petkov
2018-04-26x86/dumpstack: Unexport oops_begin()Borislav Petkov
2018-04-26x86/dumpstack: Remove code_bytesBorislav Petkov
2018-03-08x86/dumpstack: Unify show_regs()Borislav Petkov
2018-02-02x86/dumpstack: Avoid uninitlized variableArnd Bergmann
2018-01-03x86/dumpstack: Print registers for first stack frameJosh Poimboeuf
2018-01-03x86/dumpstack: Fix partial register dumpsJosh Poimboeuf
2017-12-23x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski
2017-12-17x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski
2017-12-17x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski