summaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c
Commit message (Expand)AuthorAgeFilesLines
* kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony2008-10-201-0/+1
* kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.Ken'ichi Ohmichi2008-10-201-0/+2
* kexec: fix segmentation fault in kimage_add_entryJonathan Steel2008-09-231-1/+7
* kexec: use a mutex for locking rather than xchg()Andrew Morton2008-08-151-24/+10
* kexec jump: fix for ftraceHuang Ying2008-08-151-2/+0
* kexec jump: in sync with hibernation implementationHuang Ying2008-08-151-0/+2
* kexec jump: remove duplication of kexec_restart_prepare()Huang Ying2008-08-151-5/+1
* kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying2008-08-151-3/+3
* kexec jump: clean up #ifdef and commentsHuang Ying2008-08-151-9/+8
* kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()Huang Ying2008-08-151-1/+2
* kexec jump: save/restore device stateHuang Ying2008-07-261-0/+39
* kexec jumpHuang Ying2008-07-261-0/+57
* kernel/kexec.c: make 'kimage_terminate' voidWANG Cong2008-07-261-6/+2
* kexec: make extended crashkernel= syntax less confusingMichael Ellerman2008-05-011-1/+1
* vmcoreinfo: add page flags valuesKen'ichi Ohmichi2008-04-281-0/+3
* kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi2008-02-071-2/+2
* vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi2008-02-071-7/+7
* vmcoreinfo: add the array length of "free_list" for filtering free pagesKen'ichi Ohmichi2008-01-081-0/+1
* Extended crashkernel command lineBernhard Walle2007-10-191-0/+166
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-2/+2
* add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macrosKen'ichi Ohmichi2007-10-171-34/+34
* add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_dataKen'ichi Ohmichi2007-10-171-0/+2
* add-vmcore: cleanup the coding style according to Andrew's commentsKen'ichi Ohmichi2007-10-171-5/+5
* Add vmcoreinfoKen'ichi Ohmichi2007-10-171-0/+110
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-171-1/+0
* kdump/kexec: calculate note size at compile timeSimon Horman2007-05-081-2/+2
* Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds2006-12-071-0/+1
|\
| * [IA64] IA64 Kexec/kdumpZou Nan hai2006-12-071-0/+1
* | [PATCH] Kexec / Kdump: Unify elf note codeMagnus Damm2006-12-071-0/+56
* | [PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan2006-12-071-2/+1
|/
* [PATCH] kexec warning fixRoland McGrath2006-09-291-2/+4
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder2006-06-281-4/+2
* [PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer2006-06-231-3/+3
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* [PATCH] kdump: save registers early (inline functions)Vivek Goyal2006-01-101-1/+3
* [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal2006-01-101-0/+16
* [PATCH] mm: split page table lockHugh Dickins2005-10-291-2/+2
* [PATCH] gfp_t: kernel/*Al Viro2005-10-281-4/+3
* [PATCH] kexec: fix sparse warningsAlexey Dobriyan2005-06-281-5/+5
* [PATCH] kexec code cleanupManeesh Soni2005-06-251-142/+160
* [PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg2005-06-251-2/+11
* [PATCH] Kexec on panic vmlinux initrd fixVivek Goyal2005-06-251-1/+1
* [PATCH] kexec: add kexec syscallsEric W. Biederman2005-06-251-0/+1036