summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+49
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2025-05-21include: pe.h: Fix PE definitionsPali Rohár1-5/+5
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov3-17/+3
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish2-2/+2
2025-05-14x86/boot: Defer initialization of VM space related global variablesArd Biesheuvel1-3/+0
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-2/+2
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar24-182/+2604
2025-05-13Merge branch 'x86/asm' into x86/core, to merge dependent commitsIngo Molnar1-1/+1
2025-05-13x86/boot: make sure KASLR does not step over KHO preserved memoryAlexander Graf1-1/+49
2025-05-06Merge tag 'v6.15-rc4' into x86/asm, to pick up fixesIngo Molnar4-54/+22
2025-05-05x86/sev: Disentangle #VC handling code from startup codeArd Biesheuvel6-1634/+106
2025-05-04x86/boot: Provide __pti_set_user_pgtbl() to startup codeArd Biesheuvel1-0/+9
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-04x86/boot: Disregard __supported_pte_mask in __startup_64()Ard Biesheuvel1-2/+0
2025-05-04x86/boot: Move early_setup_gdt() back into head64.cArd Biesheuvel1-14/+1
2025-05-04Merge branch 'x86/urgent' into x86/boot, to pick up fixesIngo Molnar4-5/+44
2025-05-04x86/boot/sev: Support memory acceptance in the EFI stub under SVSMArd Biesheuvel3-4/+43
2025-04-24x86/boot: Work around broken busybox 'truncate' toolArd Biesheuvel1-1/+1
2025-04-24x86/sev: Share the sev_secrets_pa value againTom Lendacky1-2/+2
2025-04-23x86/boot: Disable jump tables in PIC codeArd Biesheuvel1-0/+1
2025-04-22x86/boot: Drop RIP_REL_REF() uses from early SEV codeArd Biesheuvel2-28/+19
2025-04-22x86/boot: Move SEV startup code into startup/Ard Biesheuvel4-2/+2805
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 upstre...Ingo Molnar3-53/+21
2025-04-18x86/boot/sev: Avoid shared GHCB page for early memory acceptanceArd Biesheuvel3-53/+21
2025-04-18x86/asm: Replace "REP; NOP" with PAUSE mnemonicUros Bizjak1-1/+1
2025-04-18x86/boot: Remove semicolon from "rep" prefixesUros Bizjak7-15/+15
2025-04-17x86/boot/startup: Disable LTO for the startup codeNathan Chancellor1-1/+2
2025-04-12x86/sev: Prepare for splitting off early SEV codeArd Biesheuvel1-5/+10
2025-04-12x86/boot: Drop RIP_REL_REF() uses from SME startup codeArd Biesheuvel1-6/+5
2025-04-12x86/boot: Move early SME init code into startup/Ard Biesheuvel2-0/+568
2025-04-12x86/boot: Drop RIP_REL_REF() uses from early mapping codeArd Biesheuvel1-20/+21
2025-04-12x86/boot: Move early kernel mapping code into startup/Ard Biesheuvel2-1/+225
2025-04-12x86/boot: Move the early GDT/IDT setup code into startup/Ard Biesheuvel3-1/+100
2025-04-09x86/boot/startup: Disable objtool validation for library codeArd Biesheuvel1-0/+6
2025-04-06x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...Ard Biesheuvel2-0/+256
2025-04-06x86/boot: Move the 5-level paging trampoline into /startupArd Biesheuvel3-1/+4
2025-04-06x86/boot/compressed: Merge the local pgtable.h include into <asm/boot.h>Ard Biesheuvel5-22/+0
2025-04-06Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-5/+6
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-349/+0
2025-03-25x86 boot build: make git ignore stale 'tools' directoryLinus Torvalds1-0/+1
2025-03-25Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-121/+128
2025-03-25Merge tag 'x86-build-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-256/+9
2025-03-22x86: drop unnecessary prefix map configurationThomas Weißschuh2-2/+0
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth1-2/+2
2025-03-19x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c...H. Peter Anvin (Intel)3-4/+3
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar1-0/+2
2025-03-16x86: Get rid of Makefile.postlinkArd Biesheuvel1-3/+6