summaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-031-2/+2
* kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-4/+4
* kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-271-1/+1
* kexec: add sysctl to disable kexec_loadKees Cook2014-01-231-1/+2
* kexec: migrate to reboot cpuVivek Goyal2013-12-181-0/+1
* PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-071-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * kexec: Typo s/the/then/Geert Uytterhoeven2013-10-141-1/+1
* | kexec: remove unnecessary returnXishi Qiu2013-09-111-4/+1
|/
* kexec: Use min() and min_t() to simplify logicZhang Yanfei2013-04-301-16/+8
* kexec: fix wrong types of some local variablesZhang Yanfei2013-04-301-3/+3
* kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai2013-04-291-1/+2
* mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim2013-04-291-1/+1
* mm,kexec: use common help functions to free reserved pagesJiang Liu2013-04-291-6/+2
* kexec: use Crash kernel for Crash kernel lowYinghai Lu2013-04-171-1/+1
* x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu2013-04-171-13/+96
* x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu2013-04-171-0/+9
* kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei2013-02-271-8/+7
* kexec: fix memory leak in function kimage_normal_allocZhang Yanfei2013-02-271-8/+10
* kexec: prevent double free on image allocation failureSasha Levin2013-02-271-2/+0
* kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino2013-02-271-0/+3
* kexec: get rid of duplicate check for hole_endZhang Yanfei2013-02-271-2/+0
* kexec: add the values related to buddy system for filtering free pages.Atsushi Kumagai2013-02-271-0/+4
* x86: Add Crash kernel low reservationYinghai Lu2013-01-291-5/+29
* kdump: remove unneeded includeWei Yongjun2012-10-061-1/+0
* kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal2012-07-301-1/+1
OpenPOWER on IntegriCloud