Age | Commit message (Expand) | Author | Files | Lines |
2023-02-03 | kexec: introduce sysctl parameters kexec_load_limit_* | Ricardo Ribalda | 1 | -1/+3 |
2023-02-03 | kexec: factor out kexec_load_permitted | Ricardo Ribalda | 1 | -1/+1 |
2022-09-12 | panic, kexec: make __crash_kexec() NMI safe | Valentin Schneider | 1 | -7/+4 |
2021-09-09 | kexec: avoid compat_alloc_user_space | Arnd Bergmann | 1 | -36/+25 |
2021-09-09 | kexec: move locking into do_kexec_load | Arnd Bergmann | 1 | -28/+16 |
2020-10-05 | LSM: Introduce kernel_post_load_data() hook | Kees Cook | 1 | -1/+1 |
2020-01-08 | kexec: add machine_kexec_post_load() | Pavel Tatashin | 1 | -0/+4 |
2019-08-20 | kexec_load: Disable at runtime if the kernel is locked down | Matthew Garrett | 1 | -0/+8 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 | Thomas Gleixner | 1 | -3/+1 |
2018-07-16 | kexec: add call to LSM hook in original kexec_load syscall | Mimi Zohar | 1 | -0/+8 |
2018-04-02 | kexec: call do_kexec_load() in compat syscall directly | Dominik Brodowski | 1 | -13/+39 |
2017-07-13 | kdump: protect vmcoreinfo data under the crash memory | Xunlei Pang | 1 | -0/+8 |
2016-08-03 | kexec: allow architectures to override boot mapping | Russell King | 1 | -1/+2 |
2016-05-24 | s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote... | Xunlei Pang | 1 | -12/+0 |
2016-05-24 | kexec: do a cleanup for function kexec_load | Minfei Huang | 1 | -56/+69 |
2016-05-24 | kexec: make a pair of map/unmap reserved pages in error path | Minfei Huang | 1 | -3/+6 |
2016-05-24 | kexec: introduce a protection mechanism for the crashkernel reserved memory | Xunlei Pang | 1 | -1/+8 |
2016-01-21 | kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list() | Xunlei Pang | 1 | -5/+5 |
2015-11-07 | kexec: use file name as the output message prefix | Minfei Huang | 1 | -0/+2 |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -1493/+2 |
2015-09-10 | kexec: split kexec_file syscall code to kexec_file.c | Dave Young | 1 | -1045/+11 |
2015-07-01 | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path | HATAYAMA Daisuke | 1 | -0/+11 |
2015-04-23 | kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP | Martin Schwidefsky | 1 | -1/+1 |
2015-02-18 | kexec: simplify conditional | Geoff Levand | 1 | -7/+10 |
2015-02-18 | kexec: fix a typo in comment | Alexander Kuleshov | 1 | -1/+1 |
2015-02-18 | kexec: remove never used member destination in kimage | Baoquan He | 1 | -4/+0 |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2015-01-26 | kexec, Kconfig: spell "architecture" properly | Borislav Petkov | 1 | -1/+1 |
2014-12-13 | kexec: remove unnecessary KERN_ERR from kexec.c | Masanari Iida | 1 | -1/+1 |
2014-10-14 | kexec: remove the unused function parameter | Baoquan He | 1 | -2/+1 |
2014-10-14 | kexec: take the segment adding out of locate_mem_hole functions | Baoquan He | 1 | -21/+8 |
2014-08-30 | kexec: create a new config option CONFIG_KEXEC_FILE for new syscall | Vivek Goyal | 1 | -0/+11 |
2014-08-09 | kexec: verify the signature of signed PE bzImage | Vivek Goyal | 1 | -0/+15 |
2014-08-09 | kexec: support for kexec on panic using new system call | Vivek Goyal | 1 | -9/+37 |
2014-08-09 | kexec-bzImage64: support for loading bzImage using 64bit entry | Vivek Goyal | 1 | -3/+8 |
2014-08-09 | kexec: load and relocate purgatory at kernel load time | Vivek Goyal | 1 | -1/+543 |
2014-08-09 | kexec: implementation of new syscall kexec_file_load | Vivek Goyal | 1 | -5/+478 |
2014-08-09 | kexec: new syscall kexec_file_load() declaration | Vivek Goyal | 1 | -0/+7 |
2014-08-09 | kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc() | Vivek Goyal | 1 | -71/+34 |
2014-08-09 | kexec: move segment verification code in a separate function | Vivek Goyal | 1 | -82/+100 |
2014-08-09 | kexec: rename unusebale_pages to unusable_pages | Vivek Goyal | 1 | -3/+3 |
2014-07-31 | kexec: fix build error when hugetlbfs is disabled | David Rientjes | 1 | -0/+2 |
2014-07-31 | kexec: export free_huge_page to VMCOREINFO | Atsushi Kumagai | 1 | -0/+2 |
2014-06-24 | kexec: save PG_head_mask in VMCOREINFO | Petr Tesarik | 1 | -0/+1 |
2014-06-07 | kernel/kexec.c: convert printk to pr_foo() | Fabian Frederick | 1 | -37/+32 |
2014-05-28 | powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST mode | Srivatsa S. Bhat | 1 | -0/+8 |
2014-04-08 | kernel: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 1 | -2/+3 |
2014-04-04 | kernel: audit/fix non-modular users of module_init in core code | Paul Gortmaker | 1 | -2/+2 |
2014-03-06 | kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types | Heiko Carstens | 1 | -4/+4 |
2014-01-28 | kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_... | Chen Gang | 1 | -1/+1 |