summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorLines
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov-0/+1
2020-12-14Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+0
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+4
2020-12-06Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+2
2020-12-06x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu-3/+2
2020-12-01x86/build: Remove -m16 workaround for unsupported versions of GCCNick Desaulniers-12/+0
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor-1/+3
2020-11-21x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak-4/+4
2020-11-18x86/boot: Remove unused finalize_identity_maps()Arvind Sankar-10/+0
2020-11-04efi: generalize efi_get_securebootChester Lin-1/+1
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel-0/+7
2020-10-29x86/boot/compressed/64: Introduce sev_statusJoerg Roedel-1/+15
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-9/+9
2020-10-19x86/boot/64: Explicitly map boot_params and command lineArvind Sankar-3/+23
2020-10-19x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar-14/+16
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-207/+781
2020-10-13Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+0
2020-10-12Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+0
2020-10-12Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-135/+107
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-204/+159
2020-10-01x86/asm: Replace __force_order with a memory clobberArvind Sankar-9/+0
2020-09-14x86/boot/compressed: Disable relocation relaxationArvind Sankar-0/+2
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev-6/+6
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky-0/+1
2020-09-09x86/sev-es: Handle RDTSC(P) EventsTom Lendacky-0/+4
2020-09-07x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky-0/+4
2020-09-07x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky-0/+32
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel-2/+35
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel-1/+136
2020-09-07x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel-0/+135
2020-09-07x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()Joerg Roedel-2/+5
2020-09-07x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel-4/+8
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel-0/+55
2020-09-07x86/boot/compressed/64: Change add_identity_map() to take start and endJoerg Roedel-10/+5
2020-09-07x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel-37/+3
2020-09-07x86/boot/compressed/64: Always switch to own page tableJoerg Roedel-25/+32
2020-09-07x86/boot/compressed/64: Add page-fault handlerJoerg Roedel-0/+49
2020-09-07x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel-10/+18
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel-1/+144
2020-09-07x86/boot/compressed/64: Disable red-zone usageJoerg Roedel-1/+1
2020-09-07Merge 'x86/kaslr' to pick up dependent bitsBorislav Petkov-135/+107
2020-09-03x86/boot/compressed: Warn on orphan section placementKees Cook-0/+1
2020-09-01x86/boot/compressed: Add missing debugging sections to outputKees Cook-0/+2
2020-09-01x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook-2/+13
2020-09-01x86/boot/compressed: Reorganize zero-size section assertsKees Cook-18/+26
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-08-20x86/build: Declutter the build outputIngo Molnar-4/+0
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar-9/+3