summaryrefslogtreecommitdiff
path: root/include/linux/kexec.h
AgeCommit message (Expand)Author
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
2015-02-17kexec: remove never used member destination in kimageBaoquan He
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He
2014-08-08kexec: verify the signature of signed PE bzImageVivek Goyal
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal
2014-08-08kexec: implementation of new syscall kexec_file_loadVivek Goyal
2014-08-08kexec: make kexec_segment user buffer pointer a unionVivek Goyal
2014-08-08kexec: rename unusebale_pages to unusable_pagesVivek Goyal
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu
2013-01-29x86: Add Crash kernel low reservationYinghai Lu
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-05-31kexec: export kexec.h to user spacemaximilian attems
2012-01-23kdump: define KEXEC_NOTE_BYTES arch specific for s390xMichael Holzheu
2011-10-31Merge branch 'akpm' (Andrew's incoming)Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-30[S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu
2011-10-30[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu
2011-04-01kdump: Allow shrinking of kdump region to be overriddenAnton Blanchard
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang
2008-10-31kexec/i386: allocate page table pages dynamicallyHuang Ying