summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-06-05objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf15-6/+39
2016-08-02kexec: add restriction on kexec_load() segment sizeszhong jiang1-0/+17
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik3-1/+9
2016-08-02kexec: allow architectures to override boot mappingRussell King3-14/+55
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King4-5/+5
2016-08-02kexec: ensure user memory sizes do not wrapRussell King1-0/+2
2016-08-02kexec: return error number directlyMinfei Huang1-10/+6
2016-05-24s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang4-33/+20
2016-05-24kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang4-2/+23
2016-05-21printk/nmi: flush NMI messages on the system panicPetr Mladek6-3/+49
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim17-54/+58
2016-04-29kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai1-0/+1
2016-04-29kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai1-2/+4
2016-01-30kexec: Set IORESOURCE_SYSTEM_RAM for System RAMToshi Kani2-4/+6
2016-01-21kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang1-5/+2
2015-12-19kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai3-3/+37
2015-11-07kexec: use file name as the output message prefixMinfei Huang3-2/+6
2015-10-21kexec/crash: Say which char is the unrecognizedBorislav Petkov1-3/+3
2015-09-10kexec: export KERNEL_IMAGE_SIZE to vmcoreinfoBaoquan He1-0/+3
2015-09-10kexec: align crash_notes allocation to make it be inside one physical pageBaoquan He1-1/+22
2015-09-10kexec: remove unnecessary test in kimage_alloc_crash_control_pages()Minfei Huang1-2/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young32-1527/+1560