aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel3-0/+7
2020-10-29x86/boot/compressed/64: Introduce sev_statusJoerg Roedel1-1/+15
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches3-9/+9
2020-10-19x86/boot/64: Explicitly map boot_params and command lineArvind Sankar2-3/+23
2020-10-19x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar3-14/+16
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-207/+781
2020-10-13Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+0
2020-10-12Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2020-10-12Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-135/+107
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-204/+159
2020-10-01x86/asm: Replace __force_order with a memory clobberArvind Sankar1-9/+0
2020-09-14x86/boot/compressed: Disable relocation relaxationArvind Sankar1-0/+2
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev3-6/+6
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky1-0/+1
2020-09-09x86/sev-es: Handle RDTSC(P) EventsTom Lendacky1-0/+4
2020-09-07x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky1-0/+4
2020-09-07x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky1-0/+32
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel3-2/+35
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel6-1/+136
2020-09-07x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel2-0/+135
2020-09-07x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()Joerg Roedel1-2/+5
2020-09-07x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel2-4/+8
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel5-0/+55
2020-09-07x86/boot/compressed/64: Change add_identity_map() to take start and endJoerg Roedel1-10/+5
2020-09-07x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel3-37/+3
2020-09-07x86/boot/compressed/64: Always switch to own page tableJoerg Roedel3-25/+32
2020-09-07x86/boot/compressed/64: Add page-fault handlerJoerg Roedel4-0/+49
2020-09-07x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel4-10/+18
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel5-1/+144
2020-09-07x86/boot/compressed/64: Disable red-zone usageJoerg Roedel1-1/+1
2020-09-07Merge 'x86/kaslr' to pick up dependent bitsBorislav Petkov2-135/+107
2020-09-03x86/boot/compressed: Warn on orphan section placementKees Cook1-0/+1
2020-09-01x86/boot/compressed: Add missing debugging sections to outputKees Cook1-0/+2
2020-09-01x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook2-2/+13
2020-09-01x86/boot/compressed: Reorganize zero-size section assertsKees Cook1-18/+26
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-20x86/build: Declutter the build outputIngo Molnar1-4/+0
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar2-9/+3
2020-08-14x86/boot: Check that there are no run-time relocationsArvind Sankar2-25/+11
2020-08-14x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar4-21/+18
2020-08-14x86/boot: Remove run-time relocations from .head.text codeArvind Sankar2-78/+90
2020-08-14x86/boot: Add .text.* to setup.ldArvind Sankar1-1/+1
2020-08-14x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel3-80/+5
2020-08-14x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel2-0/+2
2020-08-14x86/boot/compressed: Move .got.plt entries out of the .got sectionArd Biesheuvel1-1/+10
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2020-08-06x86/kaslr: Replace strlen() with strnlen()Arvind Sankar1-2/+6
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell3-8/+9
2020-07-31x86: Bump ZO_z_extra_bytes margin for zstdNick Terrell1-1/+7