summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/Makefile
AgeCommit message (Expand)AuthorLines
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan-0/+2
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada-1/+1
2018-10-14x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor-0/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-3/+3
2018-07-25x86/boot: Fix if_changed build flip/flop bugKees Cook-2/+6
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2018-03-31x86/build: Don't pass in -D__KERNEL__ multiple timesCao jin-1/+1
2018-02-11x86/boot/compressed/64: Rename pagetable.c to kaslr_64.cKirill A. Shutemov-1/+1
2017-12-07x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov-0/+1
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-31x86/boot: Disable Clang warnings about GNU extensionsMatthias Kaehlcke-0/+1
2017-07-28x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke-0/+1
2017-05-21x86/boot: Use CROSS_COMPILE prefix for readelfRob Landley-1/+1
2016-12-14Remove references to dead make variable LINUX_INCLUDEPaul Bolle-1/+1
2016-11-21x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellH.J. Lu-3/+2
2016-06-26x86/boot: Refuse to build with data relocationsKees Cook-0/+18
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-1/+0
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook-0/+3
2016-05-03x86/boot: Extract error reporting functionsKees Cook-1/+1
2016-04-29x86/boot: Correctly bounds-check relocationsYinghai Lu-1/+1
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu-3/+1
2016-04-29x86/boot: Fix "run_size" calculationYinghai Lu-0/+12
2016-04-20kbuild: delete unnecessary "@:"Masahiro Yamada-1/+0
2016-04-19x86/KASLR: Rename aslr.c to kaslr.cKees Cook-1/+1
2016-03-29x86/build: Build compressed x86 kernels as PIEH.J. Lu-1/+13
2016-03-22kernel: add kcov code coverageDmitry Vyukov-0/+3
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf-1/+2
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin-0/+1
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin-0/+2
2015-02-13x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming-0/+1
2015-01-26x86, build: replace Perl script with Shell scriptKees Cook-1/+1
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+12
2014-11-23x86: Use $(OBJDUMP) instead of plain objdumpChris Clayton-1/+1
2014-11-11efi/x86: Move x86 back to libstubArd Biesheuvel-1/+2
2014-11-01x86, boot: Document intermediates more clearlyKees Cook-0/+12
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao-1/+3
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds-8/+9
2014-09-23Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"Matt Fleming-2/+1
2014-08-17x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTKJosh Triplett-1/+2
2014-08-17x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASEJosh Triplett-1/+3
2014-08-17x86, boot: Use the usual -y -n mechanism for objects in vmlinuxJosh Triplett-7/+5
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel-1/+2
2014-01-20Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2013-12-09x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin-0/+1
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook-1/+1
2013-10-13x86, boot: Move CPU flags out of cpucheckKees Cook-1/+1