aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2024-02-23x86/boot: Ignore NMIs during very early bootJun'ichi Nomura
2023-10-25x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel
2023-10-25x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel
2023-09-23x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov
2023-09-19x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel
2023-06-09x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook
2023-01-18x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra
2022-08-21x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-07-25x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2022-01-27x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor
2021-05-26x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel
2021-05-11x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor
2021-05-11x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel
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-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor
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
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel
2020-09-07x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel
2020-09-07x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()Joerg Roedel
2020-09-07x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel
2020-09-07x86/boot/compressed/64: Change add_identity_map() to take start and endJoerg Roedel
2020-09-07x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel
2020-09-07x86/boot/compressed/64: Always switch to own page tableJoerg Roedel
2020-09-07x86/boot/compressed/64: Add page-fault handlerJoerg Roedel
2020-09-07x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel
2020-09-07x86/boot/compressed/64: Disable red-zone usageJoerg Roedel
2020-09-07Merge 'x86/kaslr' to pick up dependent bitsBorislav Petkov
2020-09-03x86/boot/compressed: Warn on orphan section placementKees Cook
2020-09-01x86/boot/compressed: Add missing debugging sections to outputKees Cook
2020-09-01x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook