summaryrefslogtreecommitdiff
path: root/arch/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86/build: Make 64-bit defconfig the defaultArnd Bergmann2023-02-151-3/+3
* x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only blockNathan Chancellor2023-01-221-1/+1
* Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-1/+1
|\
| * kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada2022-12-131-1/+1
* | x86/ibt: Implement FineIBTPeter Zijlstra2022-11-011-1/+1
* | x86/Kconfig: Introduce function paddingThomas Gleixner2022-10-171-0/+6
|/
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-5/+0
|\
| * kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-5/+0
* | x86: enable initial Rust supportMiguel Ojeda2022-09-281-0/+10
|/
* asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-4/+0
* lkdtm: Disable return thunks in rodata.cJosh Poimboeuf2022-07-201-0/+1
* x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-291-2/+6
* x86/retpoline: Use -mfunction-returnPeter Zijlstra2022-06-271-0/+2
* Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-2/+1
|\
| * kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-111-2/+1
* | x86/configs: Add x86 debugging Kconfig fragment plus docsDave Hansen2022-04-061-0/+1
|/
* x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-16/+0
* x86/ibt: Base IBT bitsPeter Zijlstra2022-03-151-2/+14
* x86: Add straight-line-speculation mitigationPeter Zijlstra2021-12-091-0/+4
* x86: Use -mindirect-branch-cs-prefix for RETPOLINE buildsPeter Zijlstra2021-12-081-0/+1
* x86: Move RETPOLINE*_CFLAGS to arch MakefilePeter Zijlstra2021-12-081-0/+11
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-2/+0
|\
| * kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-241-2/+0
* | x86/Makefile: Remove unneeded whitespaces before tabsElyes HAOUAS2021-10-281-1/+1
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\
| * kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada2021-08-101-1/+1
* | x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada2021-08-251-1/+2
* | x86/build: Remove the left-over bzlilo targetMasahiro Yamada2021-08-251-2/+2
* | x86/build: Remove stale cc-option checksNick Desaulniers2021-08-221-32/+14
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-3/+0
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-3/+0
* | Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-281-2/+3
|\ \
| * | x86/boot: Modernize genimage script; hdimage+EFI supportH. Peter Anvin (Intel)2021-05-101-2/+3
* | | x86, lto: Pass -stack-alignment only on LLD < 13.0.0Tor Vic2021-06-111-2/+3
| |/ |/|
* | x86/build: Fix location of '-plugin-opt=' flagsNathan Chancellor2021-05-191-6/+6
|/
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-2/+2
|\
| * kbuild: remove TMPO from try-runMasahiro Yamada2021-04-251-2/+2
* | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-0/+8
|\ \
| * \ Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-021-1/+1
| |\ \
| * | | x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-0/+8
| | |/ | |/|
* | | Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-0/+1
|\ \ \ | |_|/ |/| |
| * | x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin2021-03-261-0/+1
| |/
* | x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann2021-03-231-1/+1
|/
* Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-231-0/+5
|\
| * x86, build: allow LTO to be selectedSami Tolvanen2021-02-231-0/+5
* | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-3/+0
|\ \
| * | arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-291-3/+0
| |/
* | Merge tag 'x86_build_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-201-12/+16
|\ \
| * | x86/build: Realign archhelpBorislav Petkov2020-12-281-14/+15
| * | x86/build: Add {kvm_guest,xen}.config targets to make help's outputBorislav Petkov2020-12-281-0/+3
| |/