aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-12-08x86: Use -mindirect-branch-cs-prefix for RETPOLINE buildsGravatar Peter Zijlstra 1-0/+1
2021-12-08x86: Move RETPOLINE*_CFLAGS to arch MakefileGravatar Peter Zijlstra 1-0/+11
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+0
2021-10-28x86/Makefile: Remove unneeded whitespaces before tabsGravatar Elyes HAOUAS 1-1/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 1-2/+0
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-08-25x86/build: Move the install rule to arch/x86/MakefileGravatar Masahiro Yamada 1-1/+2
2021-08-25x86/build: Remove the left-over bzlilo targetGravatar Masahiro Yamada 1-2/+2
2021-08-22x86/build: Remove stale cc-option checksGravatar Nick Desaulniers 1-32/+14
2021-08-10kbuild: do not require sub-make for separate output tree buildsGravatar Masahiro Yamada 1-1/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+0
2021-06-28Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+3
2021-06-11x86, lto: Pass -stack-alignment only on LLD < 13.0.0Gravatar Tor Vic 1-2/+3
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildGravatar Masahiro Yamada 1-3/+0
2021-05-19x86/build: Fix location of '-plugin-opt=' flagsGravatar Nathan Chancellor 1-6/+6
2021-05-10x86/boot: Modernize genimage script; hdimage+EFI supportGravatar H. Peter Anvin (Intel) 1-2/+3
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+8
2021-04-26Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-04-25kbuild: remove TMPO from try-runGravatar Masahiro Yamada 1-2/+2
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesGravatar Ingo Molnar 1-1/+1
2021-03-26x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)Gravatar John Millikin 1-0/+1
2021-03-23x86/build: Turn off -fcf-protection for realmode targetsGravatar Arnd Bergmann 1-1/+1
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableGravatar Andy Lutomirski 1-0/+8
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+5
2021-02-23x86, build: allow LTO to be selectedGravatar Sami Tolvanen 1-0/+5
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+0
2021-02-20Merge tag 'x86_build_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-12/+16
2021-02-09x86/build: Disable CET instrumentation in the kernel for 32-bit tooGravatar Borislav Petkov 1-3/+3
2021-01-29x86/build: Disable CET instrumentation in the kernelGravatar Josh Poimboeuf 1-0/+3
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportGravatar Viresh Kumar 1-3/+0
2020-12-28x86/build: Realign archhelpGravatar Borislav Petkov 1-14/+15
2020-12-28x86/build: Add {kvm_guest,xen}.config targets to make help's outputGravatar Borislav Petkov 1-0/+3
2020-12-14Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+1
2020-12-01x86/build: Remove -m16 workaround for unsupported versions of GCCGravatar Nick Desaulniers 1-8/+1
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigGravatar Nathan Chancellor 1-3/+0
2020-09-03x86/build: Warn on orphan section placementGravatar Kees Cook 1-0/+4
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2020-07-24x86/build: Move max-page-size option to LDFLAGS_vmlinuxGravatar Arvind Sankar 1-15/+17
2020-07-07kbuild: remove cc-option test of -ffreestandingGravatar Masahiro Yamada 1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-1/+1
2020-04-21x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImageGravatar Masahiro Yamada 1-3/+3
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileGravatar Jason A. Donenfeld 1-10/+0
2020-04-09x86: remove always-defined CONFIG_AS_AVXGravatar Masahiro Yamada 1-3/+2
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Gravatar Masahiro Yamada 1-3/+2
2020-04-09x86: remove always-defined CONFIG_AS_CFI_SECTIONSGravatar Masahiro Yamada 1-4/+2
2020-04-09x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEGravatar Masahiro Yamada 1-4/+2
2020-04-09x86: remove always-defined CONFIG_AS_CFIGravatar Masahiro Yamada 1-8/+2
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportGravatar Jason A. Donenfeld 1-2/+3
2019-08-28x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Gravatar Linus Torvalds 1-0/+1