summaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-071-1/+0
|\
| * x86/fpu: Get rid of CONFIG_AS_FXSAVEQBorislav Petkov2019-01-221-1/+0
* | x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann2019-02-281-0/+5
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-4/+0
|\
| * x86, powerpc: Remove -funit-at-a-time compiler option entirelyMasahiro Yamada2018-12-091-4/+0
* | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar2018-12-191-7/+0
* | x86/build: Fix compiler support check for CONFIG_RETPOLINEMasahiro Yamada2018-12-051-3/+7
|/
* x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-11-281-2/+3
* x86/build: Remove -pipe from KBUILD_CFLAGSNathan Chancellor2018-11-051-3/+1
* kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit2018-10-041-0/+7
* x86/build: Remove unused CONFIG_AS_CRC32Masahiro Yamada2018-10-011-1/+0
* x86: Allow generating user-space headers without a compilerBen Hutchings2018-08-311-4/+7
* x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada2018-08-301-12/+0
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* x86/build: Remove old -funit-at-a-time GCC quirkMasahiro Yamada2018-07-161-5/+0
* Merge branch 'linus' into x86/urgentThomas Gleixner2018-06-221-1/+1
|\
| * kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-011-1/+1
* | x86/build: Remove unnecessary preparation for purgatoryMasahiro Yamada2018-06-211-5/+0
* | Revert "kexec/purgatory: Add clean-up for purgatory directory"Masahiro Yamada2018-06-211-1/+0
|/
* Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-021-2/+5
|\
| * x86/build: Don't pass in -D__KERNEL__ multiple timesCao jin2018-03-311-2/+1
| * x86: Force asm-gotoPeter Zijlstra2018-03-201-0/+4
* | x86/build/64: Force the linker to use 2MB page sizeH.J. Lu2018-03-201-0/+9
|/
* objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-02-211-7/+3
* x86/retpoline: Support retpoline builds with ClangDavid Woodhouse2018-02-201-1/+4
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-2/+0
|\
| * x86/retpoline: Remove compile time warningThomas Gleixner2018-01-141-2/+0
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+10
|\|
| * x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-121-0/+10
* | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-5/+0
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/build: Use cc-option to validate stack alignment parameterMatthias Kaehlcke2017-08-211-3/+3
* x86/build: Fix stack alignment for CLangMatthias Kaehlcke2017-08-171-6/+8
* x86/build: Drop unused mflags-yCao jin2017-08-101-3/+0
* Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-07-071-8/+25
|\
| * x86/build: Specify stack alignment for clangMatthias Kaehlcke2017-06-251-5/+21
| * x86/build: Use __cc-option for boot code compiler optionsMatthias Kaehlcke2017-06-251-4/+5
* | x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-141-2/+0
* | x86/build: Permit building with old make versionsJan Kiszka2017-05-241-1/+1
|/
* x86/build: Don't add -maccumulate-outgoing-args w/o compiler supportNick Desaulniers2017-05-091-1/+2
* Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-011-2/+2
|\
| * x86/kbuild: Use cc-option to enable -falign-{jumps/loops}Matthias Kaehlcke2017-04-171-2/+2
* | x86/build: convert function graph '-Os' error to warningJosh Poimboeuf2017-04-191-0/+8
|/
* x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf2017-03-301-4/+31
* lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela2016-09-211-2/+3
* kbuild: abort build on bad stack protector flagKees Cook2016-07-261-8/+0
* x86/init: Rename EBDA code fileLuis R. Rodriguez2016-04-221-1/+1
* x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-041-2/+4
|\