summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: rework accept memory helpersKirill A. Shutemov2024-09-022-2/+2
* Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-0/+2
|\
| * kbuild: Abort make on install failuresZhang Bingwu2024-07-201-0/+2
* | Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-161-34/+9
|\ \
| * | x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel2024-07-021-34/+9
| |/
* | Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-161-16/+70
|\ \
| * | x86/sev: Move SEV compilation unitsBorislav Petkov (AMD)2024-07-111-1/+1
| * | x86/sev: Allow non-VMPL0 execution when an SVSM is presentTom Lendacky2024-06-171-3/+14
| * | x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0Tom Lendacky2024-06-171-4/+42
| * | x86/sev: Check for the presence of an SVSM in the SNP secrets pageTom Lendacky2024-06-111-8/+13
* | | Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-161-1/+1
|\ \ \
| * | | x86/boot: Switch to new Intel CPU model definesTony Luck2024-05-281-1/+1
| |/ /
* | | Merge tag 'x86_cleanups_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-161-5/+0
|\ \ \
| * | | x86/boot: Remove unused function __fortify_panic()Nikolay Borisov2024-06-141-5/+0
| |/ /
* | | Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-161-23/+19
|\ \ \ | |_|/ |/| |
| * | x86/boot: Clean up the arch/x86/boot/main.c code a bitIngo Molnar2024-05-221-22/+19
| * | x86/boot: Use current_stack_pointer to avoid asm() in init_heap()Uros Bizjak2024-05-211-3/+2
| |/
* / x86/boot: Don't add the EFI stub to targets, againBenjamin Segall2024-06-131-2/+2
|/
* Merge tag 'x86-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-192-0/+4
|\
| * x86/boot: Address clang -Wimplicit-fallthrough in vsprintf()Nathan Chancellor2024-05-171-0/+2
| * x86/boot: Add a fallthrough annotationBorislav Petkov2024-05-162-0/+2
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-182-27/+1
|\ \ | |/ |/|
| * Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-142-26/+0
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-1/+1
* | Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-141-102/+95
|\ \
| * | x86/sev: Make the VMPL0 checking more straight forwardTom Lendacky2024-04-251-21/+14
| * | x86/sev: Rename snp_init() in boot/compressed/sev.cTom Lendacky2024-04-251-81/+81
| |/
* | Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-141-0/+5
|\ \
| * | x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57Ard Biesheuvel2024-04-111-0/+5
| |/
* | Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-141-2/+2
|\ \ | |/ |/|
| * x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak2024-03-191-2/+2
* | x86/efistub: Add missing boot_params for mixed mode compat entryArd Biesheuvel2024-03-261-5/+15
* | Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-241-0/+9
|\ \ | |/ |/|
| * x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel2024-03-241-0/+9
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-1/+1
|\ \
| * | mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-1/+1
* | | Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-132-1/+2
|\ \ \ | | |/ | |/|
| * | x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel2024-03-092-1/+2
| |/
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+1
|\ \
| * | fortify: Improve buffer overflow reportingKees Cook2024-02-291-1/+1
| * | fortify: Split reporting and avoid passing string pointerKees Cook2024-02-291-1/+1
* | | Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar2024-03-127-12/+11
|\ \ \
| * \ \ Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-2/+2
| |\ \ \
| | * \ \ Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-2/+2
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-101-2/+2
| | | |/
| * | | Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-126-9/+8
| |\ \ \
| | * | | x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann2024-01-305-0/+8
| | * | | x86/setup: Move internal setup_data structures into setup_data.hThomas Zimmermann2024-01-301-9/+0
| | | |/ | | |/|
| * | | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-121-1/+5
| |\ \ \ | | |_|/ | |/| |
| | * | x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)2024-02-281-1/+1