aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/crash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro1-188/+7
2018-04-13x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro1-11/+7
2018-04-13x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro1-51/+31
2018-04-13x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro1-12/+12
2018-04-13x86: 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-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-1/+1
2017-01-28x86/boot/e820: Clean up the E820 table size define namesIngo Molnar1-1/+1
2017-01-28x86/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 'struct e820_array'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-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-3/+19
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-01-30x86/kexec: Remove walk_iomem_res() call with GART typeToshi Kani1-36/+1
2016-01-30x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani1-2/+2
2015-11-23perf, x86: Stop Intel PT before kdump startsTakao Indoh1-0/+11
2015-10-12x86/kexec: Remove obsolete 'in_crash_kexec' flagMinfei Huang1-3/+0
2015-10-02x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi1-4/+3
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-1/+1
2014-12-16x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu1-0/+1
2014-10-14kexec: check if crashk_res_low exists when exclude it from crash mem rangesBaoquan He1-4/+6
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal1-4/+2
2014-08-08kexec: support for kexec on panic using new system callVivek Goyal1-0/+563
2014-03-13x86, crash: Unify ifdefBorislav Petkov1-2/+0
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-07x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu1-1/+1
2013-08-20x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE1-1/+3
2012-12-11x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei1-2/+2
2012-12-06x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei1-0/+32
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-4/+1
2010-07-21x86, UV: Make kdump avoid stack dumpsCliff Wickman1-0/+3
2010-04-07Revert "x86: disable IOMMUs on kernel crash"Chris Wright1-6/+0
2009-11-08x86: Use x86_platform for iommu_shutdownFUJITA Tomonori1-3/+2
2009-06-15x86: disable IOMMUs on kernel crashJoerg Roedel1-0/+6
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-2/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar1-1/+1
2009-01-07x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput1-1/+1
2008-12-31kdump: forcibly disable VMX and SVM on machine_crash_shutdown()Eduardo Habkost1-0/+18
2008-11-12x86: move nmi_shootdown_cpus() to reboot.cEduardo Habkost1-76/+0
2008-11-12x86 kdump: make nmi_shootdown_cpus() non-staticEduardo Habkost1-2/+1
2008-11-12x86 kdump: make kdump_nmi_callback() a function ptr on crash_nmi_callback()Eduardo Habkost1-3/+8
2008-11-12x86 kdump: create kdump_nmi_shootdown_cpus()Eduardo Habkost1-2/+9
2008-11-12x86 kdump: move crashing_cpu assignment to nmi_shootdown_cpus()Eduardo Habkost1-3/+5