summaryrefslogtreecommitdiffstats
path: root/include/linux/kexec.h
Commit message (Expand)AuthorAgeFilesLines
* crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-231-4/+7
* crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-231-44/+1
* crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-231-0/+1
* kexec: split crashkernel reservation code out from crash_core.cBaoquan He2024-02-231-0/+1
* kexec_file: add kexec_file flag to control debug printingBaoquan He2023-12-201-1/+8
* crash_core: move crashk_*res definition into crash_core.cBaoquan He2023-10-041-4/+0
* crash: hotplug support for kexec_load()Eric DeVolder2023-08-241-2/+12
* crash: memory and CPU hotplug sysfs attributesEric DeVolder2023-08-241-0/+8
* crash: add generic infrastructure for crash hotplug supportEric DeVolder2023-08-241-0/+11
* crash: move a few code bits to setup support of crash hotplugEric DeVolder2023-08-241-15/+0
* kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-081-6/+0
* x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-081-2/+0
* kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda2023-02-021-1/+1
* kexec: factor out kexec_load_permittedRicardo Ribalda2023-02-021-1/+2
* kexec: replace crash_mem_range with rangeLi Chen2022-11-181-5/+2
* kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider2022-09-111-1/+1
* kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu2022-07-151-0/+7
* kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu2022-07-151-5/+0
* kexec: drop weak attribute from functionsNaveen N. Rao2022-07-151-4/+28
* kexec_file: drop weak attribute from functionsNaveen N. Rao2022-07-151-6/+38
* ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-131-0/+6
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-1/+1
|\
| * kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang2022-05-191-1/+1
* | kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-05-271-8/+38
|/
* kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang2022-03-231-6/+6
* powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian2021-03-081-0/+3
* kexec: Move ELF fields to struct kimageLakshmi Ramasubramanian2021-03-081-0/+5
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-02-261-0/+2
|\
| * kexec: move machine_kexec_post_load() to public interfacePavel Tatashin2021-02-221-0/+2
* | ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-02-101-0/+5
|/
* kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini2020-07-291-11/+18
* kexec: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-2/+2
|\
| * kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-191-2/+2
* | kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik2019-09-251-0/+2
* | kexec_elf: remove parsing of section headersSven Schnelle2019-09-061-1/+0
* | kexec: add KEXEC_ELFSven Schnelle2019-09-061-0/+24
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-0/+1
|\
| * x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-231-0/+1
* | powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro2018-12-061-2/+0
* | s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro2018-12-061-0/+8
* | kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro2018-12-061-0/+1
|/
* kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-131-11/+6
* kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo2018-04-131-4/+9
* kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2018-04-131-6/+11
* include/linux/kexec.h: silence compile warningsPhilipp Rudo2018-04-131-0/+2
* kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro2018-04-131-0/+19
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-131-7/+6
* kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski2018-04-021-4/+0
* resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-071-1/+1