summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-10Merge tag 'x86_build_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-10Merge tag 'x86_cleanups_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-23x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor
2021-12-10x86/boot/string: Add missing function prototypesKees Cook
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-11-21efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel
2021-11-15x86/sev: Shorten GHCB terminate macro namesBrijesh Singh
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook
2021-09-29x86/boot: Fix make hdimage with older versions of mtoolsH. Peter Anvin (Intel)
2021-09-25lib/string: Move helper functions out of string.cKees Cook
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-30Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-30Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-25x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada
2021-08-24x86/kaslr: Have process_mem_region() return a booleanJing Yangyang
2021-08-21x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-06-28Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers
2021-05-10x86/boot: Modernize genimage script; hdimage+EFI supportH. Peter Anvin (Intel)
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-03-26x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor
2021-03-23x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-19x86/kaslr: Return boolean values from a function returning boolJiapeng Chong
2021-03-18x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()Joerg Roedel
2021-03-18x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel
2021-03-18x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-pathJoerg Roedel
2021-03-18x86/boot/compressed/64: Add 32-bit boot #VC handlerJoerg Roedel
2021-03-18x86/boot/compressed/64: Setup IDT in startup_32 boot pathJoerg Roedel
2021-03-18x86/boot/compressed/64: Reload CS in startup_32Joerg Roedel
2021-03-18x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel
2021-03-18x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel
2021-03-15x86/boot/compressed/sev-es: Convert to insn_decode()Borislav Petkov
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov
2020-12-14Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-06Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-06x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu