summaryrefslogtreecommitdiffstats
path: root/include/linux/kexec.h
Commit message (Expand)AuthorAgeFilesLines
* kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-131-11/+6
* kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo2018-04-131-4/+9
* kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2018-04-131-6/+11
* include/linux/kexec.h: silence compile warningsPhilipp Rudo2018-04-131-0/+2
* kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro2018-04-131-0/+19
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-131-7/+6
* kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski2018-04-021-4/+0
* 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-121-0/+2
* s390/crash: Remove unused KEXEC_NOTE_BYTESMichael Holzheu2017-07-051-9/+0
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-081-53/+4
* 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
|\