aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/machine_kexec_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30x86/kexec: Allocate 8k PGDs for PTIJoerg Roedel1-2/+3
2018-05-13x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa1-1/+5
2018-02-17x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He1-3/+2
2018-02-17x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He1-1/+2
2017-12-27x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)Linus Torvalds1-3/+1
2017-08-29x86/idt: Consolidate IDT invalidationThomas Gleixner1-13/+1
2017-05-08x86: use set_memory.h headerLaura Abbott1-1/+1
2017-03-27x86/kexec: Add 5-level paging supportKirill A. Shutemov1-1/+3
2014-12-16x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu1-0/+1
2014-09-11x86: Axe the lightly-used cpu_has_paeDave Hansen1-1/+2
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+2
2009-11-16x86, pageattr: Make set_memory_(x|nx) aware of NX supportH. Peter Anvin1-4/+2
2009-06-02hw-breakpoints: cleanup HW Breakpoint registers before kexecK.Prasad1-0/+2
2009-05-07x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMPHuang Ying1-2/+2
2009-03-10x86, kexec: fix kexec x86 coding styleHuang Ying1-7/+10
2009-02-22x86: kexec/i386: fix sparse warnings: Using plain integer as NULL pointerHannes Eder1-1/+1
2008-10-31kexec/i386: setup kexec page table in CHuang Ying1-12/+47
2008-10-31kexec/i386: allocate page table pages dynamicallyHuang Ying1-21/+46
2008-10-28x86, kdump: fix invalid access on i386 sparsememKen'ichi Ohmichi1-1/+4
2008-08-15kexec jump: fix for ftraceHuang Ying1-1/+15
2008-08-15kexec jump: check code size in control pageHuang Ying1-1/+1
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying1-1/+1
2008-07-26kexec jump: save/restore device stateHuang Ying1-0/+12
2008-07-26kexec jumpHuang Ying1-6/+21
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+4
2008-06-24x86: arch/x86/kernel/machine_kexec_32.c: remove extra semicolonsWANG Cong1-2/+2
2008-05-23ftrace: fix kexecIngo Molnar1-0/+4
2008-02-07vmcoreinfo: fix the configuration dependenciesKen'ichi Ohmichi1-1/+1
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa1-2/+2
2007-10-19Use extended crashkernel command line on i386Bernhard Walle1-22/+0
2007-10-17add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macrosKen'ichi Ohmichi1-3/+3
2007-10-17Add vmcoreinfoKen'ichi Ohmichi1-0/+13
2007-10-13Delete filenames in comments.Dave Jones1-1/+1
2007-10-11i386: move kernelThomas Gleixner1-0/+171