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