summaryrefslogtreecommitdiffstats
path: root/kernel/crash_core.c
Commit message (Expand)AuthorAgeFilesLines
* crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-231-0/+256
* crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-231-206/+0
* kexec: split crashkernel reservation code out from crash_core.cBaoquan He2024-02-231-438/+0
* mm/vmalloc: remove vmap_area_listBaoquan He2024-02-231-3/+1
* kernel/crash_core.c: make __crash_hotplug_lock staticAndrew Morton2024-01-121-1/+1
* kdump: defer the insertion of crashkernel resourcesHuacai Chen2024-01-121-2/+12
* Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-55/+34
|\
| * crash_core: fix and simplify the logic of crash_exclude_mem_range()Yuntao Wang2024-01-051-51/+29
| * crash_core: remove duplicated including of kexec.hWang Jinchao2023-12-201-1/+0
| * kexec_file: print out debugging message if requiredBaoquan He2023-12-201-3/+5
* | mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2024-01-081-1/+1
|/
* crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang2023-12-121-5/+5
* crash_core.c: remove unneeded functionsBaoquan He2023-10-041-18/+0
* crash_core: move crashk_*res definition into crash_core.cBaoquan He2023-10-041-0/+16
* crash_core: add generic function to do reservationBaoquan He2023-10-041-1/+106
* crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He2023-10-041-3/+33
* crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-3/+12
* crash_core.c: remove unnecessary parameter of functionBaoquan He2023-10-041-4/+4
* Crash: add lock to serialize crash hotplug handlingBaoquan He2023-09-291-0/+17
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-0/+391
|\
| * crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Eric DeVolder2023-08-241-2/+2
| * crash: hotplug support for kexec_load()Eric DeVolder2023-08-241-0/+31
| * crash: add generic infrastructure for crash hotplug supportEric DeVolder2023-08-241-0/+142
| * crash: move a few code bits to setup support of crash hotplugEric DeVolder2023-08-241-0/+218
* | mm: free up a word in the first tail pageMatthew Wilcox (Oracle)2023-08-211-1/+0
* | mm: add large_rmappable page flagMatthew Wilcox (Oracle)2023-08-211-1/+0
* | mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)2023-08-211-1/+1
|/
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)2023-02-021-2/+2
* vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan2022-11-301-0/+3
* vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan2022-08-281-0/+1
* kdump: round up the total memory size to 128M for crashkernel reservationTao Liu2022-07-171-2/+12
* vmcoreinfo: include kallsyms symbolsStephen Brennan2022-07-171-0/+14
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-3/+0
|\
| * kernel/crash_core.c: remove redundant check of ck_cmdlinelizhe2022-05-121-3/+0
* | kdump: return -ENOENT if required cmdline option does not existZhen Lei2022-05-071-2/+1
|/
* kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo2021-12-251-0/+11
* 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