summaryrefslogtreecommitdiffstats
path: root/kernel/crash_core.c
AgeCommit message (Expand)AuthorLines
2024-11-05kexec/crash: no crash update when kexec in progressSourabh Jain-2/+4
2024-09-01Document/kexec: generalize crash hotplug descriptionSourabh Jain-13/+20
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+2
2024-05-08crash: add prefix for crash dumping messagesBaoquan He-0/+2
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain-9/+6
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain-7/+7
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He-0/+256
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He-206/+0
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He-438/+0
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He-3/+1
2024-01-12kernel/crash_core.c: make __crash_hotplug_lock staticAndrew Morton-1/+1
2024-01-12kdump: defer the insertion of crashkernel resourcesHuacai Chen-2/+12
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds-55/+34
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov-1/+1
2024-01-05crash_core: fix and simplify the logic of crash_exclude_mem_range()Yuntao Wang-51/+29
2023-12-20crash_core: remove duplicated including of kexec.hWang Jinchao-1/+0
2023-12-20kexec_file: print out debugging message if requiredBaoquan He-3/+5
2023-12-12crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang-5/+5
2023-10-04crash_core.c: remove unneeded functionsBaoquan He-18/+0
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He-0/+16
2023-10-04crash_core: add generic function to do reservationBaoquan He-1/+106
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He-3/+33
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He-3/+12
2023-10-04crash_core.c: remove unnecessary parameter of functionBaoquan He-4/+4
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He-0/+17
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+391
2023-08-24crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Eric DeVolder-2/+2
2023-08-24crash: hotplug support for kexec_load()Eric DeVolder-0/+31
2023-08-24crash: add generic infrastructure for crash hotplug supportEric DeVolder-0/+142
2023-08-24crash: move a few code bits to setup support of crash hotplugEric DeVolder-0/+218
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)-1/+0
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)-1/+0
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)-1/+1
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-1/+1
2023-02-02mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)-2/+2
2022-11-30vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan-0/+3
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan-0/+1
2022-07-17kdump: round up the total memory size to 128M for crashkernel reservationTao Liu-2/+12
2022-07-17vmcoreinfo: include kallsyms symbolsStephen Brennan-0/+14
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+0
2022-05-12kernel/crash_core.c: remove redundant check of ck_cmdlinelizhe-3/+0
2022-05-07kdump: return -ENOENT if required cmdline option does not existZhen Lei-2/+1
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