aboutsummaryrefslogtreecommitdiff
path: root/kernel/kexec_core.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-1/+1
2017-02-08printk: rename nmi.c and exported apiGravatar Sergey Senozhatsky 1-1/+1
2017-01-11kexec: Switch to __pa_symbolGravatar Laura Abbott 1-1/+1
2016-12-14kexec: add cond_resched into kimage_alloc_crash_control_pagesGravatar zhong jiang 1-0/+2
2016-12-14kexec: export the value of phys_base instead of symbol addressGravatar Baoquan He 1-3/+0
2016-08-02kexec: add restriction on kexec_load() segment sizesGravatar zhong jiang 1-0/+17
2016-08-02kexec: add a kexec_crash_loaded() functionGravatar Petr Tesarik 1-0/+6
2016-08-02kexec: allow architectures to override boot mappingGravatar Russell King 1-13/+13
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tGravatar Russell King 1-1/+1
2016-08-02kexec: ensure user memory sizes do not wrapGravatar Russell King 1-0/+2
2016-08-02kexec: return error number directlyGravatar Minfei Huang 1-10/+6
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Gravatar Xunlei Pang 1-9/+2
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryGravatar Xunlei Pang 1-0/+6
2016-05-20printk/nmi: flush NMI messages on the system panicGravatar Petr Mladek 1-0/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-1/+1
2016-04-28kexec: export OFFSET(page.compound_head) to find out compound tail pageGravatar Atsushi Kumagai 1-0/+1
2016-04-28kexec: update VMCOREINFO for compound_order/dtorGravatar Atsushi Kumagai 1-2/+4
2016-01-30kexec: Set IORESOURCE_SYSTEM_RAM for System RAMGravatar Toshi Kani 1-3/+5
2016-01-20kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGravatar Geliang Tang 1-5/+2
2015-12-19kexec: Fix race between panic() and crash_kexec()Gravatar Hidehiro Kawai 1-1/+29
2015-11-06kexec: use file name as the output message prefixGravatar Minfei Huang 1-2/+2
2015-10-21kexec/crash: Say which char is the unrecognizedGravatar Borislav Petkov 1-3/+3
2015-09-10kexec: export KERNEL_IMAGE_SIZE to vmcoreinfoGravatar Baoquan He 1-0/+3
2015-09-10kexec: align crash_notes allocation to make it be inside one physical pageGravatar Baoquan He 1-1/+22
2015-09-10kexec: remove unnecessary test in kimage_alloc_crash_control_pages()Gravatar Minfei Huang 1-2/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-0/+1511