summaryrefslogtreecommitdiff
path: root/kernel/crash_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-3/+2
2024-05-02mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2023-09-30Crash: add lock to serialize crash hotplug handlingBaoquan He1-0/+17
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+391
2023-08-25crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Eric DeVolder1-2/+2
2023-08-25crash: hotplug support for kexec_load()Eric DeVolder1-0/+31
2023-08-25crash: add generic infrastructure for crash hotplug supportEric DeVolder1-0/+142
2023-08-25crash: move a few code bits to setup support of crash hotplugEric DeVolder1-0/+218
2023-08-22mm: free up a word in the first tail pageMatthew Wilcox (Oracle)1-1/+0
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)1-1/+0
2023-08-22mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)1-1/+1
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-02-03mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)1-2/+2
2022-12-01vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan1-0/+3
2022-08-29vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan1-0/+1
2022-07-18kdump: round up the total memory size to 128M for crashkernel reservationTao Liu1-2/+12
2022-07-18vmcoreinfo: include kallsyms symbolsStephen Brennan1-0/+14
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2022-05-13kernel/crash_core.c: remove redundant check of ck_cmdlinelizhe1-3/+0
2022-05-07kdump: return -ENOENT if required cmdline option does not existZhen Lei1-2/+1
2021-12-25kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo1-0/+11
2021-07-08kdump: use vmlinux_build_id to simplifyStephen Boyd1-48/+2
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport1-1/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-06-16crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu1-0/+1
2020-12-16kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov1-0/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna1-0/+50
2020-07-02crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfoBhupesh Sharma1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2019-03-06kexec: export PG_offline to VMCOREINFODavid Hildenbrand1-0/+2
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-08mm: split page_type out from _mapcountMatthew Wilcox1-0/+1
2018-04-14kexec: 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-18kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young1-1/+2
2017-07-13kdump: protect vmcoreinfo data under the crash memoryXunlei Pang1-1/+16
2017-07-13powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-2/+1
2017-07-13kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-4/+22
2017-05-09ia64: reuse append_elf_note() and final_note() functionsHari Bathini1-20/+14
2017-05-09crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-0/+445