aboutsummaryrefslogtreecommitdiff
path: root/kernel/kexec.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-23kexec: save PG_head_mask in VMCOREINFOGravatar Petr Tesarik 1-0/+1
2014-06-06kernel/kexec.c: convert printk to pr_foo()Gravatar Fabian Frederick 1-37/+32
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeGravatar Srivatsa S. Bhat 1-0/+8
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-2/+3
2014-04-03kernel: audit/fix non-modular users of module_init in core codeGravatar Paul Gortmaker 1-2/+2
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesGravatar Heiko Carstens 1-4/+4
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Gravatar Chen Gang 1-1/+1
2014-01-23kexec: add sysctl to disable kexec_loadGravatar Kees Cook 1-1/+2
2013-12-18kexec: migrate to reboot cpuGravatar Vivek Goyal 1-0/+1
2013-12-07PCI: Disable Bus Master only on kexec rebootGravatar Khalid Aziz 1-0/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-10-14kexec: Typo s/the/then/Gravatar Geert Uytterhoeven 1-1/+1
2013-09-11kexec: remove unnecessary returnGravatar Xishi Qiu 1-4/+1
2013-04-30kexec: Use min() and min_t() to simplify logicGravatar Zhang Yanfei 1-16/+8
2013-04-30kexec: fix wrong types of some local variablesGravatar Zhang Yanfei 1-3/+3
2013-04-29kexec, vmalloc: export additional vmalloc layer informationGravatar Atsushi Kumagai 1-1/+2
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistGravatar Joonsoo Kim 1-1/+1
2013-04-29mm,kexec: use common help functions to free reserved pagesGravatar Jiang Liu 1-6/+2
2013-04-17kexec: use Crash kernel for Crash kernel lowGravatar Yinghai Lu 1-1/+1
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowGravatar Yinghai Lu 1-13/+96
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MGravatar Yinghai Lu 1-0/+9
2013-02-27kexec: avoid freeing NULL pointer in image_crash_alloc()Gravatar Zhang Yanfei 1-8/+7
2013-02-27kexec: fix memory leak in function kimage_normal_allocGravatar Zhang Yanfei 1-8/+10
2013-02-27kexec: prevent double free on image allocation failureGravatar Sasha Levin 1-2/+0
2013-02-27kexec: export PG_hwpoison flag into vmcoreinfoGravatar Mitsuhiro Tanino 1-0/+3
2013-02-27kexec: get rid of duplicate check for hole_endGravatar Zhang Yanfei 1-2/+0
2013-02-27kexec: add the values related to buddy system for filtering free pages.Gravatar Atsushi Kumagai 1-0/+4
2013-01-29x86: Add Crash kernel low reservationGravatar Yinghai Lu 1-5/+29
2012-10-06kdump: remove unneeded includeGravatar Wei Yongjun 1-1/+0
2012-07-30kdump: append newline to the last lien of vmcoreinfo noteGravatar Vivek Goyal 1-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-0/+6
2012-03-28kexec: add further check to crashkernelGravatar Zhenzhong Duan 1-0/+4
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsGravatar Will Deacon 1-0/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesGravatar Rafael J. Wysocki 1-4/+4
2012-01-12kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeGravatar Michael Holzheu 1-5/+4
2012-01-12kdump: add missing RAM resource in crash_shrink_memory()Gravatar Michael Holzheu 1-0/+15
2012-01-12kexec: remove KMSG_DUMP_KEXECGravatar WANG Cong 1-3/+0
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Gravatar Srivatsa S. Bhat 1-2/+2
2011-10-30[S390] kdump: Add infrastructure for unmapping crashkernel memoryGravatar Michael Holzheu 1-2/+19
2011-10-30[S390] kdump: Initialize vmcoreinfo note at startupGravatar Michael Holzheu 1-9/+9
2011-10-30[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITGravatar Michael Holzheu 1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-1/+1
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsGravatar Rafael J. Wysocki 1-8/+1
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsGravatar Rafael J. Wysocki 1-0/+7
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-3/+3
2011-04-01kdump: Allow shrinking of kdump region to be overriddenGravatar Anton Blanchard 1-2/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesGravatar Jan Beulich 1-1/+1