summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-11/+0
* x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel2024-03-091-1/+1
* arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
* x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel2023-08-071-0/+5
* Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-261-1/+2
|\
| * x86/tdx: Add unaccepted memory supportKirill A. Shutemov2023-06-061-1/+1
| * efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+1
* | x86/build: Avoid relocation information in final vmlinuxPetr Pavlu2023-06-141-5/+3
|/
* x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers2023-01-261-1/+1
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\
| * kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li2022-11-011-1/+1
* | x86/boot/compressed: Only build mem_encrypt.S if AMD_MEM_ENCRYPT=yArd Biesheuvel2022-11-241-1/+1
* | x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.SArd Biesheuvel2022-11-221-3/+3
|/
* x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko2022-10-031-0/+1
* x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-101-0/+4
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-0/+1
|\
| * x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov2022-04-071-1/+1
| * x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan2022-04-071-0/+1
* | x86/compressed/acpi: Move EFI detection to helperMichael Roth2022-04-061-0/+1
|/
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-6/+6
|\
| * kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-141-6/+6
* | x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor2021-12-231-2/+5
|/
* x86/boot/compressed: Enable -WundefNick Desaulniers2021-05-121-0/+1
* x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-101-3/+3
* x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor2021-03-261-0/+1
* Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-1/+1
|\
| * efi: generalize efi_get_securebootChester Lin2020-11-041-1/+1
* | kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-1/+3
|/
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-2/+9
|\
| * x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel2020-09-071-0/+5
| * x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel2020-09-071-0/+1
| * x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel2020-09-071-1/+1
| * x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel2020-09-071-0/+1
| * x86/boot/compressed/64: Disable red-zone usageJoerg Roedel2020-09-071-1/+1
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-34/+7
|\ \
| * | x86/boot/compressed: Warn on orphan section placementKees Cook2020-09-031-0/+1
| * | x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook2020-09-011-0/+1
| * | x86/boot: Check that there are no run-time relocationsArvind Sankar2020-08-141-25/+3
| * | x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar2020-08-141-10/+2
| * | x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel2020-08-141-0/+1
| |/
* / x86/boot/compressed: Disable relocation relaxationArvind Sankar2020-09-141-0/+2
|/
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\
| * kbuild: remove cc-option test of -ffreestandingMasahiro Yamada2020-07-071-1/+1
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | x86: Add support for ZSTD compressed kernelNick Terrell2020-07-311-1/+5
* | x86/boot: Don't add the EFI stub to targetsArvind Sankar2020-07-191-2/+2
|/
* Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-4/+2
|\
| * Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-0/+1
| |\
| | * x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar2020-02-251-0/+1
| * | efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel2020-02-231-4/+1
| |/