summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 '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-031-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-031-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-141-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
|/
* x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke2017-07-281-0/+1
* x86/boot: Use CROSS_COMPILE prefix for readelfRob Landley2017-05-211-1/+1
* Remove references to dead make variable LINUX_INCLUDEPaul Bolle2016-12-141-1/+1
* x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellH.J. Lu2016-11-211-3/+2
* x86/boot: Refuse to build with data relocationsKees Cook2016-06-261-0/+18
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-271-1/+0
|\
| * kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-201-1/+0
* | x86/KASLR: Build identity mappings on demandKees Cook2016-05-071-0/+3
* | x86/boot: Extract error reporting functionsKees Cook2016-05-031-1/+1
* | x86/boot: Correctly bounds-check relocationsYinghai Lu2016-04-291-1/+1
* | x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu2016-04-291-3/+1
* | x86/boot: Fix "run_size" calculationYinghai Lu2016-04-291-0/+12
* | x86/KASLR: Rename aslr.c to kaslr.cKees Cook2016-04-191-1/+1
* | x86/build: Build compressed x86 kernels as PIEH.J. Lu2016-03-291-1/+13
|/
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3