summaryrefslogtreecommitdiffstats
path: root/kernel/kexec_core.c
AgeCommit message (Expand)AuthorLines
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao-27/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+0
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+22
2022-04-29kexec: remove redundant assignmentsMichal Orzel-2/+0
2022-04-25kernel/kexec_core: move kexec_core sysctls into its own fileyingelin-0/+22
2022-04-14ELF: Remove elf_core_copy_kernel_regs()Brian Gerst-1/+1
2021-12-13exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman-1/+1
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek-1/+0
2021-07-26printk: remove safe buffersJohn Ogness-1/+0
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-05-07kexec: dump kmessage before machine_kexecPavel Tatashin-0/+2
2021-05-07kexec: Add kexec reboot stringJoe LeVeque-1/+1
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2021-01-25kernel: kexec: remove the lock operation of system_transition_mutexBaoquan He-2/+0
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+0
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap-1/+1
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry-1/+1
2020-01-08kexec: add machine_kexec_post_load()Pavel Tatashin-0/+6
2020-01-08kexec: quiet down kexec rebootPavel Tatashin-1/+1
2019-09-25kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-3/+1
2019-05-03power/suspend: Add function to disable secondaries for suspendNicholas Piggin-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS-2/+3
2018-10-06kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang-0/+6
2018-06-15kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano-0/+4
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky-1/+11
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang-0/+39
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf-1/+3
2017-05-08ia64: reuse append_elf_note() and final_note() functionsHari Bathini-28/+0
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini-403/+0
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-1/+1
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky-1/+1
2017-01-11kexec: Switch to __pa_symbolLaura Abbott-1/+1
2016-12-14kexec: add cond_resched into kimage_alloc_crash_control_pageszhong jiang-0/+2
2016-12-14kexec: export the value of phys_base instead of symbol addressBaoquan He-3/+0
2016-08-02kexec: add restriction on kexec_load() segment sizeszhong jiang-0/+17
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik-0/+6
2016-08-02kexec: allow architectures to override boot mappingRussell King-13/+13
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King-1/+1
2016-08-02kexec: ensure user memory sizes do not wrapRussell King-0/+2
2016-08-02kexec: return error number directlyMinfei Huang-10/+6
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang-9/+2
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang-0/+6
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek-0/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim-1/+1
2016-04-28kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai-0/+1
2016-04-28kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai-2/+4
2016-01-30kexec: Set IORESOURCE_SYSTEM_RAM for System RAMToshi Kani-3/+5