summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-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-111-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-116-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-111-1/+5
| |\ \ \ | | |_|/ | |/| |
| | * | 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
* | | | efi/x86: Set the PE/COFF header's NX compat flag unconditionallyArd Biesheuvel2024-02-281-4/+0
* | | | 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
| | |/ | |/|
* | | Merge tag 'v6.8-rc6' into x86/boot, to pick up fixesIngo Molnar2024-02-262-11/+9
|\ \ \ | | |/ | |/|
| * | x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel2024-02-052-11/+9
| |/
* | 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-082-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-085-1/+9
|\ \
| * | x86/boot: Remove redundant initialization of the 'delta' variable in strcmp()Colin Ian King2023-12-201-1/+1
| * | x86/boot: Ignore NMIs during very early bootJun'ichi Nomura2023-11-304-0/+8
| |/
* | x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum2023-12-201-2/+2
* | x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum2023-12-201-3/+3
* | x86/asm: Replace magic numbers in GDT descriptors, preparationsVegard Nossum2023-12-201-0/+1
* | x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He2023-12-121-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-121-2/+2
| * x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang2023-09-121-1/+1
* | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-301-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-3014-447/+154
|\ \
| * | x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel2023-10-189-47/+46
| * | x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel2023-09-174-125/+51
| * | x86/boot: Split off PE/COFF .data sectionArd Biesheuvel2023-09-172-5/+16
| * | x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel2023-09-173-51/+7
| * | x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel2023-09-172-62/+7
| * | x86/boot: Derive file size from _edata symbolArd Biesheuvel2023-09-174-25/+12
| * | x86/boot: Define setup size in linker scriptArd Biesheuvel2023-09-173-7/+5
| * | x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel2023-09-172-25/+17
| * | x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel2023-09-172-5/+1
| * | x86/boot: Drop references to startup_64Ard Biesheuvel2023-09-152-4/+1