index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
crash_core.h
Age
Commit message (
Expand
)
Author
2024-04-23
crash: add a new kexec flag for hotplug support
Sourabh Jain
2024-04-23
crash: forward memory_notify arg to arch crash hotplug handler
Sourabh Jain
2024-03-17
kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMP
Hari Bathini
2024-02-23
crash: split crash dumping code out from kexec_core.c
Baoquan He
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
2024-02-23
kexec: split crashkernel reservation code out from crash_core.c
Baoquan He
2023-12-29
kdump: remove redundant DEFAULT_CRASH_KERNEL_LOW_SIZE
Youling Tang
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-10-24
kexec: Annotate struct crash_mem with __counted_by
Kees Cook
2023-10-04
crash_core.c: remove unneeded functions
Baoquan He
2023-10-04
crash_core: move crashk_*res definition into crash_core.c
Baoquan He
2023-10-04
crash_core: add generic function to do reservation
Baoquan He
2023-10-04
crash_core: change parse_crashkernel() to support crashkernel=,high|low parsing
Baoquan He
2023-10-04
crash_core: change the prototype of function parse_crashkernel()
Baoquan He
2023-08-24
crash: add generic infrastructure for crash hotplug support
Eric DeVolder
2023-08-24
crash: move a few code bits to setup support of crash hotplug
Eric DeVolder
2021-07-08
kdump: use vmlinux_build_id to simplify
Stephen Boyd
2020-10-13
Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-08-12
kdump: append kernel build-id string to VMCOREINFO
Vijay Balakrishna
2020-07-10
crash: add VMCOREINFO macro to define offset in a struct declared by typedef
John Ogness
2018-08-22
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
2018-01-13
kdump: write correct address of mem_section into vmcoreinfo
Kirill A. Shutemov
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-12
kdump: protect vmcoreinfo data under the crash memory
Xunlei Pang
2017-07-12
powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr
Xunlei Pang
2017-07-12
kexec: move vmcoreinfo out of the kernel's .bss section
Xunlei Pang
2017-07-05
s390/crash: Remove unused KEXEC_NOTE_BYTES
Michael Holzheu
2017-05-08
ia64: reuse append_elf_note() and final_note() functions
Hari Bathini
2017-05-08
crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
Hari Bathini