summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/crash.c
AgeCommit message (Expand)Author
2021-04-20x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith
2020-08-07x86/crash: Correct the address boundary of function parametersLianbo Jiang
2020-01-09x86/crash: Use resource_size()Julia Lawall
2019-11-14x86/crash: Align function arguments on opening bracesBorislav Petkov
2019-11-14x86/kdump: Remove the backup region handlingLianbo Jiang
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang
2019-07-24x86/crash: Remove unnecessary comparisonNikolas Nyby
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-08Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-26x86/kexec: Make variable static and config dependentTiezhu Yang
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2019-06-20x86/crash: Add e820 reserved ranges to kdump kernel's e820 tableLianbo Jiang
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-05x86/kexec/crash: Use struct_size() in vzalloc()Gustavo A. R. Silva
2019-01-15x86/kexec: Fix a kexec_file_load() failureDave Young
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro
2018-04-13x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro
2018-04-13x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro
2018-04-13x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro
2018-04-13x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro
2018-02-17x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdumpBaoquan He
2017-11-07resource: Fix resource_size.cocci warningskbuild test robot
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang
2017-01-28x86/boot/e820: Clean up the E820 table size define namesIngo Molnar
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-01-30x86/kexec: Remove walk_iomem_res() call with GART typeToshi Kani
2016-01-30x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani
2015-11-23perf, x86: Stop Intel PT before kdump startsTakao Indoh
2015-10-12x86/kexec: Remove obsolete 'in_crash_kexec' flagMinfei Huang
2015-10-02x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski
2014-12-16x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu
2014-10-14kexec: check if crashk_res_low exists when exclude it from crash mem rangesBaoquan He
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal
2014-08-08kexec: support for kexec on panic using new system callVivek Goyal
2014-03-13x86, crash: Unify ifdefBorislav Petkov
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-07x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu
2013-08-20x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE
2012-12-11x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei