| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: Replace tabs with spaces when followed by conditionals | Dmitry Goncharov | 2024-01-31 | 1 | -5/+5 |
* | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-11-04 | 1 | -3/+4 |
|\ |
|
| * | kbuild: unify vdso_install rules | Masahiro Yamada | 2023-10-28 | 1 | -3/+4 |
* | | Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-11-01 | 1 | -0/+2 |
|\ \ |
|
| * | | x86/virt/tdx: Wire up basic SEAMCALL functions | Kai Huang | 2023-09-12 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2023-10-30 | 1 | -0/+1 |
|\ \ |
|
| * | | x86: Enable IBT in Rust if enabled in C | Matthew Maurer | 2023-10-23 | 1 | -0/+1 |
| |/ |
|
* / | x86/boot: Compile boot code with -std=gnu11 too | Alexey Dobriyan | 2023-09-28 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-09-05 | 1 | -4/+0 |
|\ |
|
| * | kbuild: Show marked Kconfig fragments in "help" | Kees Cook | 2023-09-04 | 1 | -4/+0 |
* | | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 2023-07-24 | 1 | -0/+12 |
|\| |
|
| * | x86/unwind/orc: Add ELF section with ORC version identifier | Omar Sandoval | 2023-06-16 | 1 | -0/+12 |
* | | fbdev: Split frame buffer support in FB and FB_CORE symbols | Javier Martinez Canillas | 2023-07-22 | 1 | -1/+1 |
|/ |
|
* | x86/build: Make 64-bit defconfig the default | Arnd Bergmann | 2023-02-15 | 1 | -3/+3 |
* | x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only block | Nathan Chancellor | 2023-01-22 | 1 | -1/+1 |
* | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2022-12-19 | 1 | -1/+1 |
|\ |
|
| * | kbuild: add test-{ge,gt,le,lt} macros | Masahiro Yamada | 2022-12-13 | 1 | -1/+1 |
* | | x86/ibt: Implement FineIBT | Peter Zijlstra | 2022-11-01 | 1 | -1/+1 |
* | | x86/Kconfig: Introduce function padding | Thomas Gleixner | 2022-10-17 | 1 | -0/+6 |
|/ |
|
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2022-10-10 | 1 | -5/+0 |
|\ |
|
| * | kbuild: remove head-y syntax | Masahiro Yamada | 2022-10-02 | 1 | -5/+0 |
* | | x86: enable initial Rust support | Miguel Ojeda | 2022-09-28 | 1 | -0/+10 |
|/ |
|
* | asm goto: eradicate CC_HAS_ASM_GOTO | Nick Desaulniers | 2022-08-21 | 1 | -4/+0 |
* | lkdtm: Disable return thunks in rodata.c | Josh Poimboeuf | 2022-07-20 | 1 | -0/+1 |
* | x86/retbleed: Add fine grained Kconfig knobs | Peter Zijlstra | 2022-06-29 | 1 | -2/+6 |
* | x86/retpoline: Use -mfunction-return | Peter Zijlstra | 2022-06-27 | 1 | -0/+2 |
* | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2022-05-26 | 1 | -2/+1 |
|\ |
|
| * | kbuild: factor out the common installation code into scripts/install.sh | Masahiro Yamada | 2022-05-11 | 1 | -2/+1 |
* | | x86/configs: Add x86 debugging Kconfig fragment plus docs | Dave Hansen | 2022-04-06 | 1 | -0/+1 |
|/ |
|
* | x86: Remove toolchain check for X32 ABI capability | Masahiro Yamada | 2022-03-15 | 1 | -16/+0 |
* | x86/ibt: Base IBT bits | Peter Zijlstra | 2022-03-15 | 1 | -2/+14 |
* | x86: Add straight-line-speculation mitigation | Peter Zijlstra | 2021-12-09 | 1 | -0/+4 |
* | x86: Use -mindirect-branch-cs-prefix for RETPOLINE builds | Peter Zijlstra | 2021-12-08 | 1 | -0/+1 |
* | x86: Move RETPOLINE*_CFLAGS to arch Makefile | Peter Zijlstra | 2021-12-08 | 1 | -0/+11 |
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-11-08 | 1 | -2/+0 |
|\ |
|
| * | kbuild: use more subdir- for visiting subdirectories while cleaning | Masahiro Yamada | 2021-10-24 | 1 | -2/+0 |
* | | x86/Makefile: Remove unneeded whitespaces before tabs | Elyes HAOUAS | 2021-10-28 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-09-03 | 1 | -1/+1 |
|\ |
|
| * | kbuild: do not require sub-make for separate output tree builds | Masahiro Yamada | 2021-08-10 | 1 | -1/+1 |
* | | x86/build: Move the install rule to arch/x86/Makefile | Masahiro Yamada | 2021-08-25 | 1 | -1/+2 |
* | | x86/build: Remove the left-over bzlilo target | Masahiro Yamada | 2021-08-25 | 1 | -2/+2 |
* | | x86/build: Remove stale cc-option checks | Nick Desaulniers | 2021-08-22 | 1 | -32/+14 |
|/ |
|
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-07-10 | 1 | -3/+0 |
|\ |
|
| * | kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild | Masahiro Yamada | 2021-05-26 | 1 | -3/+0 |
* | | Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-06-28 | 1 | -2/+3 |
|\ \ |
|
| * | | x86/boot: Modernize genimage script; hdimage+EFI support | H. Peter Anvin (Intel) | 2021-05-10 | 1 | -2/+3 |
* | | | x86, lto: Pass -stack-alignment only on LLD < 13.0.0 | Tor Vic | 2021-06-11 | 1 | -2/+3 |
| |/
|/| |
|
* | | x86/build: Fix location of '-plugin-opt=' flags | Nathan Chancellor | 2021-05-19 | 1 | -6/+6 |
|/ |
|
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-04-29 | 1 | -2/+2 |
|\ |
|
| * | kbuild: remove TMPO from try-run | Masahiro Yamada | 2021-04-25 | 1 | -2/+2 |