aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kexec.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-24crash: hotplug support for kexec_load()Gravatar Eric DeVolder 1-2/+12
2023-08-24crash: memory and CPU hotplug sysfs attributesGravatar Eric DeVolder 1-0/+8
2023-08-24crash: add generic infrastructure for crash hotplug supportGravatar Eric DeVolder 1-0/+11
2023-08-24crash: move a few code bits to setup support of crash hotplugGravatar Eric DeVolder 1-15/+0
2023-04-08kexec: remove unnecessary arch_kexec_kernel_image_load()Gravatar Bjorn Helgaas 1-6/+0
2023-04-08x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Gravatar Bjorn Helgaas 1-2/+0
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Gravatar Ricardo Ribalda 1-1/+1
2023-02-02kexec: factor out kexec_load_permittedGravatar Ricardo Ribalda 1-1/+2
2022-11-18kexec: replace crash_mem_range with rangeGravatar Li Chen 1-5/+2
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksGravatar Valentin Schneider 1-1/+1
2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericGravatar Coiby Xu 1-0/+7
2022-07-15kexec: clean up arch_kexec_kernel_verify_sigGravatar Coiby Xu 1-5/+0
2022-07-15kexec: drop weak attribute from functionsGravatar Naveen N. Rao 1-4/+28
2022-07-15kexec_file: drop weak attribute from functionsGravatar Naveen N. Rao 1-6/+38
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredGravatar Coiby Xu 1-0/+6
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-05-27kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Gravatar Naveen N. Rao 1-8/+38
2022-05-19kexec_file: Fix kexec_file.c build error for riscv platformGravatar Liao Chang 1-1/+1
2022-03-23kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleGravatar Jisheng Zhang 1-6/+6
2021-03-08powerpc: Move ima buffer fields to struct kimageGravatar Lakshmi Ramasubramanian 1-0/+3
2021-03-08kexec: Move ELF fields to struct kimageGravatar Lakshmi Ramasubramanian 1-0/+5
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+2
2021-02-22kexec: move machine_kexec_post_load() to public interfaceGravatar Pavel Tatashin 1-0/+2
2021-02-10ima: Free IMA measurement buffer after kexec syscallGravatar Lakshmi Ramasubramanian 1-0/+5
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeGravatar Hari Bathini 1-11/+18
2020-06-15kexec: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2019-09-25kexec: restore arch_kexec_kernel_image_probe declarationGravatar Vasily Gorbik 1-0/+2
2019-09-06kexec_elf: remove parsing of section headersGravatar Sven Schnelle 1-1/+0
2019-09-06kexec: add KEXEC_ELFGravatar Sven Schnelle 1-0/+24
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEGravatar Jiri Bohac 1-2/+2
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2018-12-06powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()Gravatar AKASHI Takahiro 1-2/+0
2018-12-06s390, kexec_file: drop arch_kexec_mem_walk()Gravatar AKASHI Takahiro 1-0/+8
2018-12-06kexec_file: make kexec_image_post_load_cleanup_default() globalGravatar AKASHI Takahiro 1-0/+1
2018-11-23x86/headers: Fix -Wmissing-prototypes warningGravatar Yi Wang 1-0/+1
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressGravatar Philipp Rudo 1-11/+6
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Gravatar Philipp Rudo 1-4/+9
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constGravatar Philipp Rudo 1-6/+11
2018-04-13include/linux/kexec.h: silence compile warningsGravatar Philipp Rudo 1-0/+2
2018-04-13kexec_file, x86: move re-factored code to generic sideGravatar AKASHI Takahiro 1-0/+19
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsGravatar AKASHI Takahiro 1-7/+6
2018-04-02kexec: move sys_kexec_load() prototype to syscalls.hGravatar Dominik Brodowski 1-4/+0
2017-11-07resource: Provide resource struct in resource walk callbackGravatar Tom Lendacky 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-18x86/mm, kexec: Allow kexec to be used with SMEGravatar Tom Lendacky 1-0/+8
2017-07-12kdump: protect vmcoreinfo data under the crash memoryGravatar Xunlei Pang 1-0/+2
2017-07-05s390/crash: Remove unused KEXEC_NOTE_BYTESGravatar Michael Holzheu 1-9/+0
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREGravatar Hari Bathini 1-53/+4
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-6/+30