summaryrefslogtreecommitdiffstats
path: root/kernel/crash_core.c
AgeCommit message (Expand)AuthorLines
2021-12-25kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo-0/+11
2021-07-08kdump: use vmlinux_build_id to simplifyStephen Boyd-48/+2
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport-1/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport-1/+1
2021-06-16crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu-0/+1
2020-12-15kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov-0/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+1
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna-0/+50
2020-07-02crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfoBhupesh Sharma-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-3/+1
2019-03-05kexec: export PG_offline to VMCOREINFODavid Hildenbrand-0/+2
2018-08-22kernel/crash_core.c: print timestamp using time64_tArnd Bergmann-1/+1
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval-2/+2
2018-08-22crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval-1/+1
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox-0/+1
2018-04-13kexec: export PG_swapbacked to VMCOREINFOPetr Tesarik-0/+1
2018-03-20crash: export paddr_vmcoreinfo_note()Marc-André Lureau-0/+1
2018-01-13kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov-1/+1
2017-11-17kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young-1/+2
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang-1/+16
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang-2/+1
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang-4/+22
2017-05-08ia64: reuse append_elf_note() and final_note() functionsHari Bathini-20/+14
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini-0/+445