aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-4/+5
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+4
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsGravatar Kees Cook 3-4/+5
2021-09-29x86/boot: Fix make hdimage with older versions of mtoolsGravatar H. Peter Anvin (Intel) 2-9/+11
2021-09-25lib/string: Move helper functions out of string.cGravatar Kees Cook 2-0/+4
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-08-30Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2021-08-30Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+1
2021-08-25x86/build: Move the install rule to arch/x86/MakefileGravatar Masahiro Yamada 1-6/+1
2021-08-24x86/kaslr: Have process_mem_region() return a booleanGravatar Jing Yangyang 1-1/+1
2021-08-21x86/efi: Restore Firmware IDT before calling ExitBootServices()Gravatar Joerg Roedel 2-9/+24
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2021-06-28Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-102/+249
2021-05-12x86/boot/compressed: Enable -WundefGravatar Nick Desaulniers 3-2/+3
2021-05-10x86/boot: Modernize genimage script; hdimage+EFI supportGravatar H. Peter Anvin (Intel) 4-102/+249
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Gravatar Brijesh Singh 2-5/+5
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+5
2021-04-26Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-4/+4
2021-04-26Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2021-03-26x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSGravatar Nathan Chancellor 1-0/+1
2021-03-23x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningGravatar Arnd Bergmann 1-2/+0
2021-03-21x86: Fix various typos in comments, take #2Gravatar Ingo Molnar 2-2/+2
2021-03-19x86/kaslr: Return boolean values from a function returning boolGravatar Jiapeng Chong 1-2/+2
2021-03-18x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()Gravatar Joerg Roedel 1-9/+3
2021-03-18x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathGravatar Joerg Roedel 1-0/+83
2021-03-18x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-pathGravatar Joerg Roedel 1-0/+28
2021-03-18x86/boot/compressed/64: Add 32-bit boot #VC handlerGravatar Joerg Roedel 2-1/+101
2021-03-18x86/boot/compressed/64: Setup IDT in startup_32 boot pathGravatar Joerg Roedel 1-0/+72
2021-03-18x86/boot/compressed/64: Reload CS in startup_32Gravatar Joerg Roedel 1-1/+8
2021-03-18x86/sev: Do not require Hypervisor CPUID bit for SEV guestsGravatar Joerg Roedel 1-6/+0
2021-03-18x86/boot/compressed/64: Cleanup exception handling before booting kernelGravatar Joerg Roedel 3-5/+22
2021-03-15x86/boot/compressed/sev-es: Convert to insn_decode()Gravatar Borislav Petkov 1-6/+5
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANGravatar Andrey Konovalov 1-0/+1
2020-12-14Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-12/+0
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-14/+4
2020-12-06Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+2
2020-12-06x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesGravatar Masami Hiramatsu 1-3/+2
2020-12-01x86/build: Remove -m16 workaround for unsupported versions of GCCGravatar Nick Desaulniers 1-12/+0
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigGravatar Nathan Chancellor 1-1/+3
2020-11-21x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regGravatar Uros Bizjak 1-4/+4
2020-11-18x86/boot: Remove unused finalize_identity_maps()Gravatar Arvind Sankar 1-10/+0
2020-11-04efi: generalize efi_get_securebootGravatar Chester Lin 1-1/+1
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathGravatar Joerg Roedel 3-0/+7
2020-10-29x86/boot/compressed/64: Introduce sev_statusGravatar Joerg Roedel 1-1/+15
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 3-9/+9
2020-10-19x86/boot/64: Explicitly map boot_params and command lineGravatar Arvind Sankar 2-3/+23
2020-10-19x86/boot/64: Initialize 5-level paging variables earlierGravatar Arvind Sankar 3-14/+16
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-207/+781