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