aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Makefile
AgeCommit message (Expand)Author
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada
2022-04-06x86/configs: Add x86 debugging Kconfig fragment plus docsDave Hansen
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada
2022-03-15x86/ibt: Base IBT bitsPeter Zijlstra
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra
2021-12-08x86: Use -mindirect-branch-cs-prefix for RETPOLINE buildsPeter Zijlstra
2021-12-08x86: Move RETPOLINE*_CFLAGS to arch MakefilePeter Zijlstra
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-10-28x86/Makefile: Remove unneeded whitespaces before tabsElyes HAOUAS
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-25x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada
2021-08-25x86/build: Remove the left-over bzlilo targetMasahiro Yamada
2021-08-22x86/build: Remove stale cc-option checksNick Desaulniers
2021-08-10kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-06-28Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-11x86, lto: Pass -stack-alignment only on LLD < 13.0.0Tor Vic
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada
2021-05-19x86/build: Fix location of '-plugin-opt=' flagsNathan Chancellor
2021-05-10x86/boot: Modernize genimage script; hdimage+EFI supportH. Peter Anvin (Intel)
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-25kbuild: remove TMPO from try-runMasahiro Yamada
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar
2021-03-26x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin
2021-03-23x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-23x86, build: allow LTO to be selectedSami Tolvanen
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-20Merge tag 'x86_build_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-09x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov
2021-01-29x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar
2020-12-28x86/build: Realign archhelpBorislav Petkov
2020-12-28x86/build: Add {kvm_guest,xen}.config targets to make help's outputBorislav Petkov
2020-12-14Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-01x86/build: Remove -m16 workaround for unsupported versions of GCCNick Desaulniers
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor
2020-09-03x86/build: Warn on orphan section placementKees Cook
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-07-24x86/build: Move max-page-size option to LDFLAGS_vmlinuxArvind Sankar
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-04-21x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImageMasahiro Yamada
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada