aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki1-2/+0
2009-04-02kexec: vmcoreinfo_data[] can become staticDmitri Vorobiev1-1/+1
2009-04-02kexec: add dmesg log symbols to /proc/vmcoreinfo listsNeil Horman1-0/+1
2009-03-30kexec: Change kexec jump code orderingRafael J. Wysocki1-10/+9
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-4/+4
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-0/+7
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-0/+7
2009-02-10elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-3/+2
2009-01-01cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreRusty Russell1-1/+1
2008-10-20kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony1-0/+1
2008-10-20kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.Ken'ichi Ohmichi1-0/+2
2008-09-23kexec: fix segmentation fault in kimage_add_entryJonathan Steel1-1/+7
2008-08-15kexec: use a mutex for locking rather than xchg()Andrew Morton1-24/+10
2008-08-15kexec jump: fix for ftraceHuang Ying1-2/+0
2008-08-15kexec jump: in sync with hibernation implementationHuang Ying1-0/+2
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Huang Ying1-5/+1
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying1-3/+3
2008-08-15kexec jump: clean up #ifdef and commentsHuang Ying1-9/+8
2008-08-15kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()Huang Ying1-1/+2
2008-07-26kexec jump: save/restore device stateHuang Ying1-0/+39
2008-07-26kexec jumpHuang Ying1-0/+57
2008-07-26kernel/kexec.c: make 'kimage_terminate' voidWANG Cong1-6/+2
2008-05-01kexec: make extended crashkernel= syntax less confusingMichael Ellerman1-1/+1
2008-04-28vmcoreinfo: add page flags valuesKen'ichi Ohmichi1-0/+3
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-07vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi1-2/+2