summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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_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
| |/
* / x86/boot: Don't add the EFI stub to targets, againBenjamin Segall2024-06-131-2/+2
|/
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-11/+0
|\
| * Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-11/+0
* | 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
| |/
* / x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57Ard Biesheuvel2024-04-111-0/+5
|/
* 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
| |\ \
| | * | 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
| | |/
| * | x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)2024-02-281-1/+1
* | | x86/sev: Move early startup code into .head.text sectionArd Biesheuvel2024-03-041-0/+3
* | | x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel2024-03-041-0/+15
* | | Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar2024-02-261-0/+4
|\| |
| * | x86/sev: Harden #VC instruction emulation somewhatBorislav Petkov (AMD)2024-01-291-0/+4
| |/
* | x86/boot: Add a message about ignored early NMIsNOMURA JUNICHI(野村 淳一)2024-02-063-1/+9
* | x86/boot: Add error_putdec() helperH. Peter Anvin2024-02-062-10/+25
|/
* Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-092-2/+2
|\
| * arch/x86: Fix typosBjorn Helgaas2024-01-032-2/+2
* | Merge tag 'x86-boot-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-094-0/+8
|\ \
| * | x86/boot: Ignore NMIs during very early bootJun'ichi Nomura2023-11-304-0/+8
| |/
* / x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He2023-12-131-1/+1
|/
* Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-3/+3
|\
| * x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang2023-09-131-2/+2
| * x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang2023-09-131-1/+1
* | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-311-1/+1
|\ \
| * | x86/sev: Make boot_ghcb_page[] staticGUO Zihua2023-10-031-1/+1
| |/
* | Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-3110-49/+50
|\ \