aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kexec.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain1-4/+7
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He1-44/+1
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He1-0/+1
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-0/+1
2023-12-20kexec_file: add kexec_file flag to control debug printingBaoquan He1-1/+8
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He1-4/+0
2023-08-24crash: hotplug support for kexec_load()Eric DeVolder1-2/+12
2023-08-24crash: memory and CPU hotplug sysfs attributesEric DeVolder1-0/+8
2023-08-24crash: add generic infrastructure for crash hotplug supportEric DeVolder1-0/+11
2023-08-24crash: move a few code bits to setup support of crash hotplugEric DeVolder1-15/+0
2023-04-08kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas1-6/+0
2023-04-08x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas1-2/+0
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda1-1/+1
2023-02-02kexec: factor out kexec_load_permittedRicardo Ribalda1-1/+2
2022-11-18kexec: replace crash_mem_range with rangeLi Chen1-5/+2
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider1-1/+1
2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu1-0/+7
2022-07-15kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu1-5/+0
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-4/+28
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao1-6/+38
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu1-0/+6
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-05-27kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-8/+38
2022-05-19kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang1-1/+1
2022-03-23kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang1-6/+6
2021-03-08powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian1-0/+3
2021-03-08kexec: Move ELF fields to struct kimageLakshmi Ramasubramanian1-0/+5
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2021-02-22kexec: move machine_kexec_post_load() to public interfacePavel Tatashin1-0/+2
2021-02-10ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian1-0/+5
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini1-11/+18
2020-06-15kexec: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-09-25kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik1-0/+2
2019-09-06kexec_elf: remove parsing of section headersSven Schnelle1-1/+0
2019-09-06kexec: add KEXEC_ELFSven Schnelle1-0/+24
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac1-2/+2
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2018-12-06powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro1-2/+0
2018-12-06s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro1-0/+8
2018-12-06kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro1-0/+1
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang1-0/+1
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo1-11/+6
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo1-4/+9
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo1-6/+11
2018-04-13include/linux/kexec.h: silence compile warningsPhilipp Rudo1-0/+2
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro1-0/+19
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro1-7/+6
2018-04-02kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski1-4/+0
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky1-0/+8
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang1-0/+2
2017-07-05s390/crash: Remove unused KEXEC_NOTE_BYTESMichael Holzheu1-9/+0
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-53/+4
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-6/+30
2016-12-14Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He1-6/+0
2016-11-30kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.Thiago Jung Bauermann1-0/+1
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann1-6/+2
2016-11-30kexec_file: Allow arch-specific memory walking for kexec_add_bufferThiago Jung Bauermann1-1/+28
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier1-0/+6
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik1-0/+2
2016-08-02kexec: allow architectures to override boot mappingRussell King1-0/+40
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King1-1/+1
2016-08-02kexec: don't invoke OOM-killer for control page allocationRussell King1-1/+1
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang1-2/+0
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang1-0/+2
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang1-37/+25
2015-12-19kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai1-0/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-3/+3
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young1-0/+11
2015-08-04kexec: define kexec_in_progress in !CONFIG_KEXEC caseVitaly Kuznetsov1-0/+1
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-0/+4
2015-02-17kexec: add IND_FLAGS macroGeoff Levand1-0/+1
2015-02-17kexec: add bit definitions for kimage entry flagsGeoff Levand1-4/+15
2015-02-17kexec: remove never used member destination in kimageBaoquan He1-2/+0
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He1-0/+1
2014-08-08kexec: verify the signature of signed PE bzImageVivek Goyal1-0/+3
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal1-1/+1
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal1-0/+33
2014-08-08kexec: implementation of new syscall kexec_file_loadVivek Goyal1-0/+53
2014-08-08kexec: make kexec_segment user buffer pointer a unionVivek Goyal1-1/+12
2014-08-08kexec: rename unusebale_pages to unusable_pagesVivek Goyal1-1/+1
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-6/+0
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook1-0/+1
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-0/+3
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-0/+2
2013-01-29x86: Add Crash kernel low reservationYinghai Lu1-0/+3
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-51/+1
2012-05-31kexec: export kexec.h to user spacemaximilian attems1-22/+53
2012-01-23kdump: define KEXEC_NOTE_BYTES arch specific for s390xMichael Holzheu1-0/+2
2011-10-31Merge branch 'akpm' (Andrew's incoming)Linus Torvalds1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-10-30[S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu1-0/+6
2011-10-30[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu1-0/+4
2011-04-01kdump: Allow shrinking of kdump region to be overriddenAnton Blanchard1-0/+1
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-1/+1
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang1-0/+2
2008-10-31kexec/i386: allocate page table pages dynamicallyHuang Ying1-0/+4
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying1-2/+2
2008-08-05kdump: report actual value of VMCOREINFO_OSRELEASE in VMCOREINFOBernhard Walle1-2/+2
2008-07-26kexec jumpHuang Ying1-4/+13
2008-02-07vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi1-0/+4
2008-02-07vmcoreinfo: use the existing offsetof() for VMCOREINFO_OFFSET()Ken'ichi Ohmichi1-1/+1
2008-02-07vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi1-3/+3
2007-10-19Extended crashkernel command lineBernhard Walle1-0/+2
2007-10-17add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macrosKen'ichi Ohmichi1-7/+7
2007-10-17add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_dataKen'ichi Ohmichi1-0/+5
2007-10-17add-vmcore: cleanup the coding style according to Andrew's commentsKen'ichi Ohmichi1-7/+9
2007-10-17Add vmcoreinfoKen'ichi Ohmichi1-0/+26
2007-05-08kdump/kexec: calculate note size at compile timeSimon Horman1-1/+16
2007-02-16[ARM] 4137/1: Add kexec supportRichard Purdie1-0/+1
2006-12-07Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds1-0/+5
2006-12-07[IA64] IA64 Kexec/kdumpZou Nan hai1-0/+5
2006-12-07[PATCH] Kexec / Kdump: Unify elf note codeMagnus Damm1-0/+1
2006-11-30[MIPS] Add support for kexecNicolas Schichan1-0/+2
2006-06-23[PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer1-0/+1
2006-02-10[PATCH] kexec: fix in free initrd when overlapped with crashkernel regionHaren Myneni1-0/+1
2006-01-16[PATCH] sh: kexec() supportkogiidena1-0/+1
2006-01-10[PATCH] kexec: increase max segment limitakpm@osdl.org1-1/+1
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal1-0/+2
2005-06-25[PATCH] kexec code cleanupManeesh Soni1-5/+8
2005-06-25[PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg1-2/+6
2005-06-25[PATCH] kexec: s390 supportHeiko Carstens1-0/+1
2005-06-25[PATCH] kexec: add kexec syscallsEric W. Biederman1-0/+127