aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-11-01Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-2/+2
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-10-29Linux 6.6v6.6Gravatar Linus Torvalds 1-1/+1
2023-10-28kbuild: Correct missing architecture-specific hyphensGravatar Simon Glass 1-5/+5
2023-10-28kbuild: avoid too many execution of scripts/pahole-flags.shGravatar Masahiro Yamada 1-3/+1
2023-10-28kbuild: unify no-compiler-targets and no-sync-config-targetsGravatar Masahiro Yamada 1-11/+2
2023-10-28kbuild: unify vdso_install rulesGravatar Masahiro Yamada 1-0/+9
2023-10-22Linux 6.6-rc7v6.6-rc7Gravatar Linus Torvalds 1-1/+1
2023-10-21Merge tag 'rust-fixes-6.6' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-1/+1
2023-10-19kbuild: remove old Rust docs output pathGravatar Miguel Ojeda 1-1/+1
2023-10-15Linux 6.6-rc6v6.6-rc6Gravatar Linus Torvalds 1-1/+1
2023-10-08Linux 6.6-rc5v6.6-rc5Gravatar Linus Torvalds 1-1/+1
2023-10-05kbuild: Merge per-arch config for kselftest-merge targetGravatar Björn Töpel 1-1/+1
2023-10-05kbuild: Let builtin have precedence over modules for kselftest-mergeGravatar Björn Töpel 1-1/+1
2023-10-03kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Gravatar Masahiro Yamada 1-1/+1
2023-10-01Linux 6.6-rc4v6.6-rc4Gravatar Linus Torvalds 1-1/+1
2023-09-24Linux 6.6-rc3v6.6-rc3Gravatar Linus Torvalds 1-1/+1
2023-09-17Linux 6.6-rc2v6.6-rc2Gravatar Linus Torvalds 1-1/+1
2023-09-11Documentation: Drop or replace remaining mentions of IA64Gravatar Ard Biesheuvel 1-2/+2
2023-09-10Linux 6.6-rc1v6.6-rc1Gravatar Linus Torvalds 1-2/+2
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-142/+30
2023-09-04kbuild: Show marked Kconfig fragments in "help"Gravatar Kees Cook 1-1/+0
2023-09-01kbuild: support modules_sign for external modules as wellGravatar Masahiro Yamada 1-16/+16
2023-09-01kbuild: move more module installation code to scripts/Makefile.modinstGravatar Masahiro Yamada 1-27/+7
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-7/+9
2023-08-29kbuild: remove $(MODLIB)/source symlinkGravatar Masahiro Yamada 1-6/+2
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstGravatar Masahiro Yamada 1-8/+0
2023-08-29kbuild: add modules_sign to no-{compiler,sync-config}-targetsGravatar Masahiro Yamada 1-2/+2
2023-08-29kbuild: do not run depmod for 'make modules_sign'Gravatar Masahiro Yamada 1-0/+2
2023-08-27Linux 6.5v6.5Gravatar Linus Torvalds 1-1/+1
2023-08-22kbuild: remove include/ksym from CLEAN_FILESGravatar Masahiro Yamada 1-1/+1
2023-08-20Linux 6.5-rc7v6.5-rc7Gravatar Linus Torvalds 1-1/+1
2023-08-20kbuild: consolidate warning flags in scripts/Makefile.extrawarnGravatar Arnd Bergmann 1-88/+0
2023-08-14rust: enable `no_mangle_with_rust_abi` Clippy lintGravatar Miguel Ojeda 1-0/+1
2023-08-13Linux 6.5-rc6v6.5-rc6Gravatar Linus Torvalds 1-1/+1
2023-08-09kbuild: rust_is_available: remove -v optionGravatar Masahiro Yamada 1-2/+2
2023-08-07scripts: `make rust-analyzer` for out-of-tree modulesGravatar Vinay Varma 1-5/+6
2023-08-06Linux 6.5-rc5v6.5-rc5Gravatar Linus Torvalds 1-1/+1
2023-07-30Linux 6.5-rc4v6.5-rc4Gravatar Linus Torvalds 1-1/+1
2023-07-25kbuild: rpm-pkg: rename binkernel.spec to kernel.specGravatar Masahiro Yamada 1-1/+1
2023-07-25kbuild: add a phony target to run a command with Kbuild env varsGravatar Masahiro Yamada 1-0/+4
2023-07-25kbuild: Enable -Wenum-conversion by defaultGravatar Borislav Petkov (AMD) 1-0/+3
2023-07-23Linux 6.5-rc3v6.5-rc3Gravatar Linus Torvalds 1-1/+1
2023-07-23Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+17
2023-07-23kbuild: flatten KBUILD_CFLAGSGravatar Alexey Dobriyan 1-5/+17
2023-07-16Linux 6.5-rc2v6.5-rc2Gravatar Linus Torvalds 1-1/+1
2023-07-09Linux 6.5-rc1v6.5-rc1Gravatar Linus Torvalds 1-2/+2
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-51/+43
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+6