Age | Commit message (Expand) | Author |
2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-09-25 | kexec: restore arch_kexec_kernel_image_probe declaration | Vasily Gorbik |
2019-09-06 | kexec_elf: remove parsing of section headers | Sven Schnelle |
2019-09-06 | kexec: add KEXEC_ELF | Sven Schnelle |
2019-08-19 | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE | Jiri Bohac |
2018-12-26 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-12-06 | powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem() | AKASHI Takahiro |
2018-12-06 | s390, kexec_file: drop arch_kexec_mem_walk() | AKASHI Takahiro |
2018-12-06 | kexec_file: make kexec_image_post_load_cleanup_default() global | AKASHI Takahiro |
2018-11-23 | x86/headers: Fix -Wmissing-prototypes warning | Yi Wang |
2018-04-13 | kernel/kexec_file.c: allow archs to set purgatory load address | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: make purgatory_info->ehdr const | Philipp Rudo |
2018-04-13 | include/linux/kexec.h: silence compile warnings | Philipp Rudo |
2018-04-13 | kexec_file, x86: move re-factored code to generic side | AKASHI Takahiro |
2018-04-13 | kexec_file,x86,powerpc: factor out kexec_file_ops functions | AKASHI Takahiro |
2018-04-02 | kexec: move sys_kexec_load() prototype to syscalls.h | Dominik Brodowski |
2017-11-07 | resource: Provide resource struct in resource walk callback | Tom Lendacky |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-18 | x86/mm, kexec: Allow kexec to be used with SME | Tom Lendacky |
2017-07-12 | kdump: protect vmcoreinfo data under the crash memory | Xunlei Pang |
2017-07-05 | s390/crash: Remove unused KEXEC_NOTE_BYTES | Michael Holzheu |
2017-05-08 | crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE | Hari Bathini |
2016-12-16 | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2016-12-14 | Revert "kdump, vmcoreinfo: report memory sections virtual addresses" | Baoquan He |
2016-11-30 | kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. | Thiago Jung Bauermann |
2016-11-30 | kexec_file: Change kexec_add_buffer to take kexec_buf as argument. | Thiago Jung Bauermann |
2016-11-30 | kexec_file: Allow arch-specific memory walking for kexec_add_buffer | Thiago Jung Bauermann |
2016-10-11 | kdump, vmcoreinfo: report memory sections virtual addresses | Thomas Garnier |
2016-08-02 | kexec: add a kexec_crash_loaded() function | Petr Tesarik |
2016-08-02 | kexec: allow architectures to override boot mapping | Russell King |
2016-08-02 | kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t | Russell King |
2016-08-02 | kexec: don't invoke OOM-killer for control page allocation | Russell King |
2016-05-23 | s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote... | Xunlei Pang |
2016-05-23 | kexec: introduce a protection mechanism for the crashkernel reserved memory | Xunlei Pang |
2016-01-20 | kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE | Xunlei Pang |
2015-12-19 | kexec: Fix race between panic() and crash_kexec() | Hidehiro Kawai |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young |
2015-09-10 | kexec: split kexec_file syscall code to kexec_file.c | Dave Young |
2015-08-04 | kexec: define kexec_in_progress in !CONFIG_KEXEC case | Vitaly Kuznetsov |
2015-04-23 | kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP | Martin Schwidefsky |
2015-02-17 | kexec: add IND_FLAGS macro | Geoff Levand |
2015-02-17 | kexec: add bit definitions for kimage entry flags | Geoff Levand |
2015-02-17 | kexec: remove never used member destination in kimage | Baoquan He |
2014-10-14 | kexec: take the segment adding out of locate_mem_hole functions | Baoquan He |
2014-08-08 | kexec: verify the signature of signed PE bzImage | Vivek Goyal |
2014-08-08 | kexec-bzImage64: support for loading bzImage using 64bit entry | Vivek Goyal |
2014-08-08 | kexec: load and relocate purgatory at kernel load time | Vivek Goyal |
2014-08-08 | kexec: implementation of new syscall kexec_file_load | Vivek Goyal |
2014-08-08 | kexec: make kexec_segment user buffer pointer a union | Vivek Goyal |