summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-6/+6
|\
| * kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-141-6/+6
* | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-123-8/+8
|\ \
| * | x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-083-8/+8
| |/
* | Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-111-3/+11
|\ \
| * | efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel2021-11-211-3/+11
| |/
* | Merge tag 'x86_build_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-101-2/+5
|\ \
| * | x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor2021-12-231-2/+5
| |/
* | Merge tag 'x86_cleanups_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-101-0/+3
|\ \
| * | x86/boot/string: Add missing function prototypesKees Cook2021-12-101-0/+3
| |/
* / x86/sev: Shorten GHCB terminate macro namesBrijesh Singh2021-11-151-3/+3
|/
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-023-4/+5
|\
| * x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook2021-10-273-4/+5
* | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-012-0/+4
|\ \
| * | lib/string: Move helper functions out of string.cKees Cook2021-09-252-0/+4
| |/
* / x86/boot: Fix make hdimage with older versions of mtoolsH. Peter Anvin (Intel)2021-09-292-9/+11
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\
| * isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* | Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-301-1/+1
|\ \
| * | x86/kaslr: Have process_mem_region() return a booleanJing Yangyang2021-08-241-1/+1
| |/
* | Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-6/+1
|\ \
| * | x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada2021-08-251-6/+1
| |/
* / x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2021-08-212-9/+24
|/
* Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-284-102/+249
|\
| * x86/boot: Modernize genimage script; hdimage+EFI supportH. Peter Anvin (Intel)2021-05-104-102/+249
* | x86/boot/compressed: Enable -WundefNick Desaulniers2021-05-123-2/+3
* | x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-102-5/+5
|/
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-6/+5
|\
| * x86/boot/compressed/sev-es: Convert to insn_decode()Borislav Petkov2021-03-151-6/+5
* | Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-0/+1
|\ \
| * | x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor2021-03-261-0/+1
| |/
* | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-263-4/+4
|\ \
| * | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-212-2/+2
| * | x86/kaslr: Return boolean values from a function returning boolJiapeng Chong2021-03-191-2/+2
| |/
* | Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-261-2/+0
|\ \
| * | x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann2021-03-231-2/+0
| |/
* | x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()Joerg Roedel2021-03-181-9/+3
* | x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel2021-03-181-0/+83
* | x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-pathJoerg Roedel2021-03-181-0/+28
* | x86/boot/compressed/64: Add 32-bit boot #VC handlerJoerg Roedel2021-03-182-1/+101
* | x86/boot/compressed/64: Setup IDT in startup_32 boot pathJoerg Roedel2021-03-181-0/+72
* | x86/boot/compressed/64: Reload CS in startup_32Joerg Roedel2021-03-181-1/+8
* | x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel2021-03-181-6/+0
* | x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel2021-03-183-5/+22
|/
* Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-1/+1
|\
| * efi: generalize efi_get_securebootChester Lin2020-11-041-1/+1
* | kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov2020-12-221-0/+1
* | Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-12/+0
|\ \
| * | x86/build: Remove -m16 workaround for unsupported versions of GCCNick Desaulniers2020-12-011-12/+0
| |/
* | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-142-14/+4
|\ \