summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/dumpstack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-301-1/+1
* x86/dumpstack: Fix occasionally missing registersJosh Poimboeuf2017-07-181-5/+7
* x86/unwind: Ensure stack pointer is alignedJosh Poimboeuf2017-04-181-1/+1
* x86/debug: Implement __WARN() using UD0Peter Zijlstra2017-03-271-3/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-40/+28
|\