summaryrefslogtreecommitdiffstats
path: root/kernel/crash_core.c
Commit message (Expand)AuthorAgeFilesLines
* kdump: use vmlinux_build_id to simplifyStephen Boyd2021-07-081-48/+2
* mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-291-1/+1
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
* crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu2021-06-161-0/+1
* kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov2020-12-151-0/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna2020-08-121-0/+50
* crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfoBhupesh Sharma2020-07-021-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* kexec: export PG_offline to VMCOREINFODavid Hildenbrand2019-03-051-0/+2
* kernel/crash_core.c: print timestamp using time64_tArnd Bergmann2018-08-221-1/+1
* proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-221-2/+2
* crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval2018-08-221-1/+1
* mm: split page_type out from _mapcountMatthew Wilcox2018-06-071-0/+1
* kexec: export PG_swapbacked to VMCOREINFOPetr Tesarik2018-04-131-0/+1
* crash: export paddr_vmcoreinfo_note()Marc-André Lureau2018-03-201-0/+1
* kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov2018-01-131-1/+1
* kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young2017-11-171-1/+2
* kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-121-1/+16
* powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-121-2/+1
* kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-121-4/+22
* ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-081-20/+14
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-081-0/+445