summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-2/+2
|\|
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
| * efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-1/+1
* | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-3/+4
|\|
| * x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin2019-12-141-1/+1
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-0/+1
| |\
| | * arch/x86/boot: Use prefix map to avoid embedded pathsBruce Ashfield2019-10-011-0/+1
| * | x86/boot: Introduce kernel_infoDaniel Kiper2019-11-121-2/+2
| |/
* / x86, kcsan: Enable KCSAN for x86Marco Elver2019-11-161-0/+2
|/
* x86/boot: Early parse RSDP and save it in boot_paramsChao Fan2019-02-011-0/+2
* kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-1/+1
* x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor2018-10-141-0/+1
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-3/+3
* x86/boot: Fix if_changed build flip/flop bugKees Cook2018-07-251-2/+6
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-021-1/+1
|\
| * x86/boot/compressed/64: Rename pagetable.c to kaslr_64.cKirill A. Shutemov2018-02-111-1/+1
* | x86/build: Don't pass in -D__KERNEL__ multiple timesCao jin2018-03-311-1/+1
|/
* x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov2017-12-071-0/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-0/+1
|\
| * x86/boot: Disable Clang warnings about GNU extensionsMatthias Kaehlcke2017-10-311-0/+1
* | x86/boot: Add early boot support when running with SEV activeTom Lendacky2017-11-071-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/