summaryrefslogtreecommitdiff
path: root/arch/x86/boot/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn2023-05-151-2/+0
* kbuild: fix "cat: .version: No such file or directory"Masahiro Yamada2022-11-241-1/+1
* 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-1/+1
* x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada2021-08-251-6/+1
* x86/boot: Modernize genimage script; hdimage+EFI supportH. Peter Anvin (Intel)2021-05-101-21/+23
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+2
|\
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-1/+2
| |\
| * \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-3/+3
| |\ \
| * \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-1/+2
| |\ \ \
| * | | | x86, kcsan: Enable KCSAN for x86Marco Elver2019-11-161-0/+2
* | | | | x86/boot/build: Add phony targets in arch/x86/boot/Makefile to PHONYMasahiro Yamada2020-04-211-0/+2
* | | | | x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImageMasahiro Yamada2020-04-211-1/+1
* | | | | x86/boot/build: Add cpustr.h to targets and remove clean-filesMasahiro Yamada2020-04-211-2/+1
| |_|_|/ |/| | |
* | | | 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/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel2020-02-231-1/+1
|/ / /
* | | kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-2/+2
* | | x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel2020-01-201-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-1/+1
|/
* x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar2019-01-121-1/+1
* x86/build: Factor out fdimage/isoimage generation commands to standalone scriptChangbin Du2017-11-071-48/+11
* x86/build: Silence the build with "make -s"Arnd Bergmann2017-07-201-2/+3
* x86/boot/build: Remove always empty $(USERINCLUDE)Paul Bolle2016-11-071-1/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+1
|\
| * Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-181-1/+1
* | x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin2016-06-071-0/+3
|/
* x86/boot: Fix "run_size" calculationYinghai Lu2016-04-291-10/+1
* x86/boot: Calculate decompression size during boot not buildYinghai Lu2016-04-291-1/+1
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+7
* objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-1/+2
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+1
* kasan: move KASAN_SANITIZE in arch/x86/boot/MakefileAndrey Konovalov2015-11-051-2/+2
* x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-211-1/+1
* x86_64: add KASan supportAndrey Ryabinin2015-02-131-0/+2
* x86/build: Clean auto-generated processor feature filesBjørn Mork2014-12-231-0/+1
* x86: Support compiling out human-friendly processor feature namesJosh Triplett2014-08-171-2/+5
* x86, build: Don't get confused by local symbolsH. Peter Anvin2014-05-051-2/+2
* x86/efi: Firmware agnostic handover entry pointsMatt Fleming2014-03-041-1/+1
* Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin2014-01-291-1/+1
|\
| * Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-201-1/+1
| |\
| | * x86, boot: Move CPU flags out of cpucheckKees Cook2013-10-131-1/+1
* | | x86: Remove duplication of 16-bit CFLAGSDavid Woodhouse2014-01-221-14/+1
|/ /
* | x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin2013-12-091-3/+3
* | x86, build: move build output statistics away from stderrKees Cook2013-09-261-1/+2
|/
* x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse2013-01-271-2/+2
* x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming2012-10-141-1/+2
* UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells2012-10-021-2/+2