- 89f579c x86/headers: Fix -Wmissing-prototypes warning by Yi Wang · 6 years ago
- babac4a kexec_file, x86: move re-factored code to generic side by AKASHI Takahiro · 7 years ago
- eb7dae9 x86: kexec_file: clean up prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
- 8d5f894 x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer by AKASHI Takahiro · 7 years ago
- c72c7e6 x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
- cbe6601 x86: kexec_file: purge system-ram walking from prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
- 339b2ae x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdump by Baoquan He · 7 years ago
- 9275b933 resource: Fix resource_size.cocci warnings by kbuild test robot · 7 years ago
- 1d2e733 resource: Provide resource struct in resource walk callback by Tom Lendacky · 7 years ago
- 203e9e4 kexec: move vmcoreinfo out of the kernel's .bss section by Xunlei Pang · 7 years ago
- 08b46d5 x86/boot/e820: Clean up the E820 table size define names by Ingo Molnar · 8 years ago
- 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" by Ingo Molnar · 8 years ago
- 61a5010 x86/boot/e820: Rename everything to e820_table by Ingo Molnar · 8 years ago
- acd4c04 x86/boot/e820: Rename 'e820_map' variables to 'e820_array' by Ingo Molnar · 8 years ago
- 8ec67d9 x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array' by Ingo Molnar · 8 years ago
- 5520b7e x86/boot/e820: Remove spurious asm/e820/api.h inclusions by Ingo Molnar · 8 years ago
- ec2b9bf kexec_file: Change kexec_add_buffer to take kexec_buf as argument. by Thiago Jung Bauermann · 8 years ago
- 0ee5941 x86/panic: replace smp_send_stop() with kdump friendly version in panic path by Hidehiro Kawai · 8 years ago
- 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
- f296f26 x86/kexec: Remove walk_iomem_res() call with GART type by Toshi Kani · 9 years ago
- f0f4711 x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem search by Toshi Kani · 9 years ago
- da06a43 perf, x86: Stop Intel PT before kdump starts by Takao Indoh · 9 years ago
- e9c40d2 x86/kexec: Remove obsolete 'in_crash_kexec' flag by Minfei Huang · 9 years ago
- e3c41e3 x86/kexec: Fix kexec crash in syscall kexec_file_load() by Lee, Chun-Yi · 9 years ago
- d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 10 years ago
- f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
- 8643e28 x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h by Jiang Liu · 10 years ago
- a2d6aa8 kexec: check if crashk_res_low exists when exclude it from crash mem ranges by Baoquan He · 10 years ago
- 74ca317 kexec: create a new config option CONFIG_KEXEC_FILE for new syscall by Vivek Goyal · 10 years ago
- dd5f726 kexec: support for kexec on panic using new system call by Vivek Goyal · 10 years ago
- 5314fee x86, crash: Unify ifdef by Borislav Petkov · 11 years ago
- 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- 522e664 x86/apic: Disable I/O APIC before shutdown of the local APIC by Fenghua Yu · 11 years ago
- 1740545 x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lock by Yoshihiro YUNOMAE · 11 years ago
- 0ca0d81 x86/kexec: crash_vmclear_local_vmcss needs __rcu by Zhang Yanfei · 12 years ago
- f23d1f4 x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessary by Zhang Yanfei · 12 years ago
- 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
- 5edd19a x86, UV: Make kdump avoid stack dumps by Cliff Wickman · 14 years ago
- 8f9f55e Revert "x86: disable IOMMUs on kernel crash" by Chris Wright · 15 years ago
- 338bac5 x86: Use x86_platform for iommu_shutdown by FUJITA Tomonori · 15 years ago
- 61d047b x86: disable IOMMUs on kernel crash by Joerg Roedel · 16 years ago
- e641f5f x86, apic: remove duplicate asm/apic.h inclusions by Ingo Molnar · 16 years ago
- 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
- d53e2f2 x86, smp: remove mach_ipi.h by Ingo Molnar · 16 years ago
- 96b89dc6 x86: smp.h move safe_smp_processor_id declartion to cpu.h by Jaswinder Singh Rajput · 16 years ago
- 2340b62 kdump: forcibly disable VMX and SVM on machine_crash_shutdown() by Eduardo Habkost · 16 years ago
- 2ddded2 x86: move nmi_shootdown_cpus() to reboot.c by Eduardo Habkost · 16 years ago
- c370e5e x86 kdump: make nmi_shootdown_cpus() non-static by Eduardo Habkost · 16 years ago
- 8e29478 x86 kdump: make kdump_nmi_callback() a function ptr on crash_nmi_callback() by Eduardo Habkost · 16 years ago
- d1e7b91 x86 kdump: create kdump_nmi_shootdown_cpus() by Eduardo Habkost · 16 years ago
- b2bbe71 x86 kdump: move crashing_cpu assignment to nmi_shootdown_cpus() by Eduardo Habkost · 16 years ago
- a7d4182 x86 kdump: extract kdump-specific code from crash_nmi_callback() by Eduardo Habkost · 16 years ago
- ed23dc6 x86: allow machine_crash_shutdown to be replaced by Glauber Costa · 17 years ago
- 5af5573 x86: move ipi definitions to mach_ipi.h by Glauber Costa · 17 years ago
- 0c1b272 x86: disable hpet legacy replacement for kdump by OGAWA Hirofumi · 17 years ago
- 1fb473d x86: fix CONFIG_KEXEC build breakage by Mike Galbraith · 17 years ago
- 62a31a0 x86: unify crash_32/64.c by Hiroshi Shimamoto · 17 years ago[Renamed (94%) from arch/x86/kernel/crash_32.c]
- 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/crash_32.c]
- 08eafb9 i386: prepare shared kernel/crash.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/crash.c]
- 1eeb66a move die notifier handling to common code by Christoph Hellwig · 18 years ago
- 85916f8 [PATCH] Kexec / Kdump: Unify elf note code by Magnus Damm · 18 years ago
- bc03613 [PATCH] stack overflow safe kdump: safe smp_send_nmi_allbutself() by Fernando Vazquez · 18 years ago
- ce53af9 [PATCH] stack overflow safe kdump: crash: use safe_smp_processor_id() by Fernando Vazquez · 18 years ago
- 260d679 [PATCH] i386: Kdump i386 nmi event notification fix by Vivek Goyal · 18 years ago
- 2fbe7b2 [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi functions by Don Zickus · 18 years ago
- e78a887 [PATCH] i386 kexec: allow the kexec on panic support to compile on voyager by Eric W. Biederman · 18 years ago
- da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
- 45486f8 [PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTOR by Keith Owens · 19 years ago
- f18190b fix paniced->panicked typos by Lee Revell · 19 years ago
- caad3c2 [PATCH] i386: cpu_relax() in crash.c and doublefault.c by Chuck Ebbert · 19 years ago
- 36a891b kexec: grammar fix for crash_save_this_cpu() by Horms · 19 years ago
- db753bd [PATCH] i386: fix uses of user_mode() vs. user_mode_vm() by Jan Beulich · 19 years ago
- e996e58 [PATCH] kdump: save registers early (inline functions) by Vivek Goyal · 19 years ago
- cc57165 [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers by Vivek Goyal · 19 years ago
- 8240941 [PATCH] kdump: i386 save ss esp bug fix by akpm@osdl.org · 19 years ago
- 19842d6 [PATCH] drop "[PATCH] i386 kexec-on-panic: Don't shutdown the apics" by Vivek Goyal · 19 years ago
- 3d1675b [PATCH] i386 kexec-on-panic: Don't shutdown the apics. by Eric W. Biederman · 19 years ago
- ce3a161 [PATCH] useless includes of linux/irq.h in arch/i386 by Al Viro · 19 years ago
- f2ab446 [PATCH] x86: more asm cleanups by Zachary Amsden · 19 years ago
- 72414d3 [PATCH] kexec code cleanup by Maneesh Soni · 20 years ago
- 6e274d1 [PATCH] kdump: Use real pt_regs from exception by Alexander Nyberg · 20 years ago
- a3ea8ac [PATCH] Kexec: Kexec on panic fix with nmi watchdog enabled by Vivek Goyal · 20 years ago
- 4d55476 [PATCH] kdump: NMI handler segment selector, stack pointer fix by Vivek Goyal · 20 years ago
- 625f1c82 [PATCH] Kdump: Export crash notes section address through sysfs by Vivek Goyal · 20 years ago
- 63d3029 [PATCH] kexec: x86 shutdown APICs during crash_shutdown by Eric W. Biederman · 20 years ago
- 2c818b4 [PATCH] kexec: x86: snapshot registers during crash shutdown by Eric W. Biederman · 20 years ago
- c4ac426 [PATCH] crashdump: x86: add NMI handler to capture other CPUs by Eric W. Biederman · 20 years ago
- 5033cba [PATCH] kexec: x86 kexec core by Eric W. Biederman · 20 years ago