summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/pagetable.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-11x86/boot/compressed/64: Rename pagetable.c to kaslr_64.cKirill A. Shutemov1-157/+0
2017-12-30Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner1-0/+3
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky1-3/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-0/+7
2017-06-30x86/KASLR: Fix detection 32/64 bit bootloaders for 5-level pagingKirill A. Shutemov1-6/+12
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-1/+1
2017-05-08x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang1-1/+1
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier1-0/+3
2016-06-26x86/KASLR: Clarify identity map interfaceKees Cook1-10/+16
2016-05-10x86/KASLR: Initialize mapping_info every timeKees Cook1-11/+5
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook1-0/+135