aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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