summaryrefslogtreecommitdiff
path: root/kernel/kexec.c
AgeCommit message (Expand)Author
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
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Huang Ying
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying
2008-08-15kexec jump: clean up #ifdef and commentsHuang Ying
2008-08-15kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()Huang Ying
2008-07-26kexec jump: save/restore device stateHuang Ying
2008-07-26kexec jumpHuang Ying
2008-07-26kernel/kexec.c: make 'kimage_terminate' voidWANG Cong
2008-05-01kexec: make extended crashkernel= syntax less confusingMichael Ellerman
2008-04-28vmcoreinfo: add page flags valuesKen'ichi Ohmichi
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-07vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi
2008-02-07vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi
2008-01-08vmcoreinfo: add the array length of "free_list" for filtering free pagesKen'ichi Ohmichi
2007-10-19Extended crashkernel command lineBernhard Walle