summaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c
Commit message (Expand)AuthorAgeFilesLines
* crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-231-2/+9
* kernel: kexec: copy user-array safelyPhilipp Stanner2023-10-091-1/+1
* crash: hotplug support for kexec_load()Eric DeVolder2023-08-241-0/+5
* kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda2023-02-021-1/+3
* kexec: factor out kexec_load_permittedRicardo Ribalda2023-02-021-1/+1
* panic, kexec: make __crash_kexec() NMI safeValentin Schneider2022-09-111-7/+4
* kexec: avoid compat_alloc_user_spaceArnd Bergmann2021-09-081-36/+25
* kexec: move locking into do_kexec_loadArnd Bergmann2021-09-081-28/+16
* LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-051-1/+1
* kexec: add machine_kexec_post_load()Pavel Tatashin2020-01-081-0/+4
* kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett2019-08-191-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* kexec: add call to LSM hook in original kexec_load syscallMimi Zohar2018-07-161-0/+8
* kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski2018-04-021-13/+39
* kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-121-0/+8
* kexec: allow architectures to override boot mappingRussell King2016-08-021-1/+2
* s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-231-12/+0
* kexec: do a cleanup for function kexec_loadMinfei Huang2016-05-231-56/+69
* kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang2016-05-231-3/+6
* kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-231-1/+8
* kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang2016-01-201-5/+5
* kexec: use file name as the output message prefixMinfei Huang2015-11-061-0/+2
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1493/+2
* kexec: split kexec_file syscall code to kexec_file.cDave Young2015-09-101-1045/+11
* kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-301-0/+11
* kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky2015-04-231-1/+1
* kexec: simplify conditionalGeoff Levand2015-02-171-7/+10
* kexec: fix a typo in commentAlexander Kuleshov2015-02-171-1/+1
* kexec: remove never used member destination in kimageBaoquan He2015-02-171-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-101-1/+1
|\
| * kexec, Kconfig: spell "architecture" properlyBorislav Petkov2015-01-261-1/+1
* | kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida2014-12-131-1/+1
|/
* kexec: remove the unused function parameterBaoquan He2014-10-141-2/+1
* kexec: take the segment adding out of locate_mem_hole functionsBaoquan He2014-10-141-21/+8
* kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal2014-08-291-0/+11
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-081-0/+15
* kexec: support for kexec on panic using new system callVivek Goyal2014-08-081-9/+37
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-081-3/+8
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-1/+543
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-5/+478
* kexec: new syscall kexec_file_load() declarationVivek Goyal2014-08-081-0/+7
* kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()Vivek Goyal2014-08-081-71/+34
* kexec: move segment verification code in a separate functionVivek Goyal2014-08-081-82/+100
* kexec: rename unusebale_pages to unusable_pagesVivek Goyal2014-08-081-3/+3
* kexec: fix build error when hugetlbfs is disabledDavid Rientjes2014-07-301-0/+2
* kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-301-0/+2
* kexec: save PG_head_mask in VMCOREINFOPetr Tesarik2014-06-231-0/+1
* kernel/kexec.c: convert printk to pr_foo()Fabian Frederick2014-06-061-37/+32
* powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat2014-05-281-0/+8
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-2/+3