| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 6.6-rc7v6.6-rc7 | Linus Torvalds | 2023-10-23 | 1 | -1/+1 |
* | Merge tag 'rust-fixes-6.6' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2023-10-21 | 1 | -1/+1 |
|\ |
|
| * | kbuild: remove old Rust docs output path | Miguel Ojeda | 2023-10-19 | 1 | -1/+1 |
* | | Linux 6.6-rc6v6.6-rc6 | Linus Torvalds | 2023-10-15 | 1 | -1/+1 |
* | | Linux 6.6-rc5v6.6-rc5 | Linus Torvalds | 2023-10-08 | 1 | -1/+1 |
|/ |
|
* | Linux 6.6-rc4v6.6-rc4 | Linus Torvalds | 2023-10-01 | 1 | -1/+1 |
* | Linux 6.6-rc3v6.6-rc3 | Linus Torvalds | 2023-09-24 | 1 | -1/+1 |
* | Linux 6.6-rc2v6.6-rc2 | Linus Torvalds | 2023-09-17 | 1 | -1/+1 |
* | Linux 6.6-rc1v6.6-rc1 | Linus Torvalds | 2023-09-11 | 1 | -2/+2 |
* | Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-09-05 | 1 | -142/+30 |
|\ |
|
| * | kbuild: Show marked Kconfig fragments in "help" | Kees Cook | 2023-09-03 | 1 | -1/+0 |
| * | kbuild: support modules_sign for external modules as well | Masahiro Yamada | 2023-09-01 | 1 | -16/+16 |
| * | kbuild: move more module installation code to scripts/Makefile.modinst | Masahiro Yamada | 2023-09-01 | 1 | -27/+7 |
| * | kbuild: remove $(MODLIB)/source symlink | Masahiro Yamada | 2023-08-29 | 1 | -6/+2 |
| * | kbuild: move depmod rule to scripts/Makefile.modinst | Masahiro Yamada | 2023-08-29 | 1 | -8/+0 |
| * | kbuild: add modules_sign to no-{compiler,sync-config}-targets | Masahiro Yamada | 2023-08-29 | 1 | -2/+2 |
| * | kbuild: do not run depmod for 'make modules_sign' | Masahiro Yamada | 2023-08-29 | 1 | -0/+2 |
| * | kbuild: remove include/ksym from CLEAN_FILES | Masahiro Yamada | 2023-08-22 | 1 | -1/+1 |
| * | kbuild: consolidate warning flags in scripts/Makefile.extrawarn | Arnd Bergmann | 2023-08-20 | 1 | -88/+0 |
| * | kbuild: rpm-pkg: rename binkernel.spec to kernel.spec | Masahiro Yamada | 2023-07-24 | 1 | -1/+1 |
| * | kbuild: add a phony target to run a command with Kbuild env vars | Masahiro Yamada | 2023-07-24 | 1 | -0/+4 |
| * | kbuild: Enable -Wenum-conversion by default | Borislav Petkov (AMD) | 2023-07-24 | 1 | -0/+3 |
* | | Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2023-08-29 | 1 | -7/+9 |
|\ \ |
|
| * | | rust: enable `no_mangle_with_rust_abi` Clippy lint | Miguel Ojeda | 2023-08-14 | 1 | -0/+1 |
| * | | kbuild: rust_is_available: remove -v option | Masahiro Yamada | 2023-08-09 | 1 | -2/+2 |
| * | | scripts: `make rust-analyzer` for out-of-tree modules | Vinay Varma | 2023-08-07 | 1 | -5/+6 |
* | | | Linux 6.5v6.5 | Linus Torvalds | 2023-08-27 | 1 | -1/+1 |
* | | | Linux 6.5-rc7v6.5-rc7 | Linus Torvalds | 2023-08-20 | 1 | -1/+1 |
* | | | Linux 6.5-rc6v6.5-rc6 | Linus Torvalds | 2023-08-13 | 1 | -1/+1 |
|/ / |
|
* | | Linux 6.5-rc5v6.5-rc5 | Linus Torvalds | 2023-08-07 | 1 | -1/+1 |
* | | Linux 6.5-rc4v6.5-rc4 | Linus Torvalds | 2023-07-30 | 1 | -1/+1 |
|/ |
|
* | Linux 6.5-rc3v6.5-rc3 | Linus Torvalds | 2023-07-24 | 1 | -1/+1 |
* | Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-07-23 | 1 | -5/+17 |
|\ |
|
| * | kbuild: flatten KBUILD_CFLAGS | Alexey Dobriyan | 2023-07-23 | 1 | -5/+17 |
* | | Linux 6.5-rc2v6.5-rc2 | Linus Torvalds | 2023-07-17 | 1 | -1/+1 |
|/ |
|
* | Linux 6.5-rc1v6.5-rc1 | Linus Torvalds | 2023-07-09 | 1 | -2/+2 |
* | Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-07-04 | 1 | -5/+1 |
|\ |
|
| * | kbuild: Drop -Wdeclaration-after-statement | Peter Zijlstra | 2023-06-26 | 1 | -5/+1 |
* | | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-07-01 | 1 | -51/+43 |
|\ \ |
|
| * | | kbuild: revive "Entering directory" for Make >= 4.4.1 | Masahiro Yamada | 2023-06-27 | 1 | -16/+20 |
| * | | kbuild: set correct abs_srctree and abs_objtree for package builds | Masahiro Yamada | 2023-06-27 | 1 | -6/+4 |
| * | | kbuild: make modules_install copy modules.builtin(.modinfo) | Masahiro Yamada | 2023-06-24 | 1 | -10/+16 |
| * | | kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion | Masahiro Yamada | 2023-06-22 | 1 | -19/+3 |
* | | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-06-28 | 1 | -0/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | kbuild: Enable -fstrict-flex-arrays=3 | Kees Cook | 2023-05-22 | 1 | -0/+6 |
| |/ |
|
* | | Linux 6.4v6.4 | Linus Torvalds | 2023-06-26 | 1 | -1/+1 |
* | | Linux 6.4-rc7v6.4-rc7 | Linus Torvalds | 2023-06-18 | 1 | -1/+1 |
* | | Linux 6.4-rc6v6.4-rc6 | Linus Torvalds | 2023-06-11 | 1 | -1/+1 |
* | | Linux 6.4-rc5v6.4-rc5 | Linus Torvalds | 2023-06-04 | 1 | -1/+1 |
* | | Linux 6.4-rc4v6.4-rc4 | Linus Torvalds | 2023-05-28 | 1 | -1/+1 |