summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/crash.c
Commit message (Expand)AuthorAgeFilesLines
* x86/crash: use SZ_1M macro instead of hardcoded valueYuntao Wang2024-01-051-1/+1
* x86/crash: remove the unused image parameter from prepare_elf_headers()Yuntao Wang2024-01-051-5/+5
* kexec_file, x86: print out debugging message if requiredBaoquan He2023-12-201-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-071-31/+0
|\
| * x86/reboot: VMCLEAR active VMCSes before emergency rebootSean Christopherson2023-08-031-31/+0
* | x86/crash: optimize CPU changesEric DeVolder2023-08-241-0/+10
* | crash: hotplug support for kexec_load()Eric DeVolder2023-08-241-0/+27
* | x86/crash: add x86 crash hotplug supportEric DeVolder2023-08-241-7/+98
|/
* x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson2023-01-241-16/+1
* x86/kexec: Fix double-free of elf header bufferTakashi Iwai2023-01-021-3/+1
* x86/crash: Fix minor typo/bug in debug messageEric DeVolder2022-04-131-1/+1
* x86/crash: Remove crash_reserve_low_1M()Mike Rapoport2021-06-071-13/+0
* Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-7/+7
|\
| * x86: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-081-7/+7
* | x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith2021-04-201-1/+1
|/
* x86/crash: Correct the address boundary of function parametersLianbo Jiang2020-08-071-1/+1
* x86/crash: Use resource_size()Julia Lawall2020-01-091-1/+1
* x86/crash: Align function arguments on opening bracesBorislav Petkov2019-11-141-17/+11
* x86/kdump: Remove the backup region handlingLianbo Jiang2019-11-141-76/+11
* x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang2019-11-141-0/+15
* x86/crash: Remove unnecessary comparisonNikolas Nyby2019-07-241-2/+0
* Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-0/+6
|\
| * x86/crash: Add e820 reserved ranges to kdump kernel's e820 tableLianbo Jiang2019-06-201-0/+6
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-1/+3
|\ \
| * | x86/kexec: Make variable static and config dependentTiezhu Yang2019-06-261-1/+3
| |/
* / x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-251-8/+0
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/kexec/crash: Use struct_size() in vzalloc()Gustavo A. R. Silva2019-04-051-2/+1
* x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-151-0/+1
* x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-231-0/+1
* kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro2018-04-131-188/+7
* x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro2018-04-131-11/+7
* x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro2018-04-131-51/+31
* x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro2018-04-131-12/+12
* x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro2018-04-131-63/+58
* x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdumpBaoquan He2018-02-171-1/+2
* resource: Fix resource_size.cocci warningskbuild test robot2017-11-071-2/+2
* resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-071-9/+9
* kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-121-1/+1
* x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-281-1/+1
* x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-5/+5
* x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-281-4/+4
* x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+1
* kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann2016-11-301-18/+19
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-111-3/+19
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* x86/kexec: Remove walk_iomem_res() call with GART typeToshi Kani2016-01-301-36/+1
* x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani2016-01-301-2/+2