summaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c
AgeCommit message (Expand)AuthorLines
2013-09-11kexec: remove unnecessary returnXishi Qiu-4/+1
2013-04-30kexec: Use min() and min_t() to simplify logicZhang Yanfei-16/+8
2013-04-30kexec: fix wrong types of some local variablesZhang Yanfei-3/+3
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai-1/+2
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim-1/+1
2013-04-29mm,kexec: use common help functions to free reserved pagesJiang Liu-6/+2
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu-1/+1
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu-13/+96
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu-0/+9
2013-02-27kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei-8/+7
2013-02-27kexec: fix memory leak in function kimage_normal_allocZhang Yanfei-8/+10
2013-02-27kexec: prevent double free on image allocation failureSasha Levin-2/+0
2013-02-27kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino-0/+3
2013-02-27kexec: get rid of duplicate check for hole_endZhang Yanfei-2/+0
2013-02-27kexec: add the values related to buddy system for filtering free pages.Atsushi Kumagai-0/+4
2013-01-29x86: Add Crash kernel low reservationYinghai Lu-5/+29
2012-10-06kdump: remove unneeded includeWei Yongjun-1/+0
2012-07-30kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-0/+6
2012-03-28kexec: add further check to crashkernelZhenzhong Duan-0/+4
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki-4/+4
2012-01-12kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeMichael Holzheu-5/+4
2012-01-12kdump: add missing RAM resource in crash_shrink_memory()Michael Holzheu-0/+15
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong-3/+0
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat-2/+2
2011-10-30[S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu-2/+19
2011-10-30[S390] kdump: Initialize vmcoreinfo note at startupMichael Holzheu-9/+9
2011-10-30[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-1/+1
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki-8/+1
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki-0/+7
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-3/+3
2011-04-01kdump: Allow shrinking of kdump region to be overriddenAnton Blanchard-2/+3
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich-1/+1
2010-08-11kexec: return -EFAULT on copy_to_user() failuresDan Carpenter-3/+5
2010-06-29kexec: fix Oops in crash_shrink_memory()Pavan Naregundi-3/+4
2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh-4/+2
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo-1/+1
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds-0/+4
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro-0/+4
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds-1/+1
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang-0/+59
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg-1/+1
2009-07-29kexec: fix omitting offset in extended crashkernel syntaxHidetoshi Seto-1/+1
2009-06-12PM core: rename suspend and resume functionsAlan Stern-7/+7
2009-06-12PM: Rename device_power_down/up()Magnus Damm-4/+4