aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-16kexec: add call to LSM hook in original kexec_load syscallMimi Zohar1-0/+8
2018-04-02kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski1-13/+39
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang1-0/+8
2016-08-02kexec: allow architectures to override boot mappingRussell King1-1/+2
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()Xunlei Pang1-12/+0
2016-05-23kexec: do a cleanup for function kexec_loadMinfei Huang1-56/+69
2016-05-23kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang1-3/+6
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang1-1/+8
2016-01-20kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang1-5/+5
2015-11-06kexec: use file name as the output message prefixMinfei Huang1-0/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-1493/+2
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young1-1045/+11
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke1-0/+11
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-1/+1
2015-02-17kexec: simplify conditionalGeoff Levand1-7/+10
2015-02-17kexec: fix a typo in commentAlexander Kuleshov1-1/+1
2015-02-17kexec: remove never used member destination in kimageBaoquan He1-4/+0
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-01-26kexec, Kconfig: spell "architecture" properlyBorislav Petkov1-1/+1
2014-12-13kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida1-1/+1
2014-10-14kexec: remove the unused function parameterBaoquan He1-2/+1
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He1-21/+8
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal1-0/+11
2014-08-08kexec: verify the signature of signed PE bzImageVivek Goyal1-0/+15
2014-08-08kexec: support for kexec on panic using new system callVivek Goyal1-9/+37
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal1-3/+8
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal1-1/+543
2014-08-08kexec: implementation of new syscall kexec_file_loadVivek Goyal1-5/+478
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal1-0/+7
2014-08-08kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()Vivek Goyal1-71/+34
2014-08-08kexec: move segment verification code in a separate functionVivek Goyal1-82/+100
2014-08-08kexec: rename unusebale_pages to unusable_pagesVivek Goyal1-3/+3
2014-07-30kexec: fix build error when hugetlbfs is disabledDavid Rientjes1-0/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai1-0/+2
2014-06-23kexec: save PG_head_mask in VMCOREINFOPetr Tesarik1-0/+1
2014-06-06kernel/kexec.c: convert printk to pr_foo()Fabian Frederick1-37/+32
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat1-0/+8
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-2/+3
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker1-2/+2
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-4/+4
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_str()Chen Gang1-1/+1
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook1-1/+2
2013-12-18kexec: migrate to reboot cpuVivek Goyal1-0/+1
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-0/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-10-14kexec: Typo s/the/then/Geert Uytterhoeven1-1/+1
2013-09-11kexec: remove unnecessary returnXishi Qiu1-4/+1
2013-04-30kexec: Use min() and min_t() to simplify logicZhang Yanfei1-16/+8
2013-04-30kexec: fix wrong types of some local variablesZhang Yanfei1-3/+3
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai1-1/+2