aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He1-2/+9
2023-10-09kernel: kexec: copy user-array safelyPhilipp Stanner1-1/+1
2023-08-24crash: hotplug support for kexec_load()Eric DeVolder1-0/+5
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda1-1/+3
2023-02-02kexec: factor out kexec_load_permittedRicardo Ribalda1-1/+1
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider1-7/+4
2021-09-08kexec: avoid compat_alloc_user_spaceArnd Bergmann1-36/+25
2021-09-08kexec: move locking into do_kexec_loadArnd Bergmann1-28/+16
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook1-1/+1
2020-01-08kexec: add machine_kexec_post_load()Pavel Tatashin1-0/+4
2019-08-19kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett1-0/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2018-07-16kexec: add call to LSM hook in original kexec_load syscallMimi Zohar1-0/+8
2018-04-02kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski1-13/+39
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang1-0/+8
2016-08-02kexec: allow architectures to override boot mappingRussell King1-1/+2
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang1-12/+0
2016-05-23kexec: do a cleanup for function kexec_loadMinfei Huang1-56/+69
2016-05-23kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang1-3/+6
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang1-1/+8
2016-01-20kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang1-5/+5
2015-11-06kexec: use file name as the output message prefixMinfei Huang1-0/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-1493/+2
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young1-1045/+11
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke1-0/+11
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-1/+1
2015-02-17kexec: simplify conditionalGeoff Levand1-7/+10
2015-02-17kexec: fix a typo in commentAlexander Kuleshov1-1/+1
2015-02-17kexec: remove never used member destination in kimageBaoquan He1-4/+0
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-01-26kexec, Kconfig: spell "architecture" properlyBorislav Petkov1-1/+1
2014-12-13kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida1-1/+1
2014-10-14kexec: remove the unused function parameterBaoquan He1-2/+1
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He1-21/+8
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal1-0/+11
2014-08-08kexec: verify the signature of signed PE bzImageVivek Goyal1-0/+15
2014-08-08kexec: support for kexec on panic using new system callVivek Goyal1-9/+37
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal1-3/+8
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal1-1/+543
2014-08-08kexec: implementation of new syscall kexec_file_loadVivek Goyal1-5/+478
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal1-0/+7
2014-08-08kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()Vivek Goyal1-71/+34
2014-08-08kexec: move segment verification code in a separate functionVivek Goyal1-82/+100
2014-08-08kexec: rename unusebale_pages to unusable_pagesVivek Goyal1-3/+3
2014-07-30kexec: fix build error when hugetlbfs is disabledDavid Rientjes1-0/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai1-0/+2
2014-06-23kexec: save PG_head_mask in VMCOREINFOPetr Tesarik1-0/+1
2014-06-06kernel/kexec.c: convert printk to pr_foo()Fabian Frederick1-37/+32
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat1-0/+8
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-2/+3
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker1-2/+2
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-4/+4
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang1-1/+1
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook1-1/+2
2013-12-18kexec: migrate to reboot cpuVivek Goyal1-0/+1
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-0/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-10-14kexec: Typo s/the/then/Geert Uytterhoeven1-1/+1
2013-09-11kexec: remove unnecessary returnXishi Qiu1-4/+1
2013-04-30kexec: Use min() and min_t() to simplify logicZhang Yanfei1-16/+8
2013-04-30kexec: fix wrong types of some local variablesZhang Yanfei1-3/+3
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai1-1/+2
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim1-1/+1
2013-04-29mm,kexec: use common help functions to free reserved pagesJiang Liu1-6/+2
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu1-1/+1
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu1-13/+96
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-0/+9
2013-02-27kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei1-8/+7
2013-02-27kexec: fix memory leak in function kimage_normal_allocZhang Yanfei1-8/+10
2013-02-27kexec: prevent double free on image allocation failureSasha Levin1-2/+0
2013-02-27kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino1-0/+3
2013-02-27kexec: get rid of duplicate check for hole_endZhang Yanfei1-2/+0
2013-02-27kexec: add the values related to buddy system for filtering free pages.Atsushi Kumagai1-0/+4
2013-01-29x86: Add Crash kernel low reservationYinghai Lu1-5/+29
2012-10-06kdump: remove unneeded includeWei Yongjun1-1/+0
2012-07-30kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal1-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+6
2012-03-28kexec: add further check to crashkernelZhenzhong Duan1-0/+4
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon1-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-4/+4
2012-01-12kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeMichael Holzheu1-5/+4
2012-01-12kdump: add missing RAM resource in crash_shrink_memory()Michael Holzheu1-0/+15
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong1-3/+0
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat1-2/+2
2011-10-30[S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu1-2/+19
2011-10-30[S390] kdump: Initialize vmcoreinfo note at startupMichael Holzheu1-9/+9
2011-10-30[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki1-8/+1
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki1-0/+7
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-3/+3
2011-04-01kdump: Allow shrinking of kdump region to be overriddenAnton Blanchard1-2/+3
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-08-11kexec: return -EFAULT on copy_to_user() failuresDan Carpenter1-3/+5
2010-06-29kexec: fix Oops in crash_shrink_memory()Pavan Naregundi1-3/+4
2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh1-4/+2
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-1/+1
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds1-0/+4
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro1-0/+4
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang1-0/+59
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg1-1/+1
2009-07-29kexec: fix omitting offset in extended crashkernel syntaxHidetoshi Seto1-1/+1
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-7/+7
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-4/+4
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki1-2/+0
2009-04-02kexec: vmcoreinfo_data[] can become staticDmitri Vorobiev1-1/+1
2009-04-02kexec: add dmesg log symbols to /proc/vmcoreinfo listsNeil Horman1-0/+1
2009-03-30kexec: Change kexec jump code orderingRafael J. Wysocki1-10/+9
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-4/+4
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-0/+7
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-0/+7
2009-02-10elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-3/+2
2009-01-01cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreRusty Russell1-1/+1
2008-10-20kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony1-0/+1
2008-10-20kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.Ken'ichi Ohmichi1-0/+2
2008-09-23kexec: fix segmentation fault in kimage_add_entryJonathan Steel1-1/+7
2008-08-15kexec: use a mutex for locking rather than xchg()Andrew Morton1-24/+10
2008-08-15kexec jump: fix for ftraceHuang Ying1-2/+0
2008-08-15kexec jump: in sync with hibernation implementationHuang Ying1-0/+2
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Huang Ying1-5/+1
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying1-3/+3
2008-08-15kexec jump: clean up #ifdef and commentsHuang Ying1-9/+8
2008-08-15kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()Huang Ying1-1/+2
2008-07-26kexec jump: save/restore device stateHuang Ying1-0/+39
2008-07-26kexec jumpHuang Ying1-0/+57
2008-07-26kernel/kexec.c: make 'kimage_terminate' voidWANG Cong1-6/+2
2008-05-01kexec: make extended crashkernel= syntax less confusingMichael Ellerman1-1/+1
2008-04-28vmcoreinfo: add page flags valuesKen'ichi Ohmichi1-0/+3
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-07vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi1-2/+2
2008-02-07vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi1-7/+7
2008-01-08vmcoreinfo: add the array length of "free_list" for filtering free pagesKen'ichi Ohmichi1-0/+1
2007-10-19Extended crashkernel command lineBernhard Walle1-0/+166
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-2/+2
2007-10-17add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macrosKen'ichi Ohmichi1-34/+34
2007-10-17add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_dataKen'ichi Ohmichi1-0/+2
2007-10-17add-vmcore: cleanup the coding style according to Andrew's commentsKen'ichi Ohmichi1-5/+5
2007-10-17Add vmcoreinfoKen'ichi Ohmichi1-0/+110
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl1-1/+0
2007-05-08kdump/kexec: calculate note size at compile timeSimon Horman1-2/+2
2006-12-07Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds1-0/+1
2006-12-07[IA64] IA64 Kexec/kdumpZou Nan hai1-0/+1
2006-12-07[PATCH] Kexec / Kdump: Unify elf note codeMagnus Damm1-0/+56
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-09-29[PATCH] kexec warning fixRoland McGrath1-2/+4
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-06-28[POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder1-4/+2
2006-06-23[PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer1-3/+3
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-10[PATCH] kdump: save registers early (inline functions)Vivek Goyal1-1/+3
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal1-0/+16
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-2/+2
2005-10-28[PATCH] gfp_t: kernel/*Al Viro1-4/+3
2005-06-28[PATCH] kexec: fix sparse warningsAlexey Dobriyan1-5/+5
2005-06-25[PATCH] kexec code cleanupManeesh Soni1-142/+160
2005-06-25[PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg1-2/+11
2005-06-25[PATCH] Kexec on panic vmlinux initrd fixVivek Goyal1-1/+1
2005-06-25[PATCH] kexec: add kexec syscallsEric W. Biederman1-0/+1036