| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Mark Brown | 1 | -1/+0 |
| 6 days | rust: kasan/kbuild: fix rustc-option when cross-compiling | Alice Ryhl | 1 | -0/+4 |
| 2026-05-08 | x86/fpu: Remove MATH_EMULATION and related glue code | Ingo Molnar | 1 | -1/+0 |
| 2026-03-12 | kbuild: Consolidate C dialect options | Nathan Chancellor | 1 | -5/+1 |
| 2026-01-16 | x86/entry/vdso: Update the object paths for "make vdso_install" | H. Peter Anvin | 1 | -3/+3 |
| 2026-01-13 | x86/entry/vdso: Move vdso2c to arch/x86/tools | H. Peter Anvin | 1 | -1/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+3 |
| 2025-11-04 | rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0 | Miguel Ojeda | 1 | -1/+1 |
| 2025-10-30 | kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS | Nathan Chancellor | 1 | -1/+3 |
| 2025-10-28 | x86/build: Disable SSE4a | Peter Zijlstra | 1 | -1/+1 |
| 2025-09-30 | Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+0 |
| 2025-09-03 | x86/kbuild: Incorporate boot/startup/ via Kbuild makefile | Ard Biesheuvel | 1 | -1/+0 |
| 2025-08-17 | x86/build: Remove cc-option from -mskip-rax-setup | Nathan Chancellor | 1 | -1/+1 |
| 2025-08-17 | x86/build: Remove cc-option from -mno-fp-ret-in-387 | Nathan Chancellor | 1 | -1/+1 |
| 2025-08-16 | x86/build: Clean up stack alignment flags in CC_FLAGS_FPU | Nathan Chancellor | 1 | -12/+0 |
| 2025-08-15 | x86/build: Remove cc-option from stack alignment flags | Nathan Chancellor | 1 | -2/+3 |
| 2025-08-15 | x86/build: Remove cc-option for GCC retpoline flags | Nathan Chancellor | 1 | -2/+2 |
| 2025-05-26 | Merge tag 'x86-build-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+5 |
| 2025-04-06 | x86/boot: Move the 5-level paging trampoline into /startup | Ard Biesheuvel | 1 | -0/+1 |
| 2025-04-05 | Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+0 |
| 2025-03-31 | x86: don't re-generate cpufeaturemasks.h so eagerly | Linus Torvalds | 1 | -3/+2 |
| 2025-03-25 | x86/kbuild/64: Add the CONFIG_X86_NATIVE_CPU option to locally optimize the k... | Tor Vic | 1 | -0/+5 |
| 2025-03-24 | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -22/+29 |
| 2025-03-19 | x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c... | H. Peter Anvin (Intel) | 1 | -0/+15 |
| 2025-03-17 | kbuild: Introduce Kconfig symbol for linking vmlinux with relocations | Ard Biesheuvel | 1 | -6/+0 |
| 2025-03-08 | hardening: Enable i386 FORTIFY_SOURCE on Clang 16+ | Kees Cook | 1 | -1/+1 |
| 2025-03-08 | x86/build: Remove -ffreestanding on i386 with GCC | Kees Cook | 1 | -1/+3 |
| 2025-03-04 | Merge branch 'x86/cpu' into x86/asm, to pick up dependent commits | Ingo Molnar | 1 | -14/+2 |
| 2025-02-27 | x86/cpu: Drop configuration options for early 64-bit CPUs | Arnd Bergmann | 1 | -14/+2 |
| 2025-02-27 | x86/build: Rework CONFIG_GENERIC_CPU compiler flags | Arnd Bergmann | 1 | -2/+2 |
| 2025-02-18 | x86/stackprotector/64: Convert to normal per-CPU variable | Brian Gerst | 1 | -8/+12 |
| 2024-11-08 | x86/stackprotector: Work around strict Clang TLS symbol requirements | Ard Biesheuvel | 1 | -2/+3 |
| 2024-09-16 | rust: cfi: add support for CFI_CLANG with Rust | Matthew Maurer | 1 | -0/+4 |
| 2024-08-18 | x86/rust: support MITIGATION_RETHUNK | Miguel Ojeda | 1 | -0/+5 |
| 2024-08-18 | x86/rust: support MITIGATION_RETPOLINE | Miguel Ojeda | 1 | -1/+1 |
| 2024-05-22 | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+20 |
| 2024-05-19 | x86: implement ARCH_HAS_KERNEL_FPU_SUPPORT | Samuel Holland | 1 | -0/+20 |
| 2024-05-03 | arch: Select fbdev helpers with CONFIG_VIDEO | Thomas Zimmermann | 1 | -1/+1 |
| 2024-03-30 | x86/build: Use obj-y to descend into arch/x86/virt/ | Masahiro Yamada | 1 | -2/+0 |
| 2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -6/+0 |
| 2024-03-14 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+1 |
| 2024-03-11 | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+5 |
| 2024-03-11 | Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+3 |
| 2024-02-22 | x86: drop stack-alignment plugin opt | Nathan Chancellor | 1 | -6/+0 |
| 2024-02-22 | Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for... | Ingo Molnar | 1 | -2/+1 |
| 2024-02-15 | kbuild: use 4-space indentation when followed by conditionals | Masahiro Yamada | 1 | -4/+4 |
| 2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar | 1 | -4/+4 |
| 2024-02-09 | rust: Refactor the build target to allow the use of builtin targets | Jamie Cunliffe | 1 | -0/+1 |
| 2024-02-08 | x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32 | Masahiro Yamada | 1 | -2/+1 |
| 2024-01-31 | kbuild: Replace tabs with spaces when followed by conditionals | Dmitry Goncharov | 1 | -5/+5 |
| 2024-01-30 | x86/setup: Move internal setup_data structures into setup_data.h | Thomas Zimmermann | 1 | -0/+3 |
| 2024-01-10 | x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK | Breno Leitao | 1 | -1/+1 |
| 2024-01-10 | x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLS | Breno Leitao | 1 | -1/+1 |
| 2024-01-10 | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE | Breno Leitao | 1 | -2/+2 |
| 2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -3/+4 |
| 2023-11-01 | Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
| 2023-10-30 | Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-10-28 | kbuild: unify vdso_install rules | Masahiro Yamada | 1 | -3/+4 |
| 2023-10-23 | x86: Enable IBT in Rust if enabled in C | Matthew Maurer | 1 | -0/+1 |
| 2023-09-28 | x86/boot: Compile boot code with -std=gnu11 too | Alexey Dobriyan | 1 | -1/+1 |
| 2023-09-12 | x86/virt/tdx: Wire up basic SEAMCALL functions | Kai Huang | 1 | -0/+2 |
| 2023-09-05 | Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -4/+0 |
| 2023-09-04 | kbuild: Show marked Kconfig fragments in "help" | Kees Cook | 1 | -4/+0 |
| 2023-07-24 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -0/+12 |
| 2023-07-22 | fbdev: Split frame buffer support in FB and FB_CORE symbols | Javier Martinez Canillas | 1 | -1/+1 |
| 2023-06-16 | x86/unwind/orc: Add ELF section with ORC version identifier | Omar Sandoval | 1 | -0/+12 |
| 2023-02-15 | x86/build: Make 64-bit defconfig the default | Arnd Bergmann | 1 | -3/+3 |
| 2023-01-22 | x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only block | Nathan Chancellor | 1 | -1/+1 |
| 2022-12-19 | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-13 | kbuild: add test-{ge,gt,le,lt} macros | Masahiro Yamada | 1 | -1/+1 |
| 2022-11-01 | x86/ibt: Implement FineIBT | Peter Zijlstra | 1 | -1/+1 |
| 2022-10-17 | x86/Kconfig: Introduce function padding | Thomas Gleixner | 1 | -0/+6 |
| 2022-10-10 | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -5/+0 |
| 2022-10-02 | kbuild: remove head-y syntax | Masahiro Yamada | 1 | -5/+0 |
| 2022-09-28 | x86: enable initial Rust support | Miguel Ojeda | 1 | -0/+10 |
| 2022-08-21 | asm goto: eradicate CC_HAS_ASM_GOTO | Nick Desaulniers | 1 | -4/+0 |
| 2022-07-20 | lkdtm: Disable return thunks in rodata.c | Josh Poimboeuf | 1 | -0/+1 |
| 2022-06-29 | x86/retbleed: Add fine grained Kconfig knobs | Peter Zijlstra | 1 | -2/+6 |
| 2022-06-27 | x86/retpoline: Use -mfunction-return | Peter Zijlstra | 1 | -0/+2 |
| 2022-05-26 | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+1 |
| 2022-05-11 | kbuild: factor out the common installation code into scripts/install.sh | Masahiro Yamada | 1 | -2/+1 |
| 2022-04-06 | x86/configs: Add x86 debugging Kconfig fragment plus docs | Dave Hansen | 1 | -0/+1 |
| 2022-03-15 | x86: Remove toolchain check for X32 ABI capability | Masahiro Yamada | 1 | -16/+0 |
| 2022-03-15 | x86/ibt: Base IBT bits | Peter Zijlstra | 1 | -2/+14 |
| 2021-12-09 | x86: Add straight-line-speculation mitigation | Peter Zijlstra | 1 | -0/+4 |
| 2021-12-08 | x86: Use -mindirect-branch-cs-prefix for RETPOLINE builds | Peter Zijlstra | 1 | -0/+1 |
| 2021-12-08 | x86: Move RETPOLINE*_CFLAGS to arch Makefile | Peter Zijlstra | 1 | -0/+11 |
| 2021-11-08 | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+0 |
| 2021-10-28 | x86/Makefile: Remove unneeded whitespaces before tabs | Elyes HAOUAS | 1 | -1/+1 |
| 2021-10-24 | kbuild: use more subdir- for visiting subdirectories while cleaning | Masahiro Yamada | 1 | -2/+0 |
| 2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
| 2021-08-25 | x86/build: Move the install rule to arch/x86/Makefile | Masahiro Yamada | 1 | -1/+2 |
| 2021-08-25 | x86/build: Remove the left-over bzlilo target | Masahiro Yamada | 1 | -2/+2 |
| 2021-08-22 | x86/build: Remove stale cc-option checks | Nick Desaulniers | 1 | -32/+14 |
| 2021-08-10 | kbuild: do not require sub-make for separate output tree builds | Masahiro Yamada | 1 | -1/+1 |
| 2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -3/+0 |
| 2021-06-28 | Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+3 |
| 2021-06-11 | x86, lto: Pass -stack-alignment only on LLD < 13.0.0 | Tor Vic | 1 | -2/+3 |
| 2021-05-26 | kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild | Masahiro Yamada | 1 | -3/+0 |
| 2021-05-19 | x86/build: Fix location of '-plugin-opt=' flags | Nathan Chancellor | 1 | -6/+6 |
| 2021-05-10 | x86/boot: Modernize genimage script; hdimage+EFI support | H. Peter Anvin (Intel) | 1 | -2/+3 |
| 2021-04-29 | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
| 2021-04-27 | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+8 |
| 2021-04-26 | Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
| 2021-04-25 | kbuild: remove TMPO from try-run | Masahiro Yamada | 1 | -2/+2 |
| 2021-04-02 | Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changes | Ingo Molnar | 1 | -1/+1 |
| 2021-03-26 | x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS) | John Millikin | 1 | -0/+1 |
| 2021-03-23 | x86/build: Turn off -fcf-protection for realmode targets | Arnd Bergmann | 1 | -1/+1 |
| 2021-03-08 | x86/stackprotector/32: Make the canary into a regular percpu variable | Andy Lutomirski | 1 | -0/+8 |
| 2021-02-23 | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+5 |
| 2021-02-23 | x86, build: allow LTO to be selected | Sami Tolvanen | 1 | -0/+5 |
| 2021-02-21 | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+0 |
| 2021-02-20 | Merge tag 'x86_build_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -12/+16 |
| 2021-02-09 | x86/build: Disable CET instrumentation in the kernel for 32-bit too | Borislav Petkov | 1 | -3/+3 |
| 2021-01-29 | x86/build: Disable CET instrumentation in the kernel | Josh Poimboeuf | 1 | -0/+3 |
| 2021-01-29 | arch: x86: Remove CONFIG_OPROFILE support | Viresh Kumar | 1 | -3/+0 |
| 2020-12-28 | x86/build: Realign archhelp | Borislav Petkov | 1 | -14/+15 |
| 2020-12-28 | x86/build: Add {kvm_guest,xen}.config targets to make help's output | Borislav Petkov | 1 | -0/+3 |
| 2020-12-14 | Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+1 |
| 2020-12-01 | x86/build: Remove -m16 workaround for unsupported versions of GCC | Nick Desaulniers | 1 | -8/+1 |
| 2020-12-01 | kbuild: Hoist '--orphan-handling' into Kconfig | Nathan Chancellor | 1 | -3/+0 |
| 2020-09-03 | x86/build: Warn on orphan section placement | Kees Cook | 1 | -0/+4 |
| 2020-08-09 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+2 |
| 2020-07-24 | x86/build: Move max-page-size option to LDFLAGS_vmlinux | Arvind Sankar | 1 | -15/+17 |
| 2020-07-07 | kbuild: remove cc-option test of -ffreestanding | Masahiro Yamada | 1 | -1/+1 |
| 2020-07-07 | kbuild: remove cc-option test of -fno-stack-protector | Masahiro Yamada | 1 | -1/+1 |
| 2020-04-21 | x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImage | Masahiro Yamada | 1 | -3/+3 |
| 2020-04-09 | x86: probe assembler capabilities via kconfig instead of makefile | Jason A. Donenfeld | 1 | -10/+0 |
| 2020-04-09 | x86: remove always-defined CONFIG_AS_AVX | Masahiro Yamada | 1 | -3/+2 |
| 2020-04-09 | x86: remove always-defined CONFIG_AS_SSSE3 | Masahiro Yamada | 1 | -3/+2 |
| 2020-04-09 | x86: remove always-defined CONFIG_AS_CFI_SECTIONS | Masahiro Yamada | 1 | -4/+2 |
| 2020-04-09 | x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME | Masahiro Yamada | 1 | -4/+2 |
| 2020-04-09 | x86: remove always-defined CONFIG_AS_CFI | Masahiro Yamada | 1 | -8/+2 |
| 2020-03-05 | crypto: x86/curve25519 - support assemblers with no adx support | Jason A. Donenfeld | 1 | -2/+3 |
| 2019-08-28 | x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC... | Linus Torvalds | 1 | -0/+1 |
| 2019-04-05 | x86/build: Keep local relocations with ld.lld | Kees Cook | 1 | -1/+1 |
| 2019-03-28 | x86/retpolines: Disable switch jump tables when retpolines are enabled | Daniel Borkmann | 1 | -2/+6 |
| 2019-03-07 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2019-02-28 | x86, retpolines: Raise limit for generating indirect calls from switch-case | Daniel Borkmann | 1 | -0/+5 |
| 2019-01-22 | x86/fpu: Get rid of CONFIG_AS_FXSAVEQ | Borislav Petkov | 1 | -1/+0 |
| 2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 1 | -1/+1 |
| 2018-12-26 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+0 |
| 2018-12-19 | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ... | Ingo Molnar | 1 | -7/+0 |
| 2018-12-09 | x86, powerpc: Remove -funit-at-a-time compiler option entirely | Masahiro Yamada | 1 | -4/+0 |
| 2018-12-05 | x86/build: Fix compiler support check for CONFIG_RETPOLINE | Masahiro Yamada | 1 | -3/+7 |
| 2018-11-28 | x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support | Zhenzhong Duan | 1 | -2/+3 |
| 2018-11-05 | x86/build: Remove -pipe from KBUILD_CFLAGS | Nathan Chancellor | 1 | -3/+1 |
| 2018-10-04 | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro... | Nadav Amit | 1 | -0/+7 |
| 2018-10-01 | x86/build: Remove unused CONFIG_AS_CRC32 | Masahiro Yamada | 1 | -1/+0 |
| 2018-08-31 | x86: Allow generating user-space headers without a compiler | Ben Hutchings | 1 | -4/+7 |
| 2018-08-30 | x86/build: Remove jump label quirk for GCC older than 4.5.2 | Masahiro Yamada | 1 | -12/+0 |
| 2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 1 | -2/+2 |
| 2018-07-16 | x86/build: Remove old -funit-at-a-time GCC quirk | Masahiro Yamada | 1 | -5/+0 |
| 2018-06-22 | Merge branch 'linus' into x86/urgent | Thomas Gleixner | 1 | -1/+1 |
| 2018-06-21 | x86/build: Remove unnecessary preparation for purgatory | Masahiro Yamada | 1 | -5/+0 |
| 2018-06-21 | Revert "kexec/purgatory: Add clean-up for purgatory directory" | Masahiro Yamada | 1 | -1/+0 |
| 2018-06-01 | kbuild: add machine size to CHECKFLAGS | Luc Van Oostenryck | 1 | -1/+1 |
| 2018-04-02 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+5 |
| 2018-03-31 | x86/build: Don't pass in -D__KERNEL__ multiple times | Cao jin | 1 | -2/+1 |
| 2018-03-20 | x86: Force asm-goto | Peter Zijlstra | 1 | -0/+4 |
| 2018-03-20 | x86/build/64: Force the linker to use 2MB page size | H.J. Lu | 1 | -0/+9 |
| 2018-02-21 | objtool, retpolines: Integrate objtool with retpoline support more closely | Peter Zijlstra | 1 | -7/+3 |
| 2018-02-20 | x86/retpoline: Support retpoline builds with Clang | David Woodhouse | 1 | -1/+4 |
| 2018-01-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
| 2018-01-14 | x86/retpoline: Remove compile time warning | Thomas Gleixner | 1 | -2/+0 |
| 2018-01-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+10 |
| 2018-01-12 | x86/retpoline: Add initial retpoline support | David Woodhouse | 1 | -0/+10 |
| 2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 1 | -5/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-21 | x86/build: Use cc-option to validate stack alignment parameter | Matthias Kaehlcke | 1 | -3/+3 |
| 2017-08-17 | x86/build: Fix stack alignment for CLang | Matthias Kaehlcke | 1 | -6/+8 |
| 2017-08-10 | x86/build: Drop unused mflags-y | Cao jin | 1 | -3/+0 |
| 2017-07-07 | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -8/+25 |
| 2017-06-25 | x86/build: Specify stack alignment for clang | Matthias Kaehlcke | 1 | -5/+21 |
| 2017-06-25 | x86/build: Use __cc-option for boot code compiler options | Matthias Kaehlcke | 1 | -4/+5 |
| 2017-06-14 | x86/mce: Merge mce_amd_inj into mce-inject | Borislav Petkov | 1 | -2/+0 |
| 2017-05-24 | x86/build: Permit building with old make versions | Jan Kiszka | 1 | -1/+1 |
| 2017-05-09 | x86/build: Don't add -maccumulate-outgoing-args w/o compiler support | Nick Desaulniers | 1 | -1/+2 |
| 2017-05-01 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
| 2017-04-19 | x86/build: convert function graph '-Os' error to warning | Josh Poimboeuf | 1 | -0/+8 |
| 2017-04-17 | x86/kbuild: Use cc-option to enable -falign-{jumps/loops} | Matthias Kaehlcke | 1 | -2/+2 |
| 2017-03-30 | x86/build: Mostly disable '-maccumulate-outgoing-args' | Josh Poimboeuf | 1 | -4/+31 |
| 2016-09-21 | lib/raid6: Add AVX512 optimized gen_syndrome functions | Gayatri Kammela | 1 | -2/+3 |
| 2016-07-26 | kbuild: abort build on bad stack protector flag | Kees Cook | 1 | -8/+0 |
| 2016-04-22 | x86/init: Rename EBDA code file | Luis R. Rodriguez | 1 | -1/+1 |
| 2016-04-22 | x86/rtc: Replace paravirt rtc check with platform legacy quirk | Luis R. Rodriguez | 1 | -0/+1 |
| 2015-11-04 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -2/+4 |
| 2015-10-09 | x86/asm: Re-add parts of the manual CFI infrastructure | Andy Lutomirski | 1 | -2/+8 |
| 2015-09-21 | crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a... | tim | 1 | -2/+4 |
| 2015-09-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+10 |
| 2015-08-13 | x86/ras: Move AMD MCE injector to arch/x86/ras/ | Borislav Petkov | 1 | -0/+2 |
| 2015-07-22 | x86/build: Fix detection of GCC -mpreferred-stack-boundary support | Andy Lutomirski | 1 | -3/+10 |
| 2015-06-04 | x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc... | Ingo Molnar | 1 | -1/+1 |
| 2015-06-03 | x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/ | Ingo Molnar | 1 | -1/+1 |
| 2015-06-02 | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 1 | -8/+2 |
| 2015-05-17 | x86: Pack loops tightly as well | Ingo Molnar | 1 | -0/+3 |
| 2015-05-15 | x86: Align jump targets to 1-byte boundaries | Ingo Molnar | 1 | -0/+3 |
| 2015-05-08 | Merge branch 'linus' into x86/asm, before applying dependent patch | Ingo Molnar | 1 | -1/+1 |
| 2015-05-06 | x86/asm: Use -mskip-rax-setup if supported | H.J. Lu | 1 | -0/+3 |
| 2015-04-02 | kbuild: use relative path more to include Makefile | Masahiro Yamada | 1 | -1/+1 |