summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/crash.c
AgeCommit message (Expand)Author
2021-04-28x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith
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
2012-12-06x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus
2010-07-21x86, UV: Make kdump avoid stack dumpsCliff Wickman
2010-04-07Revert "x86: disable IOMMUs on kernel crash"Chris Wright
2009-11-08x86: Use x86_platform for iommu_shutdownFUJITA Tomonori
2009-06-15x86: disable IOMMUs on kernel crashJoerg Roedel
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar
2009-02-17x86, apic: remove genapic.hIngo Molnar
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar
2009-01-07x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput
2008-12-31kdump: forcibly disable VMX and SVM on machine_crash_shutdown()Eduardo Habkost
2008-11-12x86: move nmi_shootdown_cpus() to reboot.cEduardo Habkost
2008-11-12x86 kdump: make nmi_shootdown_cpus() non-staticEduardo Habkost
2008-11-12x86 kdump: make kdump_nmi_callback() a function ptr on crash_nmi_callback()Eduardo Habkost
2008-11-12x86 kdump: create kdump_nmi_shootdown_cpus()Eduardo Habkost
2008-11-12x86 kdump: move crashing_cpu assignment to nmi_shootdown_cpus()Eduardo Habkost
2008-11-12x86 kdump: extract kdump-specific code from crash_nmi_callback()Eduardo Habkost
2008-04-27x86: allow machine_crash_shutdown to be replacedGlauber Costa
2008-04-17x86: move ipi definitions to mach_ipi.hGlauber Costa
2007-12-03x86: disable hpet legacy replacement for kdumpOGAWA Hirofumi
2007-10-24x86: fix CONFIG_KEXEC build breakageMike Galbraith
2007-10-23x86: unify crash_32/64.cHiroshi Shimamoto