aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/Makefile
AgeCommit message (Expand)Author
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-14x86/build: Avoid relocation information in final vmlinuxPetr Pavlu
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov
2023-01-26x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-24x86/boot/compressed: Only build mem_encrypt.S if AMD_MEM_ENCRYPT=yArd Biesheuvel
2022-11-22x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.SArd Biesheuvel
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-07x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan
2022-04-06x86/compressed/acpi: Move EFI detection to helperMichael Roth
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada
2021-12-23x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh
2021-03-26x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor
2020-11-04efi: generalize efi_get_securebootChester Lin
2020-10-14Merge tag 'x86_seves_for_v5.10' 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-09-14x86/boot/compressed: Disable relocation relaxationArvind Sankar
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel
2020-09-07x86/boot/compressed/64: Add stage1 #VC 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-03x86/boot/compressed: Warn on orphan section placementKees Cook
2020-09-01x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook
2020-08-14x86/boot: Check that there are no run-time relocationsArvind Sankar
2020-08-14x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar
2020-08-14x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell
2020-07-19x86/boot: Don't add the EFI stub to targetsArvind Sankar
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada