Age | Commit message (Expand) | Author |
2018-04-13 | kexec_file, x86: move re-factored code to generic side | AKASHI Takahiro |
2018-04-13 | x86: kexec_file: clean up prepare_elf64_headers() | AKASHI Takahiro |
2018-04-13 | x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer | AKASHI Takahiro |
2018-04-13 | x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers() | AKASHI Takahiro |
2018-04-13 | x86: kexec_file: purge system-ram walking from prepare_elf64_headers() | AKASHI Takahiro |
2018-02-17 | x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdump | Baoquan He |
2017-11-07 | resource: Fix resource_size.cocci warnings | kbuild test robot |
2017-11-07 | resource: Provide resource struct in resource walk callback | Tom Lendacky |
2017-07-12 | kexec: move vmcoreinfo out of the kernel's .bss section | Xunlei Pang |
2017-01-28 | x86/boot/e820: Clean up the E820 table size define names | Ingo Molnar |
2017-01-28 | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" | Ingo Molnar |
2017-01-28 | x86/boot/e820: Rename everything to e820_table | Ingo Molnar |
2017-01-28 | x86/boot/e820: Rename 'e820_map' variables to 'e820_array' | Ingo Molnar |
2017-01-28 | x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's... | Ingo Molnar |
2017-01-28 | x86/boot/e820: Remove spurious asm/e820/api.h inclusions | Ingo Molnar |
2016-11-30 | kexec_file: Change kexec_add_buffer to take kexec_buf as argument. | Thiago Jung Bauermann |
2016-10-11 | x86/panic: replace smp_send_stop() with kdump friendly version in panic path | Hidehiro Kawai |
2016-07-14 | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker |
2016-01-30 | x86/kexec: Remove walk_iomem_res() call with GART type | Toshi Kani |
2016-01-30 | x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem search | Toshi Kani |
2015-11-23 | perf, x86: Stop Intel PT before kdump starts | Takao Indoh |
2015-10-12 | x86/kexec: Remove obsolete 'in_crash_kexec' flag | Minfei Huang |
2015-10-02 | x86/kexec: Fix kexec crash in syscall kexec_file_load() | Lee, Chun-Yi |
2015-06-03 | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell |
2015-03-23 | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski |
2014-12-16 | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h | Jiang Liu |
2014-10-14 | kexec: check if crashk_res_low exists when exclude it from crash mem ranges | Baoquan He |
2014-08-29 | kexec: create a new config option CONFIG_KEXEC_FILE for new syscall | Vivek Goyal |
2014-08-08 | kexec: support for kexec on panic using new system call | Vivek Goyal |
2014-03-13 | x86, crash: Unify ifdef | Borislav Petkov |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2013-11-07 | x86/apic: Disable I/O APIC before shutdown of the local APIC | Fenghua Yu |
2013-08-20 | x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lock | Yoshihiro YUNOMAE |
2012-12-11 | x86/kexec: crash_vmclear_local_vmcss needs __rcu | Zhang Yanfei |
2012-12-06 | x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessary | Zhang Yanfei |
2011-10-10 | x86, nmi: Wire up NMI handlers to new routines | Don Zickus |
2010-07-21 | x86, UV: Make kdump avoid stack dumps | Cliff Wickman |
2010-04-07 | Revert "x86: disable IOMMUs on kernel crash" | Chris Wright |
2009-11-08 | x86: Use x86_platform for iommu_shutdown | FUJITA Tomonori |
2009-06-15 | x86: disable IOMMUs on kernel crash | Joerg Roedel |
2009-02-17 | x86, apic: remove duplicate asm/apic.h inclusions | Ingo Molnar |
2009-02-17 | x86, apic: remove genapic.h | Ingo Molnar |
2009-01-29 | x86, smp: remove mach_ipi.h | Ingo Molnar |
2009-01-07 | x86: smp.h move safe_smp_processor_id declartion to cpu.h | Jaswinder Singh Rajput |
2008-12-31 | kdump: forcibly disable VMX and SVM on machine_crash_shutdown() | Eduardo Habkost |
2008-11-12 | x86: move nmi_shootdown_cpus() to reboot.c | Eduardo Habkost |
2008-11-12 | x86 kdump: make nmi_shootdown_cpus() non-static | Eduardo Habkost |
2008-11-12 | x86 kdump: make kdump_nmi_callback() a function ptr on crash_nmi_callback() | Eduardo Habkost |
2008-11-12 | x86 kdump: create kdump_nmi_shootdown_cpus() | Eduardo Habkost |
2008-11-12 | x86 kdump: move crashing_cpu assignment to nmi_shootdown_cpus() | Eduardo Habkost |