aboutsummaryrefslogtreecommitdiff
path: root/kernel/kexec.c
AgeCommit message (Expand)Author
2012-10-06kdump: remove unneeded includeWei Yongjun
2012-07-30kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28kexec: add further check to crashkernelZhenzhong Duan
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki
2012-01-12kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeMichael Holzheu
2012-01-12kdump: add missing RAM resource in crash_shrink_memory()Michael Holzheu
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat
2011-10-30[S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu
2011-10-30[S390] kdump: Initialize vmcoreinfo note at startupMichael Holzheu
2011-10-30[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-01kdump: Allow shrinking of kdump region to be overriddenAnton Blanchard
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-08-11kexec: return -EFAULT on copy_to_user() failuresDan Carpenter
2010-06-29kexec: fix Oops in crash_shrink_memory()Pavan Naregundi
2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg
2009-07-29kexec: fix omitting offset in extended crashkernel syntaxHidetoshi Seto
2009-06-12PM core: rename suspend and resume functionsAlan Stern
2009-06-12PM: Rename device_power_down/up()Magnus Damm
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki
2009-04-02kexec: vmcoreinfo_data[] can become staticDmitri Vorobiev
2009-04-02kexec: add dmesg log symbols to /proc/vmcoreinfo listsNeil Horman
2009-03-30kexec: Change kexec jump code orderingRafael J. Wysocki
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-02-10elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens
2009-01-01cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreRusty Russell
2008-10-20kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony
2008-10-20kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.Ken'ichi Ohmichi
2008-09-23kexec: fix segmentation fault in kimage_add_entryJonathan Steel
2008-08-15kexec: use a mutex for locking rather than xchg()Andrew Morton
2008-08-15kexec jump: fix for ftraceHuang Ying
2008-08-15kexec jump: in sync with hibernation implementationHuang Ying