aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/crash.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2024-01-30x86: Do not include <asm/bootparam.h> in several filesGravatar Thomas Zimmermann 1-0/+1
2024-01-29crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpGravatar Ashish Kalra 1-0/+3
2024-01-05x86/crash: use SZ_1M macro instead of hardcoded valueGravatar Yuntao Wang 1-1/+1
2024-01-05x86/crash: remove the unused image parameter from prepare_elf_headers()Gravatar Yuntao Wang 1-5/+5
2023-12-20kexec_file, x86: print out debugging message if requiredGravatar Baoquan He 1-2/+2
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-31/+0
2023-08-24x86/crash: optimize CPU changesGravatar Eric DeVolder 1-0/+10
2023-08-24crash: hotplug support for kexec_load()Gravatar Eric DeVolder 1-0/+27
2023-08-24x86/crash: add x86 crash hotplug supportGravatar Eric DeVolder 1-7/+98
2023-08-03x86/reboot: VMCLEAR active VMCSes before emergency rebootGravatar Sean Christopherson 1-31/+0
2023-01-24x86/crash: Disable virt in core NMI crash handler to avoid double shootdownGravatar Sean Christopherson 1-16/+1
2023-01-02x86/kexec: Fix double-free of elf header bufferGravatar Takashi Iwai 1-3/+1
2022-04-13x86/crash: Fix minor typo/bug in debug messageGravatar Eric DeVolder 1-1/+1
2021-06-07x86/crash: Remove crash_reserve_low_1M()Gravatar Mike Rapoport 1-13/+0
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+7
2021-04-20x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessGravatar Mike Galbraith 1-1/+1
2021-03-08x86: Use ELF fields defined in 'struct kimage'Gravatar Lakshmi Ramasubramanian 1-7/+7
2020-08-07x86/crash: Correct the address boundary of function parametersGravatar Lianbo Jiang 1-1/+1
2020-01-09x86/crash: Use resource_size()Gravatar Julia Lawall 1-1/+1
2019-11-14x86/crash: Align function arguments on opening bracesGravatar Borislav Petkov 1-17/+11
2019-11-14x86/kdump: Remove the backup region handlingGravatar Lianbo Jiang 1-76/+11
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedGravatar Lianbo Jiang 1-0/+15
2019-07-24x86/crash: Remove unnecessary comparisonGravatar Nikolas Nyby 1-2/+0
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+6
2019-07-08Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+3
2019-06-26x86/kexec: Make variable static and config dependentGravatar Tiezhu Yang 1-1/+3
2019-06-25x86/stackframe/32: Provide consistent pt_regsGravatar Peter Zijlstra 1-8/+0
2019-06-20x86/crash: Add e820 reserved ranges to kdump kernel's e820 tableGravatar Lianbo Jiang 1-0/+6
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-05x86/kexec/crash: Use struct_size() in vzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2019-01-15x86/kexec: Fix a kexec_file_load() failureGravatar Dave Young 1-0/+1
2018-11-23x86/headers: Fix -Wmissing-prototypes warningGravatar Yi Wang 1-0/+1
2018-04-13kexec_file, x86: move re-factored code to generic sideGravatar AKASHI Takahiro 1-188/+7
2018-04-13x86: kexec_file: clean up prepare_elf64_headers()Gravatar AKASHI Takahiro 1-11/+7
2018-04-13x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferGravatar AKASHI Takahiro 1-51/+31
2018-04-13x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()Gravatar AKASHI Takahiro 1-12/+12
2018-04-13x86: kexec_file: purge system-ram walking from prepare_elf64_headers()Gravatar AKASHI Takahiro 1-63/+58
2018-02-17x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdumpGravatar Baoquan He 1-1/+2
2017-11-07resource: Fix resource_size.cocci warningsGravatar kbuild test robot 1-2/+2
2017-11-07resource: Provide resource struct in resource walk callbackGravatar Tom Lendacky 1-9/+9
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionGravatar Xunlei Pang 1-1/+1
2017-01-28x86/boot/e820: Clean up the E820 table size define namesGravatar Ingo Molnar 1-1/+1
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Gravatar Ingo Molnar 1-5/+5
2017-01-28x86/boot/e820: Rename everything to e820_tableGravatar Ingo Molnar 1-1/+1
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Gravatar Ingo Molnar 1-1/+1
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Gravatar Ingo Molnar 1-4/+4
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsGravatar Ingo Molnar 1-0/+1
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Gravatar Thiago Jung Bauermann 1-18/+19
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathGravatar Hidehiro Kawai 1-3/+19