aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-04rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0Miguel Ojeda1-1/+1
2025-10-28x86/build: Disable SSE4aPeter Zijlstra1-1/+1
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2025-09-03x86/kbuild: Incorporate boot/startup/ via Kbuild makefileArd Biesheuvel1-1/+0
2025-08-17x86/build: Remove cc-option from -mskip-rax-setupNathan Chancellor1-1/+1
2025-08-17x86/build: Remove cc-option from -mno-fp-ret-in-387Nathan Chancellor1-1/+1
2025-08-16x86/build: Clean up stack alignment flags in CC_FLAGS_FPUNathan Chancellor1-12/+0
2025-08-15x86/build: Remove cc-option from stack alignment flagsNathan Chancellor1-2/+3
2025-08-15x86/build: Remove cc-option for GCC retpoline flagsNathan Chancellor1-2/+2
2025-05-26Merge tag 'x86-build-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2025-04-06x86/boot: Move the 5-level paging trampoline into /startupArd Biesheuvel1-0/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+0
2025-03-31x86: don't re-generate cpufeaturemasks.h so eagerlyLinus Torvalds1-3/+2
2025-03-25x86/kbuild/64: Add the CONFIG_X86_NATIVE_CPU option to locally optimize the kernel with '-march=native'Tor Vic1-0/+5
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+29
2025-03-19x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build configH. Peter Anvin (Intel)1-0/+15
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel1-6/+0
2025-03-08hardening: Enable i386 FORTIFY_SOURCE on Clang 16+Kees Cook1-1/+1
2025-03-08x86/build: Remove -ffreestanding on i386 with GCCKees Cook1-1/+3
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar1-14/+2
2025-02-27x86/cpu: Drop configuration options for early 64-bit CPUsArnd Bergmann1-14/+2
2025-02-27x86/build: Rework CONFIG_GENERIC_CPU compiler flagsArnd Bergmann1-2/+2
2025-02-18x86/stackprotector/64: Convert to normal per-CPU variableBrian Gerst1-8/+12
2024-11-08x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel1-2/+3
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer1-0/+4
2024-08-18x86/rust: support MITIGATION_RETHUNKMiguel Ojeda1-0/+5
2024-08-18x86/rust: support MITIGATION_RETPOLINEMiguel Ojeda1-1/+1
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+20
2024-05-19x86: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+20
2024-05-03arch: Select fbdev helpers with CONFIG_VIDEOThomas Zimmermann1-1/+1
2024-03-30x86/build: Use obj-y to descend into arch/x86/virt/Masahiro Yamada1-2/+0
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-6/+0
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2024-03-11Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2024-02-22x86: drop stack-alignment plugin optNathan Chancellor1-6/+0
2024-02-22Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for dependent changesIngo Molnar1-2/+1
2024-02-15kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada1-4/+4
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patchesIngo Molnar1-4/+4
2024-02-09rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe1-0/+1
2024-02-08x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32Masahiro Yamada1-2/+1
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov1-5/+5
2024-01-30x86/setup: Move internal setup_data structures into setup_data.hThomas Zimmermann1-0/+3
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-2/+2
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+4
2023-11-01Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2023-10-30Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada1-3/+4