summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2021-08-21x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel
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
2020-12-01x86/build: Remove -m16 workaround for unsupported versions of GCCNick Desaulniers
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor
2020-11-21x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak
2020-11-18x86/boot: Remove unused finalize_identity_maps()Arvind Sankar
2020-11-04efi: generalize efi_get_securebootChester Lin
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel
2020-10-29x86/boot/compressed/64: Introduce sev_statusJoerg Roedel
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-19x86/boot/64: Explicitly map boot_params and command lineArvind Sankar
2020-10-19x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-13Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-01x86/asm: Replace __force_order with a memory clobberArvind Sankar
2020-09-14x86/boot/compressed: Disable relocation relaxationArvind Sankar
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky
2020-09-09x86/sev-es: Handle RDTSC(P) EventsTom Lendacky
2020-09-07x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky
2020-09-07x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky