summaryrefslogtreecommitdiff
path: root/kernel/crash_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22kernel/crash_core.c: print timestamp using time64_tArnd Bergmann1-1/+1
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval1-2/+2
2018-08-22crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval1-1/+1
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox1-0/+1
2018-04-13kexec: export PG_swapbacked to VMCOREINFOPetr Tesarik1-0/+1
2018-03-20crash: export paddr_vmcoreinfo_note()Marc-André Lureau1-0/+1
2018-01-13kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov1-1/+1
2017-11-17kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young1-1/+2
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang1-1/+16
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-2/+1
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-4/+22
2017-05-08ia64: reuse append_elf_note() and final_note() functionsHari Bathini1-20/+14
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-0/+445