summaryrefslogtreecommitdiffstats
path: root/include/linux/kexec.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-271-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/+0Star
* | 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-141-11/+6Star
* kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo2018-04-141-4/+9
* kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2018-04-141-6/+11
* include/linux/kexec.h: silence compile warningsPhilipp Rudo2018-04-141-0/+2
* kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro2018-04-141-0/+19
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-141-7/+6Star
* kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski2018-04-021-4/+0Star
* resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-071-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-181-0/+8
* kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-131-0/+2
* s390/crash: Remove unused KEXEC_NOTE_BYTESMichael Holzheu2017-07-051-9/+0Star
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-091-53/+4Star
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-6/+30
|\
| * kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.Thiago Jung Bauermann2016-11-301-0/+1
| * kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann2016-11-301-6/+2Star
| * kexec_file: Allow arch-specific memory walking for kexec_add_bufferThiago Jung Bauermann2016-11-301-1/+28
* | Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2016-12-151-6/+0Star
|/
* kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2016-10-121-0/+6
* kexec: add a kexec_crash_loaded() functionPetr Tesarik2016-08-031-0/+2
* kexec: allow architectures to override boot mappingRussell King2016-08-031-0/+40
* kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King2016-08-031-1/+1
* kexec: don't invoke OOM-killer for control page allocationRussell King2016-08-031-1/+1
* s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-241-2/+0Star
* kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-241-0/+2
* kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-211-37/+25Star
* kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai2015-12-191-0/+2
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-3/+3
* kexec: split kexec_file syscall code to kexec_file.cDave Young2015-09-101-0/+11
* kexec: define kexec_in_progress in !CONFIG_KEXEC caseVitaly Kuznetsov2015-08-051-0/+1
* kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky2015-04-231-0/+4
* kexec: add IND_FLAGS macroGeoff Levand2015-02-171-0/+1
* kexec: add bit definitions for kimage entry flagsGeoff Levand2015-02-171-4/+15
* kexec: remove never used member destination in kimageBaoquan He2015-02-171-2/+0Star
* kexec: take the segment adding out of locate_mem_hole functionsBaoquan He2014-10-141-0/+1
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-091-0/+3
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-091-1/+1
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-091-0/+33
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-091-0/+53
* kexec: make kexec_segment user buffer pointer a unionVivek Goyal2014-08-091-1/+12
* kexec: rename unusebale_pages to unusable_pagesVivek Goyal2014-08-091-1/+1
* kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-6/+0Star
* kexec: add sysctl to disable kexec_loadKees Cook2014-01-241-0/+1
* PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-071-0/+3
* x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu2013-04-171-0/+2