aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kexec.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-14Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Gravatar Baoquan He 1-6/+0
2016-11-30kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.Gravatar Thiago Jung Bauermann 1-0/+1
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Gravatar Thiago Jung Bauermann 1-6/+2
2016-11-30kexec_file: Allow arch-specific memory walking for kexec_add_bufferGravatar Thiago Jung Bauermann 1-1/+28
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesGravatar Thomas Garnier 1-0/+6
2016-08-02kexec: add a kexec_crash_loaded() functionGravatar Petr Tesarik 1-0/+2
2016-08-02kexec: allow architectures to override boot mappingGravatar Russell King 1-0/+40
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tGravatar Russell King 1-1/+1
2016-08-02kexec: don't invoke OOM-killer for control page allocationGravatar Russell King 1-1/+1
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Gravatar Xunlei Pang 1-2/+0
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryGravatar Xunlei Pang 1-0/+2
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEGravatar Xunlei Pang 1-37/+25
2015-12-19kexec: Fix race between panic() and crash_kexec()Gravatar Hidehiro Kawai 1-0/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-3/+3
2015-09-10kexec: split kexec_file syscall code to kexec_file.cGravatar Dave Young 1-0/+11
2015-08-04kexec: define kexec_in_progress in !CONFIG_KEXEC caseGravatar Vitaly Kuznetsov 1-0/+1
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPGravatar Martin Schwidefsky 1-0/+4
2015-02-17kexec: add IND_FLAGS macroGravatar Geoff Levand 1-0/+1
2015-02-17kexec: add bit definitions for kimage entry flagsGravatar Geoff Levand 1-4/+15
2015-02-17kexec: remove never used member destination in kimageGravatar Baoquan He 1-2/+0
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsGravatar Baoquan He 1-0/+1
2014-08-08kexec: verify the signature of signed PE bzImageGravatar Vivek Goyal 1-0/+3
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryGravatar Vivek Goyal 1-1/+1
2014-08-08kexec: load and relocate purgatory at kernel load timeGravatar Vivek Goyal 1-0/+33
2014-08-08kexec: implementation of new syscall kexec_file_loadGravatar Vivek Goyal 1-0/+53
2014-08-08kexec: make kexec_segment user buffer pointer a unionGravatar Vivek Goyal 1-1/+12