summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-20x86/head64: Remove duplicate includeWang Qing1-1/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel1-0/+8
2020-09-09x86/sev-es: Setup an early #VC handlerJoerg Roedel1-1/+24
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel1-4/+15
2020-09-07x86/head/64: Install a CPU bringup IDTJoerg Roedel1-0/+39
2020-09-07x86/head/64: Install startup GDTJoerg Roedel1-0/+33
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-10-11x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl1-2/+20
2019-06-26x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov1-1/+2
2019-06-26x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov1-8/+9
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross1-2/+0
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-1/+1
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross1-0/+2
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang1-1/+3
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh1-0/+16
2018-06-23Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov1-1/+1
2018-05-19x86/mm: Mark __pgtable_l5_enabled __initdataKirill A. Shutemov1-1/+1
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov1-4/+5
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov1-1/+1
2018-05-19x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov1-7/+5
2018-05-14x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'Alexander Potapenko1-1/+9
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen1-0/+2
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov1-2/+7
2018-02-16x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov1-11/+22
2018-02-16x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov1-1/+2
2018-02-16x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov1-1/+2
2018-02-16x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov1-4/+9
2018-02-16x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov1-2/+4
2018-02-16x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov1-1/+23
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov1-1/+5
2018-02-14x86/mm: Introduce 'pgtable_l5_enabled'Kirill A. Shutemov1-0/+5
2018-02-14x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=yKirill A. Shutemov1-0/+9
2018-01-16x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+1
2017-08-29x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner1-5/+1
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-2/+5
2017-08-17x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'Alexander Potapenko1-3/+4
2017-07-18x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky1-2/+3
2017-07-18x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky1-4/+26
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-2/+9
2017-07-18x86/mm: Add support to enable SME in early boot processingTom Lendacky1-11/+42
2017-06-20x86/boot/64: Put __startup_64() into .head.textKirill A. Shutemov1-2/+4
2017-06-13x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov1-6/+42
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov1-10/+9
2017-06-13x86/boot/64: Rewrite startup_64() in CKirill A. Shutemov1-1/+84
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-1/+2
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1