summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2025-12-07arch: back to -std=gnu89 in < v5.18Matthieu Baerts (NGI0)1-1/+1
2025-06-27x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers1-1/+1
2025-06-04x86/build: Fix broken copy command in genimage.sh when making isoimageNir Lichtman1-1/+4
2025-03-13x86/boot: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-0/+1
2024-04-10arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra1-0/+8
2024-02-23x86/boot: Ignore NMIs during very early bootJun'ichi Nomura4-0/+8
2023-10-25x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel1-0/+5
2023-10-25x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel1-0/+5
2023-09-23x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov1-0/+8
2023-09-19x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel1-7/+23
2023-06-09x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2-13/+25
2023-01-18x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra1-2/+2
2022-08-17x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2-1/+5
2022-05-15x86: Prepare asm files for straight-line-speculationPeter Zijlstra3-8/+8
2022-01-27x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor1-2/+5
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-08-30Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-08-30Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+1
2021-08-25x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada1-6/+1
2021-08-24x86/kaslr: Have process_mem_region() return a booleanJing Yangyang1-1/+1
2021-08-21x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2-9/+24
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-06-28Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-102/+249
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers3-2/+3
2021-05-10x86/boot: Modernize genimage script; hdimage+EFI supportH. Peter Anvin (Intel)4-102/+249
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2-5/+5
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+5
2021-04-26Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+4
2021-04-26Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2021-03-26x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor1-0/+1
2021-03-23x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann1-2/+0
2021-03-22x86: Fix various typos in comments, take #2Ingo Molnar2-2/+2
2021-03-19x86/kaslr: Return boolean values from a function returning boolJiapeng Chong1-2/+2
2021-03-19x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()Joerg Roedel1-9/+3
2021-03-19x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel1-0/+83
2021-03-19x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-pathJoerg Roedel1-0/+28
2021-03-19x86/boot/compressed/64: Add 32-bit boot #VC handlerJoerg Roedel2-1/+101
2021-03-18x86/boot/compressed/64: Setup IDT in startup_32 boot pathJoerg Roedel1-0/+72
2021-03-18x86/boot/compressed/64: Reload CS in startup_32Joerg Roedel1-1/+8
2021-03-18x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel1-6/+0
2021-03-18x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel3-5/+22
2021-03-15x86/boot/compressed/sev-es: Convert to insn_decode()Borislav Petkov1-6/+5
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov1-0/+1
2020-12-15Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+0
2020-12-15Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-14/+4
2020-12-06Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2020-12-06x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-3/+2
2020-12-01x86/build: Remove -m16 workaround for unsupported versions of GCCNick Desaulniers1-12/+0