aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2021-04-26Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-04-25kbuild: remove TMPO from try-runMasahiro Yamada1-2/+2
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar1-1/+1
2021-03-26x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin1-0/+1
2021-03-23x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann1-1/+1
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski1-0/+8
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+5
2021-02-23x86, build: allow LTO to be selectedSami Tolvanen1-0/+5
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds1-3/+0
2021-02-20Merge tag 'x86_build_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+16
2021-02-09x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov1-3/+3
2021-01-29x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf1-0/+3
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar1-3/+0
2020-12-28x86/build: Realign archhelpBorislav Petkov1-14/+15
2020-12-28x86/build: Add {kvm_guest,xen}.config targets to make help's outputBorislav Petkov1-0/+3
2020-12-14Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2020-12-01x86/build: Remove -m16 workaround for unsupported versions of GCCNick Desaulniers1-8/+1
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-3/+0
2020-09-03x86/build: Warn on orphan section placementKees Cook1-0/+4
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2020-07-24x86/build: Move max-page-size option to LDFLAGS_vmlinuxArvind Sankar1-15/+17
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-1/+1
2020-04-21x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImageMasahiro Yamada1-3/+3
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld1-10/+0
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada1-3/+2
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada1-3/+2
2020-04-09x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada1-4/+2
2020-04-09x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada1-4/+2
2020-04-09x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada1-8/+2
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld1-2/+3
2019-08-28x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GCC9 build warningLinus Torvalds1-0/+1
2019-04-05x86/build: Keep local relocations with ld.lldKees Cook1-1/+1
2019-03-28x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann1-2/+6
2019-03-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2019-02-28x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann1-0/+5
2019-01-22x86/fpu: Get rid of CONFIG_AS_FXSAVEQBorislav Petkov1-1/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2018-12-26Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs"Ingo Molnar1-7/+0
2018-12-09x86, powerpc: Remove -funit-at-a-time compiler option entirelyMasahiro Yamada1-4/+0
2018-12-05x86/build: Fix compiler support check for CONFIG_RETPOLINEMasahiro Yamada1-3/+7
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan1-2/+3
2018-11-05x86/build: Remove -pipe from KBUILD_CFLAGSNathan Chancellor1-3/+1
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugsNadav Amit1-0/+7
2018-10-01x86/build: Remove unused CONFIG_AS_CRC32Masahiro Yamada1-1/+0
2018-08-31x86: Allow generating user-space headers without a compilerBen Hutchings1-4/+7
2018-08-30x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada1-12/+0