summaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov2024-01-311-5/+5
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-3/+4
|\
| * kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-3/+4
* | Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-0/+2
|\ \
| * | x86/virt/tdx: Wire up basic SEAMCALL functionsKai Huang2023-09-121-0/+2
| |/
* | Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-10-301-0/+1
|\ \
| * | x86: Enable IBT in Rust if enabled in CMatthew Maurer2023-10-231-0/+1
| |/
* / x86/boot: Compile boot code with -std=gnu11 tooAlexey Dobriyan2023-09-281-1/+1
|/
* Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-09-051-4/+0
|\
| * kbuild: Show marked Kconfig fragments in "help"Kees Cook2023-09-041-4/+0
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-07-241-0/+12
|\|
| * x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval2023-06-161-0/+12
* | fbdev: Split frame buffer support in FB and FB_CORE symbolsJavier Martinez Canillas2023-07-221-1/+1
|/
* 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