summaryrefslogtreecommitdiff
path: root/include/linux/crash_core.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain1-7/+6
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain1-1/+1
2024-03-17kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMPHari Bathini1-6/+6
2024-02-24crash: split crash dumping code out from kexec_core.cBaoquan He1-0/+61
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He1-73/+0
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-40/+0
2023-12-29kdump: remove redundant DEFAULT_CRASH_KERNEL_LOW_SIZEYouling Tang1-6/+0
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-5/+44
2023-10-25kexec: Annotate struct crash_mem with __counted_byKees Cook1-1/+1
2023-10-04crash_core.c: remove unneeded functionsBaoquan He1-4/+0
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He1-0/+8
2023-10-04crash_core: add generic function to do reservationBaoquan He1-0/+28
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He1-0/+6
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+2
2023-08-25crash: add generic infrastructure for crash hotplug supportEric DeVolder1-0/+7
2023-08-25crash: move a few code bits to setup support of crash hotplugEric DeVolder1-0/+20
2021-07-08kdump: use vmlinux_build_id to simplifyStephen Boyd1-6/+6
2020-10-14Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna1-0/+6
2020-07-10crash: add VMCOREINFO macro to define offset in a struct declared by typedefJohn Ogness1-0/+3
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval1-0/+2
2018-01-13kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-13kdump: protect vmcoreinfo data under the crash memoryXunlei Pang1-1/+1
2017-07-13powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-1/+0
2017-07-13kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-2/+2
2017-07-05s390/crash: Remove unused KEXEC_NOTE_BYTESMichael Holzheu1-0/+5
2017-05-09ia64: reuse append_elf_note() and final_note() functionsHari Bathini1-0/+4
2017-05-09crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-0/+65