summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/crash.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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/+0Star
|/
* 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/+1Star
* 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-141-188/+7Star
* x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro2018-04-141-11/+7Star
* x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro2018-04-141-51/+31Star
* x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro2018-04-141-12/+12
* x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro2018-04-141-63/+58Star
* 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-131-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-121-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/+1Star
* x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani2016-01-301-2/+2
* perf, x86: Stop Intel PT before kdump startsTakao Indoh2015-11-231-0/+11
* x86/kexec: Remove obsolete 'in_crash_kexec' flagMinfei Huang2015-10-121-3/+0Star
* x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi2015-10-021-4/+3Star
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-1/+1
* x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu2014-12-161-0/+1
* kexec: check if crashk_res_low exists when exclude it from crash mem rangesBaoquan He2014-10-141-4/+6
* kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal2014-08-301-4/+2Star
* kexec: support for kexec on panic using new system callVivek Goyal2014-08-091-0/+563
* x86, crash: Unify ifdefBorislav Petkov2014-03-131-2/+0Star
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu2013-11-071-1/+1
* x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE2013-08-201-1/+3
* x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2012-12-111-2/+2
* x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2012-12-061-0/+32
* x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-4/+1Star
* x86, UV: Make kdump avoid stack dumpsCliff Wickman2010-07-211-0/+3
* Revert "x86: disable IOMMUs on kernel crash"Chris Wright2010-04-071-6/+0Star
* x86: Use x86_platform for iommu_shutdownFUJITA Tomonori2009-11-081-3/+2Star
* x86: disable IOMMUs on kernel crashJoerg Roedel2009-06-151-0/+6
* x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-2/+0Star