summaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86/build: Use obj-y to descend into arch/x86/virt/Masahiro Yamada2024-03-301-2/+0
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-6/+0
|\
| * x86: drop stack-alignment plugin optNathan Chancellor2024-02-221-6/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-0/+1
|\ \
| * | rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2024-02-091-0/+1
* | | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-6/+5
|\ \ \
| * \ \ Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for...Ingo Molnar2024-02-221-2/+1
| |\ \ \
| | * | | x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32Masahiro Yamada2024-02-081-2/+1
| | |/ /
| * | | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao2024-01-101-1/+1
| | * | x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao2024-01-101-1/+1
| | * | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-2/+2
* | | | Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-111-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/setup: Move internal setup_data structures into setup_data.hThomas Zimmermann2024-01-301-0/+3
| | |/ | |/|
* | | kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada2024-02-151-4/+4
| |/ |/|
* | 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
|\