Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dcd72f54665717f9d610ea101336d42b7a80704b
/
arch
/
x86
/
kernel
/
machine_kexec_32.c
056c52f
x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.c
by H. Peter Anvin (Intel)
· 3 years, 8 months ago
8ec9069
x86/idt: Remove address argument from idt_invalidate()
by H. Peter Anvin (Intel)
· 3 years, 8 months ago
e31cf2f
mm: don't include asm/pgtable.h if linux/mm.h is already included
by Mike Rapoport
· 4 years, 7 months ago
8757dc9
x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=y
by Omar Sandoval
· 5 years ago
185be15
x86/mm: Remove set_pages_x() and set_pages_nx()
by Christoph Hellwig
· 5 years ago
40b0b3f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
by Thomas Gleixner
· 6 years ago
ca38dc8
x86/kexec: Allocate 8k PGDs for PTI
by Joerg Roedel
· 6 years ago
a466ef7
x86/kexec: Avoid double free_page() upon do_kexec_load() failure
by Tetsuo Handa
· 7 years ago
50374b9
x86/apic: Remove the (now) unused disable_IO_APIC() function
by Baoquan He
· 7 years ago
3c9e76d
x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=y
by Baoquan He
· 7 years ago
ac46112
x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)
by Linus Torvalds
· 7 years ago
e802a51
x86/idt: Consolidate IDT invalidation
by Thomas Gleixner
· 7 years ago
d116365
x86: use set_memory.h header
by Laura Abbott
· 8 years ago
7f68904
x86/kexec: Add 5-level paging support
by Kirill A. Shutemov
· 8 years ago
8643e28
x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h
by Jiang Liu
· 10 years ago
c8128cc
x86: Axe the lightly-used cpu_has_pae
by Dave Hansen
· 10 years ago
663b55b9
x86: Delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
f05e798
Disintegrate asm/system.h for X86
by David Howells
· 13 years ago
e33c019
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
583140a
x86, pageattr: Make set_memory_(x|nx) aware of NX support
by H. Peter Anvin
· 15 years ago
17f557e
hw-breakpoints: cleanup HW Breakpoint registers before kexec
by K.Prasad
· 16 years ago
6407df5
x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMP
by Huang Ying
· 16 years ago
fef3a7a
x86, kexec: fix kexec x86 coding style
by Huang Ying
· 16 years ago
fc6fcdf
x86: kexec/i386: fix sparse warnings: Using plain integer as NULL pointer
by Hannes Eder
· 16 years ago
9868ee6
kexec/i386: setup kexec page table in C
by Huang Ying
· 16 years ago
92be3d6
kexec/i386: allocate page table pages dynamically
by Huang Ying
· 16 years ago
e7706fc
x86, kdump: fix invalid access on i386 sparsemem
by Ken'ichi Ohmichi
· 16 years ago
3122c33
kexec jump: fix for ftrace
by Huang Ying
· 16 years ago
fb45daa
kexec jump: check code size in control page
by Huang Ying
· 16 years ago
163f687
kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE
by Huang Ying
· 16 years ago
89081d1
kexec jump: save/restore device state
by Huang Ying
· 16 years ago
3ab8352
kexec jump
by Huang Ying
· 16 years ago
5806b81a
Merge branch 'auto-ftrace-next' into tracing/for-linus
by Ingo Molnar
· 17 years ago
378fc6e
x86: arch/x86/kernel/machine_kexec_32.c: remove extra semicolons
by WANG Cong
· 17 years ago
f43fdad
ftrace: fix kexec
by Ingo Molnar
· 17 years ago
92df5c3
vmcoreinfo: fix the configuration dependencies
by Ken'ichi Ohmichi
· 17 years ago
6b68f01
x86: unify struct desc_ptr
by Glauber de Oliveira Costa
· 17 years ago
d62cc47
Use extended crashkernel command line on i386
by Bernhard Walle
· 17 years ago
bcbba6c
add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros
by Ken'ichi Ohmichi
· 17 years ago
fd59d23
Add vmcoreinfo
by Ken'ichi Ohmichi
· 17 years ago
835c34a
Delete filenames in comments.
by Dave Jones
· 17 years ago
9a163ed
i386: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/kernel/machine_kexec_32.c]
fcaf15d
i386: prepare shared kernel/machine_kexec.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/kernel/machine_kexec.c]
3566561
[PATCH] i386: Avoid overwriting the current pgd (V4, i386)
by Magnus Damm
· 18 years ago
1a3f239
[PATCH] i386: Replace i386 open-coded cmdline parsing with
by Rusty Russell
· 18 years ago
2a8a3d5
[PATCH] machine_kexec.c: Fix the description of segment handling
by Eric W. Biederman
· 18 years ago
2efe55a
Storage class should be first
by Tobias Klauser
· 19 years ago
2ec5e3a
[PATCH] fix kexec asm
by Michael Matz
· 19 years ago
f2ab446
[PATCH] x86: more asm cleanups
by Zachary Amsden
· 19 years ago
4bb0d3e
[PATCH] i386: inline asm cleanup
by Zachary Amsden
· 19 years ago
e7b47cc
[PATCH] i386 machine_kexec: Cleanup inline assembly
by Eric W. Biederman
· 19 years ago
72414d3
[PATCH] kexec code cleanup
by Maneesh Soni
· 20 years ago
5033cba
[PATCH] kexec: x86 kexec core
by Eric W. Biederman
· 20 years ago