aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck1-1/+1
2018-04-02Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2018-03-31x86/build: Don't pass in -D__KERNEL__ multiple timesCao jin1-2/+1
2018-03-20x86: Force asm-gotoPeter Zijlstra1-0/+4
2018-03-20x86/build/64: Force the linker to use 2MB page sizeH.J. Lu1-0/+9
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra1-7/+3
2018-02-20x86/retpoline: Support retpoline builds with ClangDavid Woodhouse1-1/+4
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2018-01-14x86/retpoline: Remove compile time warningThomas Gleixner1-2/+0
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2018-01-12x86/retpoline: Add initial retpoline supportDavid Woodhouse1-0/+10
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-5/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-21x86/build: Use cc-option to validate stack alignment parameterMatthias Kaehlcke1-3/+3
2017-08-17x86/build: Fix stack alignment for CLangMatthias Kaehlcke1-6/+8
2017-08-10x86/build: Drop unused mflags-yCao jin1-3/+0
2017-07-07Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+25
2017-06-25x86/build: Specify stack alignment for clangMatthias Kaehlcke1-5/+21
2017-06-25x86/build: Use __cc-option for boot code compiler optionsMatthias Kaehlcke1-4/+5
2017-06-14x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov1-2/+0
2017-05-24x86/build: Permit building with old make versionsJan Kiszka1-1/+1
2017-05-09x86/build: Don't add -maccumulate-outgoing-args w/o compiler supportNick Desaulniers1-1/+2
2017-05-01Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-04-19x86/build: convert function graph '-Os' error to warningJosh Poimboeuf1-0/+8
2017-04-17x86/kbuild: Use cc-option to enable -falign-{jumps/loops}Matthias Kaehlcke1-2/+2
2017-03-30x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf1-4/+31
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela1-2/+3
2016-07-26kbuild: abort build on bad stack protector flagKees Cook1-8/+0
2016-04-22x86/init: Rename EBDA code fileLuis R. Rodriguez1-1/+1
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-0/+1
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+4
2015-10-09x86/asm: Re-add parts of the manual CFI infrastructureAndy Lutomirski1-2/+8
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 and SHA256tim1-2/+4
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+10
2015-08-13x86/ras: Move AMD MCE injector to arch/x86/ras/Borislav Petkov1-0/+2
2015-07-22x86/build: Fix detection of GCC -mpreferred-stack-boundary supportAndy Lutomirski1-3/+10
2015-06-04x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/Ingo Molnar1-1/+1
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar1-1/+1
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar1-8/+2
2015-05-17x86: Pack loops tightly as wellIngo Molnar1-0/+3
2015-05-15x86: Align jump targets to 1-byte boundariesIngo Molnar1-0/+3
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar1-1/+1
2015-05-06x86/asm: Use -mskip-rax-setup if supportedH.J. Lu1-0/+3
2015-04-02kbuild: use relative path more to include MakefileMasahiro Yamada1-1/+1
2015-02-04x86/raid6: correctly check for assembler capabilitiesJan Beulich1-0/+1
2014-10-13Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linuxLinus Torvalds1-7/+0
2014-09-22Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/nextJosh Triplett1-7/+0
2014-09-16x86/kbuild: Eliminate duplicate command line optionsRasmus Villemoes1-6/+2
2014-08-29kexec: purgatory: add clean-up for purgatory directoryMichael Welling1-0/+1