summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov2019-06-261-1/+2
* x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov2019-06-261-8/+9
* x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross2018-11-201-2/+0Star
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
* x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross2018-10-101-0/+2
* x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-1/+3
* x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-151-0/+16
* Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov2018-06-231-1/+1
* x86/mm: Mark __pgtable_l5_enabled __initdataKirill A. Shutemov2018-05-191-1/+1
* x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-191-4/+5
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-1/+1
* x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-191-7/+5Star
* x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'Alexander Potapenko2018-05-141-1/+9
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-0/+2
* x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-211-2/+7
* x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov2018-02-161-11/+22
* x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov2018-02-161-1/+2
* x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov2018-02-161-1/+2
* x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov2018-02-161-4/+9
* x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov2018-02-161-2/+4
* x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov2018-02-161-1/+23
* x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-1/+5
* x86/mm: Introduce 'pgtable_l5_enabled'Kirill A. Shutemov2018-02-141-0/+5
* x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=yKirill A. Shutemov2018-02-141-0/+9
* x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky2018-01-161-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-051-5/+1Star
|\
| * x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner2017-08-291-5/+1Star
* | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-2/+5
|\|
| * x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'Alexander Potapenko2017-08-171-3/+4
* | x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky2017-07-181-2/+3
* | x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2017-07-181-4/+26
* | x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-2/+9
* | x86/mm: Add support to enable SME in early boot processingTom Lendacky2017-07-181-11/+42
|/
* x86/boot/64: Put __startup_64() into .head.textKirill A. Shutemov2017-06-201-2/+4
* x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov2017-06-131-6/+42
* x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-131-10/+9Star
* x86/boot/64: Rewrite startup_64() in CKirill A. Shutemov2017-06-131-1/+84
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+2
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-021-1/+1
|\
| * x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2017-03-141-0/+1
|/
* x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski2016-08-111-1/+0Star
* x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar2016-07-211-1/+1
* x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-0/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-11/+3Star
|\
| * x86/boot: Use proper array element type in memset() size calculationAlexander Kuleshov2016-02-091-2/+2
| * x86/boot: Micro-optimize reset_early_page_tables()Alexander Kuleshov2016-01-301-11/+3Star
* | x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko2016-01-191-0/+8
|/
* x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-061-5/+2Star