index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
realmode
/
init.c
Age
Commit message (
Expand
)
Author
2021-06-03
x86/setup: Always reserve the first 1M of RAM
Mike Rapoport
2021-05-10
x86/sev-es: Rename sev-es.{ch} to sev.{ch}
Brijesh Singh
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
2020-09-09
x86/head/64: Don't call verify_cpu() on starting APs
Joerg Roedel
2020-09-09
x86/realmode: Setup AP jump table
Tom Lendacky
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2019-11-14
x86/kdump: Always reserve the low 1M when the crashkernel option is specified
Lianbo Jiang
2019-03-29
x86/realmode: Make set_real_mode_mem() static inline
Matteo Croce
2019-03-27
x86/realmode: Don't leak the trampoline kernel address
Matteo Croce
2017-11-07
x86/realmode: Don't decrypt trampoline area under SEV
Tom Lendacky
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-18
x86/boot/realmode: Check for memory encryption on the APs
Tom Lendacky
2017-07-18
x86/realmode: Decrypt trampoline area if memory encryption is active
Tom Lendacky
2017-06-13
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
2017-05-08
x86: use set_memory.h header
Laura Abbott
2016-08-11
x86/boot: Rework reserve_real_mode() to allow multiple tries
Andy Lutomirski
2016-08-11
x86/boot: Defer setup_real_mode() to early_initcall time
Andy Lutomirski
2016-08-11
x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directly
Andy Lutomirski
2016-07-08
x86/mm: Separate variable for trampoline PGD
Thomas Garnier
2015-02-04
x86: Store a per-cpu shadow copy of CR4
Andy Lutomirski
2013-12-18
x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()
H. Peter Anvin
2013-02-01
Merge remote-tracking branch 'origin/x86/mm' into x86/mm2
H. Peter Anvin
2013-01-29
x86, realmode: Separate real_mode reserve and setup
Yinghai Lu
2013-01-29
x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directly
Yinghai Lu
2013-01-29
x86, realmode: Set real_mode permissions early
Yinghai Lu
2012-11-16
x86: Use __pa_symbol instead of __pa on C visible symbols
Alexander Duyck
2012-05-16
x86, realmode: Change EFER to a single u64 field
H. Peter Anvin
2012-05-16
x86, realmode: Move kernel/realmode.c to realmode/init.c
H. Peter Anvin