aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko1-0/+1
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers1-1/+1
2021-08-25x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada1-6/+1
2021-05-10x86/boot: Modernize genimage script; hdimage+EFI supportH. Peter Anvin (Intel)1-21/+23
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+2
2020-04-21x86/boot/build: Add phony targets in arch/x86/boot/Makefile to PHONYMasahiro Yamada1-0/+2
2020-04-21x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImageMasahiro Yamada1-1/+1
2020-04-21x86/boot/build: Add cpustr.h to targets and remove clean-filesMasahiro Yamada1-2/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar1-1/+2
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar1-3/+3
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sectionsArvind Sankar1-0/+1
2020-02-23efi/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel1-1/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2020-01-20x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel1-1/+1
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar1-1/+2
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-11-16x86, kcsan: Enable KCSAN for x86Marco Elver1-0/+2
2019-11-12x86/boot: Introduce kernel_infoDaniel Kiper1-1/+1
2019-10-01arch/x86/boot: Use prefix map to avoid embedded pathsBruce Ashfield1-0/+1
2019-01-12x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar1-1/+1
2017-11-07x86/build: Factor out fdimage/isoimage generation commands to standalone scriptChangbin Du1-48/+11
2017-07-20x86/build: Silence the build with "make -s"Arnd Bergmann1-2/+3
2016-11-07x86/boot/build: Remove always empty $(USERINCLUDE)Paul Bolle1-1/+1
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann1-1/+1
2016-06-07x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin1-0/+3
2016-04-29x86/boot: Fix "run_size" calculationYinghai Lu1-10/+1
2016-04-29x86/boot: Calculate decompression size during boot not buildYinghai Lu1-1/+1
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+7
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf1-1/+2
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+1
2015-11-05kasan: move KASAN_SANITIZE in arch/x86/boot/MakefileAndrey Konovalov1-2/+2
2015-07-21x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati1-1/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin1-0/+2
2014-12-23x86/build: Clean auto-generated processor feature filesBjørn Mork1-0/+1
2014-08-17x86: Support compiling out human-friendly processor feature namesJosh Triplett1-2/+5
2014-05-05x86, build: Don't get confused by local symbolsH. Peter Anvin1-2/+2
2014-03-04x86/efi: Firmware agnostic handover entry pointsMatt Fleming1-1/+1
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin1-1/+1
2014-01-22x86: Remove duplication of 16-bit CFLAGSDavid Woodhouse1-14/+1
2014-01-20Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-12-09x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin1-3/+3
2013-10-13x86, boot: Move CPU flags out of cpucheckKees Cook1-1/+1
2013-09-26x86, build: move build output statistics away from stderrKees Cook1-1/+2
2013-01-27x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse1-2/+2
2012-10-14x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming1-1/+2
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells1-2/+2
2012-08-10x86, build: Globally set -fno-picAndrew Boie1-1/+1
2012-03-22x86, boot: Correct CFLAGS for hostprogsH. Peter Anvin1-3/+3