Age | Commit message (Expand) | Author | Files | Lines |
2024-08-11 | Linux 6.11-rc3 | Linus Torvalds | 1 | -1/+1 |
2024-08-04 | Linux 6.11-rc2 | Linus Torvalds | 1 | -1/+1 |
2024-07-28 | Linux 6.11-rc1 | Linus Torvalds | 1 | -2/+2 |
2024-07-27 | Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -14/+16 |
2024-07-23 | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -22/+14 |
2024-07-22 | kbuild: add script and target to generate pacman package | Thomas Weißschuh | 1 | -1/+1 |
2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 1 | -2/+4 |
2024-07-20 | Makefile: add comment to discourage tools/* addition for kernel builds | Masahiro Yamada | 1 | -0/+6 |
2024-07-16 | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2024-07-16 | kbuild: raise the minimum GNU Make requirement to 4.0 | Masahiro Yamada | 1 | -19/+3 |
2024-07-14 | Linux 6.10 | Linus Torvalds | 1 | -1/+1 |
2024-07-10 | kbuild: add syscall table generation to scripts/Makefile.asm-headers | Arnd Bergmann | 1 | -1/+1 |
2024-07-10 | rust: simplify Clippy warning flags set | Miguel Ojeda | 1 | -4/+2 |
2024-07-10 | rust: relax most deny-level lints to warnings | Miguel Ojeda | 1 | -11/+13 |
2024-07-08 | kbuild: rust-analyzer: improve comment documentation | John Hubbard | 1 | -1/+3 |
2024-07-08 | kbuild: rust-analyzer: better error handling | John Hubbard | 1 | -0/+1 |
2024-07-08 | kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling | Miguel Ojeda | 1 | -2/+1 |
2024-07-07 | Linux 6.10-rc7 | Linus Torvalds | 1 | -1/+1 |
2024-06-30 | Linux 6.10-rc6 | Linus Torvalds | 1 | -1/+1 |
2024-06-23 | Linux 6.10-rc5 | Linus Torvalds | 1 | -1/+1 |
2024-06-16 | Linux 6.10-rc4 | Linus Torvalds | 1 | -1/+1 |
2024-06-09 | Linux 6.10-rc3 | Linus Torvalds | 1 | -1/+1 |
2024-06-02 | Linux 6.10-rc2 | Linus Torvalds | 1 | -1/+1 |
2024-05-26 | Linux 6.10-rc1 | Linus Torvalds | 1 | -3/+3 |
2024-05-19 | arch: add ARCH_HAS_KERNEL_FPU_SUPPORT | Samuel Holland | 1 | -0/+5 |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -17/+27 |
2024-05-12 | Linux 6.9 | Linus Torvalds | 1 | -1/+1 |
2024-05-10 | kbuild: add 'private' to target-specific variables | Masahiro Yamada | 1 | -5/+5 |
2024-05-10 | kbuild: remove redundant $(wildcard ) for rm-files | Masahiro Yamada | 1 | -1/+1 |
2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -0/+7 |
2024-05-05 | Linux 6.9-rc7 | Linus Torvalds | 1 | -1/+1 |
2024-05-02 | kbuild: Remove support for Clang's ThinLTO caching | Nathan Chancellor | 1 | -3/+2 |
2024-05-02 | dt-bindings: kbuild: Add separate target/dependency for processed-schema.json | Rob Herring | 1 | -9/+13 |
2024-04-28 | Linux 6.9-rc6 | Linus Torvalds | 1 | -1/+1 |
2024-04-21 | Linux 6.9-rc5 | Linus Torvalds | 1 | -1/+1 |
2024-04-14 | Linux 6.9-rc4 | Linus Torvalds | 1 | -1/+1 |
2024-04-07 | Linux 6.9-rc3 | Linus Torvalds | 1 | -1/+1 |
2024-03-31 | Linux 6.9-rc2 | Linus Torvalds | 1 | -1/+1 |
2024-03-24 | Linux 6.9-rc1 | Linus Torvalds | 1 | -2/+2 |
2024-03-21 | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -21/+28 |
2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -8/+0 |
2024-03-14 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+0 |
2024-03-11 | Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -2/+2 |
2024-03-10 | Linux 6.8 | Linus Torvalds | 1 | -1/+1 |
2024-03-10 | kbuild: unexport abs_srctree and abs_objtree | Masahiro Yamada | 1 | -2/+2 |
2024-03-09 | kbuild: fix inconsistent indentation in top Makefile | Masahiro Yamada | 1 | -16/+16 |
2024-03-03 | Linux 6.8-rc7 | Linus Torvalds | 1 | -1/+1 |
2024-02-29 | kbuild: mark `rustc` (and others) invocations as recursive | Miguel Ojeda | 1 | -2/+2 |
2024-02-25 | Linux 6.8-rc6 | Linus Torvalds | 1 | -1/+1 |
2024-02-25 | kbuild: Use -fmin-function-alignment when available | Petr Pavlu | 1 | -0/+7 |