summaryrefslogtreecommitdiff
path: root/kernel/kexec_core.c
AgeCommit message (Expand)Author
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He
2023-08-24crash: add generic infrastructure for crash hotplug supportEric DeVolder
2023-08-24crash: move a few code bits to setup support of crash hotplugEric DeVolder
2023-06-09kexec: enable kexec_crash_size to support two crash kernel regionsZhen Lei
2023-06-09kexec: add helper __crash_shrink_memory()Zhen Lei
2023-06-09kexec: improve the readability of crash_shrink_memory()Zhen Lei
2023-06-09kexec: clear crashk_res if all its memory has been releasedZhen Lei
2023-06-09kexec: delete a useless check in crash_shrink_memory()Zhen Lei
2023-06-09kexec: fix a memory leak in crash_shrink_memory()Zhen Lei
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda
2023-02-02kexec: factor out kexec_load_permittedRicardo Ribalda
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2022-11-18kexec: remove the unneeded result variableye xingchen
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