aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider1-10/+10
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider1-4/+8
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-27/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+0
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-0/+22
2022-04-29kexec: remove redundant assignmentsMichal Orzel1-2/+0
2022-04-25kernel/kexec_core: move kexec_core sysctls into its own fileyingelin1-0/+22
2022-04-14ELF: Remove elf_core_copy_kernel_regs()Brian Gerst1-1/+1
2021-12-13exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman1-1/+1
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-1/+0
2021-07-26printk: remove safe buffersJohn Ogness1-1/+0
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-05-07kexec: dump kmessage before machine_kexecPavel Tatashin1-0/+2
2021-05-07kexec: Add kexec reboot stringJoe LeVeque1-1/+1
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-01-25kernel: kexec: remove the lock operation of system_transition_mutexBaoquan He1-2/+0
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+0
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry1-1/+1
2020-01-08kexec: add machine_kexec_post_load()Pavel Tatashin1-0/+6
2020-01-08kexec: quiet down kexec rebootPavel Tatashin1-1/+1
2019-09-25kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2019-05-03power/suspend: Add function to disable secondaries for suspendNicholas Piggin1-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-2/+3
2018-10-06kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang1-0/+6
2018-06-15kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano1-0/+4
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky1-1/+11
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang1-0/+39
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-1/+3
2017-05-08ia64: reuse append_elf_note() and final_note() functionsHari Bathini1-28/+0
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-403/+0
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky1-1/+1
2017-01-11kexec: Switch to __pa_symbolLaura Abbott1-1/+1
2016-12-14kexec: add cond_resched into kimage_alloc_crash_control_pageszhong jiang1-0/+2
2016-12-14kexec: export the value of phys_base instead of symbol addressBaoquan He1-3/+0
2016-08-02kexec: add restriction on kexec_load() segment sizeszhong jiang1-0/+17
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik1-0/+6
2016-08-02kexec: allow architectures to override boot mappingRussell King1-13/+13
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King1-1/+1
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-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()Xunlei Pang1-9/+2
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang1-0/+6
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek1-0/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1