aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/boot/compressed (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+49
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov1-9/+2
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-12x86/boot: make sure KASLR does not step over KHO preserved memoryAlexander Graf1-1/+49
2025-05-05x86/sev: Disentangle #VC handling code from startup codeArd Biesheuvel4-94/+105
2025-05-04x86/sev: Move instruction decoder into separate source fileArd Biesheuvel4-41/+62
2025-05-04x86/sev: Make sev_snp_enabled() a static functionArd Biesheuvel2-3/+1
2025-05-04Merge branch 'x86/urgent' into x86/boot, to pick up fixesIngo Molnar3-4/+43
2025-05-04x86/boot/sev: Support memory acceptance in the EFI stub under SVSMArd Biesheuvel3-4/+43
2025-04-22x86/boot: Move SEV startup code into startup/Ard Biesheuvel1-1/+1
2025-04-22x86/sev: Split off startup code from core codeArd Biesheuvel1-0/+2
2025-04-22Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstream fixesIngo Molnar3-53/+21
2025-04-18x86/boot/sev: Avoid shared GHCB page for early memory acceptanceArd Biesheuvel3-53/+21
2025-04-18x86/boot: Remove semicolon from "rep" prefixesUros Bizjak1-4/+4
2025-04-12x86/sev: Prepare for splitting off early SEV codeArd Biesheuvel1-5/+10
2025-04-12x86/boot: Move the early GDT/IDT setup code into startup/Ard Biesheuvel1-1/+1
2025-04-06x86/boot: Move the 5-level paging trampoline into /startupArd Biesheuvel2-112/+1
2025-04-06x86/boot/compressed: Merge the local pgtable.h include into <asm/boot.h>Ard Biesheuvel5-22/+0
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+6
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds3-349/+0
2025-03-24Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-103/+113
2025-03-24Merge tag 'x86-build-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-03-22x86: drop unnecessary prefix map configurationThomas Weißschuh1-1/+0
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar1-0/+2
2025-03-17x86: Get rid of Makefile.postlinkArd Biesheuvel1-3/+6
2025-03-13x86/boot: Move the LA57 trampoline to separate source fileArd Biesheuvel3-103/+113
2025-03-12x86/boot: Add back some padding for the CRC-32 checksumArd Biesheuvel1-1/+2
2025-03-07x86/boot: Drop CRC-32 checksum and the build tool that generates itArd Biesheuvel1-2/+1
2025-03-07Merge branch 'x86-mixed-mode' into efi/nextArd Biesheuvel3-349/+0
2025-03-06x86/boot: Sanitize boot params before parsing command lineArd Biesheuvel1-0/+2
2025-02-21x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel2-254/+0
2025-02-21x86/efi/mixed: Simplify and document thunking logicArd Biesheuvel1-40/+37
2025-02-21x86/efi/mixed: Remove dependency on legacy startup_32 codeArd Biesheuvel2-169/+65
2025-02-21x86/efi/mixed: Set up 1:1 mapping of lower 4GiB in the stubArd Biesheuvel1-0/+29
2025-02-21x86/efi/mixed: Factor out and clean up long mode entryArd Biesheuvel1-14/+15
2025-02-21x86/efi/mixed: Check CPU compatibility without relying on verify_cpu()Ard Biesheuvel1-13/+9
2025-02-21x86/efistub: Merge PE and handover entrypointsArd Biesheuvel1-15/+1
2025-02-18x86/boot/64: Remove inverse relocationsBrian Gerst1-13/+1
2025-01-30x86/boot: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-0/+1
2025-01-21Merge tag 'x86-cleanups-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2025-01-09x86/sev: Add the Secure TSC feature for SNP guestsNikunj A Dadhania1-1/+2
2024-12-02x86/boot/compressed: Remove unused header includes from kaslr.cBorislav Petkov (AMD)1-4/+0
2024-10-28x86/boot: Skip video memory access in the decompressor for SEV-ES/SNPAshish Kalra1-0/+15
2024-09-01mm: rework accept memory helpersKirill A. Shutemov2-2/+2
2024-07-16Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-34/+9
2024-07-16Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+70
2024-07-15Merge tag 'x86_cleanups_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2024-07-11x86/sev: Move SEV compilation unitsBorislav Petkov (AMD)1-1/+1
2024-07-02x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel1-34/+9
2024-06-17x86/sev: Allow non-VMPL0 execution when an SVSM is presentTom Lendacky1-3/+14