summaryrefslogtreecommitdiffstats
path: root/include/linux/kexec.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
| * 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-141-6/+0
|/
* kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2016-10-111-0/+6
* kexec: add a kexec_crash_loaded() functionPetr Tesarik2016-08-021-0/+2
* kexec: allow architectures to override boot mappingRussell King2016-08-021-0/+40
* kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King2016-08-021-1/+1
* kexec: don't invoke OOM-killer for control page allocationRussell King2016-08-021-1/+1
* s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-231-2/+0
* kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-231-0/+2
* kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-201-37/+25
* 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-041-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/+0
* 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-081-0/+3
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-081-1/+1
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+33
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-0/+53
* kexec: make kexec_segment user buffer pointer a unionVivek Goyal2014-08-081-1/+12
* kexec: rename unusebale_pages to unusable_pagesVivek Goyal2014-08-081-1/+1
* kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-6/+0
* kexec: add sysctl to disable kexec_loadKees Cook2014-01-231-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
* x86: Add Crash kernel low reservationYinghai Lu2013-01-291-0/+3
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-51/+1
* kexec: export kexec.h to user spacemaximilian attems2012-05-311-22/+53
* kdump: define KEXEC_NOTE_BYTES arch specific for s390xMichael Holzheu2012-01-231-0/+2
* Merge branch 'akpm' (Andrew's incoming)Linus Torvalds2011-10-311-2/+2
|\
| * treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+2
* | [S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu2011-10-301-0/+6
* | [S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu2011-10-301-0/+4
|/
* kdump: Allow shrinking of kdump region to be overriddenAnton Blanchard2011-04-011-0/+1
* percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-171-1/+1
* kexec: premit reduction of the reserved memory sizeAmerigo Wang2009-12-161-0/+2
* kexec/i386: allocate page table pages dynamicallyHuang Ying2008-10-311-0/+4
* kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying2008-08-151-2/+2
* kdump: report actual value of VMCOREINFO_OSRELEASE in VMCOREINFOBernhard Walle2008-08-051-2/+2
* kexec jumpHuang Ying2008-07-261-4/+13
* vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi2008-02-071-0/+4
* vmcoreinfo: use the existing offsetof() for VMCOREINFO_OFFSET()Ken'ichi Ohmichi2008-02-071-1/+1
* vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi2008-02-071-3/+3