Age | Commit message (Expand) | Author | Files | Lines |
2021-04-30 | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
2021-04-28 | 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-24 | 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-24 | 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-21 | 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-15 | 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-10 | 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-08 | x86: probe assembler capabilities via kconfig instead of makefile | Jason A. Donenfeld | 1 | -10/+0 |
2020-04-08 | x86: remove always-defined CONFIG_AS_AVX | Masahiro Yamada | 1 | -3/+2 |
2020-04-08 | x86: remove always-defined CONFIG_AS_SSSE3 | Masahiro Yamada | 1 | -3/+2 |
2020-04-08 | x86: remove always-defined CONFIG_AS_CFI_SECTIONS | Masahiro Yamada | 1 | -4/+2 |
2020-04-08 | x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME | Masahiro Yamada | 1 | -4/+2 |
2020-04-08 | 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-08 | 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-27 | 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 |