summaryrefslogtreecommitdiff
path: root/kernel/kexec.c
Commit message (Expand)AuthorAge
* kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski2018-04-02
* kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-12
* kexec: allow architectures to override boot mappingRussell King2016-08-02
* s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-23
* kexec: do a cleanup for function kexec_loadMinfei Huang2016-05-23
* kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang2016-05-23
* kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-23
* kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang2016-01-20
* kexec: use file name as the output message prefixMinfei Huang2015-11-06
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-10
* kexec: split kexec_file syscall code to kexec_file.cDave Young2015-09-10
* kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-30
* kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky2015-04-23
* kexec: simplify conditionalGeoff Levand2015-02-17
* kexec: fix a typo in commentAlexander Kuleshov2015-02-17
* kexec: remove never used member destination in kimageBaoquan He2015-02-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-10
|\
| * kexec, Kconfig: spell "architecture" properlyBorislav Petkov2015-01-26
* | kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida2014-12-13
|/
* kexec: remove the unused function parameterBaoquan He2014-10-14
* kexec: take the segment adding out of locate_mem_hole functionsBaoquan He2014-10-14
* kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal2014-08-29
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-08
* kexec: support for kexec on panic using new system callVivek Goyal2014-08-08
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-08
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-08
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-08
* kexec: new syscall kexec_file_load() declarationVivek Goyal2014-08-08
* kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()Vivek Goyal2014-08-08
* kexec: move segment verification code in a separate functionVivek Goyal2014-08-08
* kexec: rename unusebale_pages to unusable_pagesVivek Goyal2014-08-08
* kexec: fix build error when hugetlbfs is disabledDavid Rientjes2014-07-30
* kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-30
* kexec: save PG_head_mask in VMCOREINFOPetr Tesarik2014-06-23
* kernel/kexec.c: convert printk to pr_foo()Fabian Frederick2014-06-06
* powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat2014-05-28
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-07
* kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-03
* kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-06
* kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-27
* kexec: add sysctl to disable kexec_loadKees Cook2014-01-23
* kexec: migrate to reboot cpuVivek Goyal2013-12-18
* PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-07
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
|\
| * kexec: Typo s/the/then/Geert Uytterhoeven2013-10-14
* | kexec: remove unnecessary returnXishi Qiu2013-09-11
|/
* kexec: Use min() and min_t() to simplify logicZhang Yanfei2013-04-30
* kexec: fix wrong types of some local variablesZhang Yanfei2013-04-30
* kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai2013-04-29
* mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim2013-04-29