summaryrefslogtreecommitdiff
path: root/include/linux/kexec.h
AgeCommit message (Expand)Author
2021-03-08powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian
2021-03-08kexec: Move ELF fields to struct kimageLakshmi Ramasubramanian
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-02-22kexec: move machine_kexec_post_load() to public interfacePavel Tatashin
2021-02-10ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini
2020-06-15kexec: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-25kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik
2019-09-06kexec_elf: remove parsing of section headersSven Schnelle
2019-09-06kexec: add KEXEC_ELFSven Schnelle
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-06powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro
2018-12-06s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro
2018-12-06kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo
2018-04-13include/linux/kexec.h: silence compile warningsPhilipp Rudo
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro
2018-04-02kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang
2017-07-05s390/crash: Remove unused KEXEC_NOTE_BYTESMichael Holzheu
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2016-12-14Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He
2016-11-30kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.Thiago Jung Bauermann
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann
2016-11-30kexec_file: Allow arch-specific memory walking for kexec_add_bufferThiago Jung Bauermann
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik
2016-08-02kexec: allow architectures to override boot mappingRussell King
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King
2016-08-02kexec: don't invoke OOM-killer for control page allocationRussell King
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang
2015-12-19kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young
2015-08-04kexec: define kexec_in_progress in !CONFIG_KEXEC caseVitaly Kuznetsov
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky
2015-02-17kexec: add IND_FLAGS macroGeoff Levand
2015-02-17kexec: add bit definitions for kimage entry flagsGeoff Levand