summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/crash.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2024-01-30x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann1-0/+1
2024-01-29crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra1-0/+3
2024-01-05x86/crash: use SZ_1M macro instead of hardcoded valueYuntao Wang1-1/+1
2024-01-05x86/crash: remove the unused image parameter from prepare_elf_headers()Yuntao Wang1-5/+5
2023-12-21kexec_file, x86: print out debugging message if requiredBaoquan He1-2/+2
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-31/+0
2023-08-25x86/crash: optimize CPU changesEric DeVolder1-0/+10
2023-08-25crash: hotplug support for kexec_load()Eric DeVolder1-0/+27
2023-08-25x86/crash: add x86 crash hotplug supportEric DeVolder1-7/+98
2023-08-04x86/reboot: VMCLEAR active VMCSes before emergency rebootSean Christopherson1-31/+0
2023-01-24x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson1-16/+1
2023-01-02x86/kexec: Fix double-free of elf header bufferTakashi Iwai1-3/+1
2022-04-13x86/crash: Fix minor typo/bug in debug messageEric DeVolder1-1/+1
2021-06-07x86/crash: Remove crash_reserve_low_1M()Mike Rapoport1-13/+0
2021-04-29Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+7
2021-04-20x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith1-1/+1
2021-03-08x86: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian1-7/+7
2020-08-07x86/crash: Correct the address boundary of function parametersLianbo Jiang1-1/+1
2020-01-09x86/crash: Use resource_size()Julia Lawall1-1/+1
2019-11-14x86/crash: Align function arguments on opening bracesBorislav Petkov1-17/+11
2019-11-14x86/kdump: Remove the backup region handlingLianbo Jiang1-76/+11
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang1-0/+15
2019-07-24x86/crash: Remove unnecessary comparisonNikolas Nyby1-2/+0
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2019-07-09Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2019-06-26x86/kexec: Make variable static and config dependentTiezhu Yang1-1/+3
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra1-8/+0
2019-06-20x86/crash: Add e820 reserved ranges to kdump kernel's e820 tableLianbo Jiang1-0/+6
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-05x86/kexec/crash: Use struct_size() in vzalloc()Gustavo A. R. Silva1-2/+1
2019-01-15x86/kexec: Fix a kexec_file_load() failureDave Young1-0/+1
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang1-0/+1
2018-04-14kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro1-188/+7
2018-04-14x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro1-11/+7
2018-04-14x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro1-51/+31
2018-04-14x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro1-12/+12
2018-04-14x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro1-63/+58
2018-02-17x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdumpBaoquan He1-1/+2
2017-11-07resource: Fix resource_size.cocci warningskbuild test robot1-2/+2
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky1-9/+9
2017-07-13kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-1/+1
2017-01-29x86/boot/e820: Clean up the E820 table size define namesIngo Molnar1-1/+1
2017-01-29x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-5/+5
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar1-4/+4
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar1-0/+1
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann1-18/+19
2016-10-12x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-3/+19