aboutsummaryrefslogtreecommitdiff
path: root/kernel/kexec.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08kexec: add machine_kexec_post_load()Gravatar Pavel Tatashin 1-0/+4
2019-08-19kexec_load: Disable at runtime if the kernel is locked downGravatar Matthew Garrett 1-0/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Gravatar Thomas Gleixner 1-3/+1
2018-07-16kexec: add call to LSM hook in original kexec_load syscallGravatar Mimi Zohar 1-0/+8
2018-04-02kexec: call do_kexec_load() in compat syscall directlyGravatar Dominik Brodowski 1-13/+39
2017-07-12kdump: protect vmcoreinfo data under the crash memoryGravatar Xunlei Pang 1-0/+8
2016-08-02kexec: allow architectures to override boot mappingGravatar Russell King 1-1/+2
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Gravatar Xunlei Pang 1-12/+0
2016-05-23kexec: do a cleanup for function kexec_loadGravatar Minfei Huang 1-56/+69
2016-05-23kexec: make a pair of map/unmap reserved pages in error pathGravatar Minfei Huang 1-3/+6
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryGravatar Xunlei Pang 1-1/+8
2016-01-20kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Gravatar Xunlei Pang 1-5/+5
2015-11-06kexec: use file name as the output message prefixGravatar Minfei Huang 1-0/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1493/+2
2015-09-10kexec: split kexec_file syscall code to kexec_file.cGravatar Dave Young 1-1045/+11
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathGravatar HATAYAMA Daisuke 1-0/+11
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPGravatar Martin Schwidefsky 1-1/+1
2015-02-17kexec: simplify conditionalGravatar Geoff Levand 1-7/+10
2015-02-17kexec: fix a typo in commentGravatar Alexander Kuleshov 1-1/+1
2015-02-17kexec: remove never used member destination in kimageGravatar Baoquan He 1-4/+0
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-01-26kexec, Kconfig: spell "architecture" properlyGravatar Borislav Petkov 1-1/+1
2014-12-13kexec: remove unnecessary KERN_ERR from kexec.cGravatar Masanari Iida 1-1/+1
2014-10-14kexec: remove the unused function parameterGravatar Baoquan He 1-2/+1
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsGravatar Baoquan He 1-21/+8
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallGravatar Vivek Goyal 1-0/+11
2014-08-08kexec: verify the signature of signed PE bzImageGravatar Vivek Goyal 1-0/+15
2014-08-08kexec: support for kexec on panic using new system callGravatar Vivek Goyal 1-9/+37
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryGravatar Vivek Goyal 1-3/+8
2014-08-08kexec: load and relocate purgatory at kernel load timeGravatar Vivek Goyal 1-1/+543
2014-08-08kexec: implementation of new syscall kexec_file_loadGravatar Vivek Goyal 1-5/+478
2014-08-08kexec: new syscall kexec_file_load() declarationGravatar Vivek Goyal 1-0/+7
2014-08-08kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()Gravatar Vivek Goyal 1-71/+34
2014-08-08kexec: move segment verification code in a separate functionGravatar Vivek Goyal 1-82/+100
2014-08-08kexec: rename unusebale_pages to unusable_pagesGravatar Vivek Goyal 1-3/+3
2014-07-30kexec: fix build error when hugetlbfs is disabledGravatar David Rientjes 1-0/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOGravatar Atsushi Kumagai 1-0/+2
2014-06-23kexec: save PG_head_mask in VMCOREINFOGravatar Petr Tesarik 1-0/+1
2014-06-06kernel/kexec.c: convert printk to pr_foo()Gravatar Fabian Frederick 1-37/+32
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeGravatar Srivatsa S. Bhat 1-0/+8
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-2/+3
2014-04-03kernel: audit/fix non-modular users of module_init in core codeGravatar Paul Gortmaker 1-2/+2
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesGravatar Heiko Carstens 1-4/+4
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Gravatar Chen Gang 1-1/+1
2014-01-23kexec: add sysctl to disable kexec_loadGravatar Kees Cook 1-1/+2
2013-12-18kexec: migrate to reboot cpuGravatar Vivek Goyal 1-0/+1
2013-12-07PCI: Disable Bus Master only on kexec rebootGravatar Khalid Aziz 1-0/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-10-14kexec: Typo s/the/then/Gravatar Geert Uytterhoeven 1-1/+1
2013-09-11kexec: remove unnecessary returnGravatar Xishi Qiu 1-4/+1