summaryrefslogtreecommitdiff
path: root/include/linux/kexec.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+34
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2025-05-21crash_dump: store dm crypt keys in kdump reserved memoryCoiby Xu1-0/+4
2025-05-21kexec_file: allow to place kexec_buf randomlyCoiby Xu1-0/+30
2025-05-13kexec: add KHO support to kexec file loadsAlexander Graf1-0/+5
2025-04-29ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen1-0/+3
2025-04-29kexec: define functions to map and unmap segmentsSteven Chen1-0/+6
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+9
2025-03-17crash: let arch decide usable memory range in reserved areaSourabh Jain1-0/+9
2025-02-11crash: Remove KEXEC_CORE_NOTE_NAMEAkihiko Odaki1-2/+0
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+2
2024-05-08kexec: fix the unexpected kexec_dprintk() macroBaoquan He1-4/+2
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain1-4/+7
2024-02-24crash: split crash dumping code out from kexec_core.cBaoquan He1-44/+1
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He1-0/+1
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-0/+1
2023-12-21kexec_file: add kexec_file flag to control debug printingBaoquan He1-1/+8
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He1-4/+0
2023-08-25crash: hotplug support for kexec_load()Eric DeVolder1-2/+12
2023-08-25crash: memory and CPU hotplug sysfs attributesEric DeVolder1-0/+8
2023-08-25crash: add generic infrastructure for crash hotplug supportEric DeVolder1-0/+11
2023-08-25crash: move a few code bits to setup support of crash hotplugEric DeVolder1-15/+0
2023-04-08kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas1-6/+0
2023-04-08x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas1-2/+0
2023-02-03kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda1-1/+1
2023-02-03kexec: factor out kexec_load_permittedRicardo Ribalda1-1/+2
2022-11-19kexec: replace crash_mem_range with rangeLi Chen1-5/+2
2022-09-12kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider1-1/+1
2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu1-0/+7
2022-07-15kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu1-5/+0
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-4/+28
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao1-6/+38
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu1-0/+6
2022-06-01Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-05-27kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-8/+38
2022-05-19kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang1-1/+1
2022-03-24kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang1-6/+6
2021-03-08powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian1-0/+3
2021-03-08kexec: Move ELF fields to struct kimageLakshmi Ramasubramanian1-0/+5
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2021-02-22kexec: move machine_kexec_post_load() to public interfacePavel Tatashin1-0/+2
2021-02-10ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian1-0/+5
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini1-11/+18
2020-06-16kexec: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-09-26kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik1-0/+2
2019-09-07kexec_elf: remove parsing of section headersSven Schnelle1-1/+0
2019-09-07kexec: add KEXEC_ELFSven Schnelle1-0/+24
2019-08-20kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac1-2/+2
2018-12-27Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1