summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/dumpstack.c
Commit message (Expand)AuthorAgeFilesLines
* x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy2023-05-161-2/+5
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+6
|\
| * x86: kmsan: don't instrument stack walking functionsAlexander Potapenko2022-10-031-0/+6
* | x86/dumpstack: Don't mention RIP in "Code: "Jiri Slaby2022-09-201-1/+1
|/
* x86: remove __range_not_ok()Arnd Bergmann2022-02-251-6/+0
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-2/+2
* x86/dumpstack: use %pSb/%pBb for backtrace printingStephen Boyd2021-07-081-1/+1
* Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-1/+1
|\
| * x86/dumpstack: Make show_trace_log_lvl() staticHui Su2020-11-171-1/+1
* | x86/dumpstack: Do not try to access user space code of other tasksThomas Gleixner2020-11-181-4/+19
|/
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-3/+4
|\
| * x86/dumpstack/64: Add noinstr version of get_stack_info()Joerg Roedel2020-09-091-3/+4
* | x86/dumpstack: Fix misleading instruction pointer error messageMark Mossberg2020-10-021-1/+2
|/
* Merge tag 'x86-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-10/+13
|\
| * x86/dumpstack: Show registers dump with trace's log levelDmitry Safonov2020-07-221-5/+5
| * x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov2020-07-221-3/+6
| * x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov2020-07-221-4/+4
* | x86/dumpstack: Dump user space code correctly againThomas Gleixner2020-07-221-10/+17
|/
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-6/+1
* x86: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+8
* x86: add missing const qualifiers for log_lvlDmitry Safonov2020-06-091-2/+2
* x86/kasan: Print original address on #GPJann Horn2019-12-311-0/+2
* x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn2019-12-311-1/+23
* x86/dumpstack: Indicate PREEMPT_RT in dumpsThomas Gleixner2019-07-311-1/+6
* x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn2018-09-061-8/+3
* x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn2018-08-311-3/+13
* x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn2018-08-301-0/+4
* x86: Avoid pr_cont() in show_opcodes()Rasmus Villemoes2018-07-191-19/+9
* x86/dumpstack: Explain the reasoning for the prologue and buffer sizeBorislav Petkov2018-04-261-0/+19
* x86/dumpstack: Save first regs set for the executive summaryBorislav Petkov2018-04-261-20/+12
* x86/dumpstack: Add a show_ip() functionBorislav Petkov2018-04-261-10/+13
* x86/dumpstack: Add loglevel argument to show_opcodes()Borislav Petkov2018-04-261-3/+3
* x86/dumpstack: Improve opcodes dumping in the code sectionBorislav Petkov2018-04-261-16/+15
* x86/dumpstack: Carve out code-dumping into a functionBorislav Petkov2018-04-261-27/+30
* x86/dumpstack: Unexport oops_begin()Borislav Petkov2018-04-261-1/+0
* x86/dumpstack: Remove code_bytesBorislav Petkov2018-04-261-23/+4
* x86/dumpstack: Unify show_regs()Borislav Petkov2018-03-081-1/+48
* x86/dumpstack: Avoid uninitlized variableArnd Bergmann2018-02-021-1/+1
* x86/dumpstack: Print registers for first stack frameJosh Poimboeuf2018-01-031-1/+2
* x86/dumpstack: Fix partial register dumpsJosh Poimboeuf2018-01-031-8/+20
* x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka2017-12-231-2/+4
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-221-0/+1
* x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-221-5/+5
* x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski2017-12-171-4/+3
* x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski2017-12-171-2/+1
* x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski2017-12-171-1/+2
* x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski2017-12-171-10/+14
* x86/dumpstack: Add get_stack_info() support for the SYSENTER stackAndy Lutomirski2017-12-171-0/+19
* x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf2017-12-171-5/+27