| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-04 | Linux 6.15-rc5 | Linus Torvalds | 1 | -1/+1 |
| 2025-04-30 | kbuild: Properly disable -Wunterminated-string-initialization for clang | Nathan Chancellor | 1 | -7/+0 |
| 2025-04-27 | Linux 6.15-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2025-04-23 | Fix mis-uses of 'cc-option' for warning disablement | Linus Torvalds | 1 | -2/+2 |
| 2025-04-20 | gcc-15: disable '-Wunterminated-string-initialization' entirely for now | Linus Torvalds | 1 | -2/+2 |
| 2025-04-20 | Linux 6.15-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2025-04-20 | gcc-15: make 'unterminated string initialization' just a warning | Linus Torvalds | 1 | -0/+3 |
| 2025-04-19 | Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
| 2025-04-14 | rust: disable `clippy::needless_continue` | Miguel Ojeda | 1 | -1/+0 |
| 2025-04-13 | Linux 6.15-rc2 | Linus Torvalds | 1 | -1/+1 |
| 2025-04-08 | kbuild: Add '-fno-builtin-wcslen' | Nathan Chancellor | 1 | -0/+3 |
| 2025-04-06 | Linux 6.15-rc1 | Linus Torvalds | 1 | -2/+2 |
| 2025-04-05 | Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -7/+16 |
| 2025-03-24 | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |
| 2025-03-24 | Linux 6.14 | Linus Torvalds | 1 | -1/+1 |
| 2025-03-22 | kbuild: make all file references relative to source root | Thomas Weißschuh | 1 | -1/+1 |
| 2025-03-22 | kbuild: Add a help message for "headers" | Xin Li (Intel) | 1 | -1/+2 |
| 2025-03-19 | Merge tag 'v6.14-rc7' into x86/core, to pick up fixes | Ingo Molnar | 1 | -1/+6 |
| 2025-03-16 | Linux 6.14-rc7 | Linus Torvalds | 1 | -1/+1 |
| 2025-03-17 | kbuild: Create intermediate vmlinux build with relocations preserved | Ard Biesheuvel | 1 | -1/+1 |
| 2025-03-17 | kbuild: Introduce Kconfig symbol for linking vmlinux with relocations | Ard Biesheuvel | 1 | -0/+4 |
| 2025-03-15 | kbuild, rust: use -fremap-path-prefix to make paths relative | Thomas Weißschuh | 1 | -0/+1 |
| 2025-03-15 | kbuild: implement CONFIG_HEADERS_INSTALL for Usermode Linux | Thomas Weißschuh | 1 | -1/+4 |
| 2025-03-15 | kbuild: remove KBUILD_ENABLE_EXTRA_GCC_CHECKS support | Masahiro Yamada | 1 | -3/+0 |
| 2025-03-15 | kbuild: move -fzero-init-padding-bits=all to the top-level Makefile | Masahiro Yamada | 1 | -0/+3 |
| 2025-03-09 | Linux 6.14-rc6 | Linus Torvalds | 1 | -1/+1 |
| 2025-03-05 | kbuild: userprogs: use correct lld when linking through clang | Thomas Weißschuh | 1 | -0/+5 |
| 2025-03-03 | Merge tag 'v6.14-rc5' into x86/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
| 2025-03-02 | Linux 6.14-rc5 | Linus Torvalds | 1 | -1/+1 |
| 2025-02-26 | x86/ibt: Implement FineIBT-BHI mitigation | Peter Zijlstra | 1 | -0/+3 |
| 2025-02-23 | Linux 6.14-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2025-02-16 | Linux 6.14-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2025-02-16 | kbuild: userprogs: fix bitsize and target detection on clang | Thomas Weißschuh | 1 | -2/+2 |
| 2025-02-15 | tools: fix annoying "mkdir -p ..." logs when building tools in parallel | Masahiro Yamada | 1 | -7/+2 |
| 2025-02-09 | Linux 6.14-rc2 | Linus Torvalds | 1 | -1/+1 |
| 2025-02-02 | Linux 6.14-rc1 | Linus Torvalds | 1 | -2/+2 |
| 2025-01-22 | Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+4 |
| 2025-01-21 | Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -2/+3 |
| 2025-01-19 | Linux 6.13 | Linus Torvalds | 1 | -1/+1 |
| 2025-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-01-15 | kbuild: rust: add PROCMACROLDFLAGS | HONG Yifan | 1 | -1/+2 |
| 2025-01-12 | Linux 6.13-rc7 | Linus Torvalds | 1 | -1/+1 |
| 2025-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-01-10 | rust: use host dylib naming convention to support macOS | Tamir Duberstein | 1 | -1/+1 |
| 2025-01-05 | Linux 6.13-rc6 | Linus Torvalds | 1 | -1/+1 |
| 2025-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-12-29 | Linux 6.13-rc5 | Linus Torvalds | 1 | -1/+1 |
| 2024-12-22 | Linux 6.13-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2024-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-12-15 | Linux 6.13-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2024-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-12-11 | lib: packing: add pack_fields() and unpack_fields() | Vladimir Oltean | 1 | -0/+4 |
| 2024-12-08 | Linux 6.13-rc2 | Linus Torvalds | 1 | -1/+1 |
| 2024-12-01 | Linux 6.13-rc1 | Linus Torvalds | 1 | -2/+2 |
| 2024-11-30 | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -85/+136 |
| 2024-11-28 | kbuild: switch from lz4c to lz4 for compression | Parth Pancholi | 1 | -1/+1 |
| 2024-11-28 | kbuild: remove support for single %.symtypes build rule | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-28 | kbuild: allow to start building external modules in any directory | Masahiro Yamada | 1 | -2/+6 |
| 2024-11-28 | kbuild: make wrapper Makefile more convenient for external modules | Masahiro Yamada | 1 | -1/+11 |
| 2024-11-28 | kbuild: use absolute path in the generated wrapper Makefile | Masahiro Yamada | 1 | -2/+3 |
| 2024-11-28 | kbuild: support -fmacro-prefix-map for external modules | Masahiro Yamada | 1 | -2/+4 |
| 2024-11-28 | kbuild: support building external modules in a separate build directory | Masahiro Yamada | 1 | -2/+18 |
| 2024-11-28 | kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables | Masahiro Yamada | 1 | -13/+9 |
| 2024-11-28 | kbuild: change working directory to external module directory with M= | Masahiro Yamada | 1 | -33/+49 |
| 2024-11-27 | Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+1 |
| 2024-11-27 | kbuild: use 'output' variable to create the output directory | Masahiro Yamada | 1 | -6/+8 |
| 2024-11-27 | kbuild: rename abs_objtree to abs_output | Masahiro Yamada | 1 | -5/+5 |
| 2024-11-27 | kbuild: add $(objtree)/ prefix to some in-kernel build artifacts | Masahiro Yamada | 1 | -5/+5 |
| 2024-11-27 | kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile | Masahiro Yamada | 1 | -2/+2 |
| 2024-11-27 | kbuild: Add Propeller configuration for kernel build | Rong Xu | 1 | -0/+1 |
| 2024-11-26 | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -4/+12 |
| 2024-11-25 | rust: allow `clippy::needless_lifetimes` | Miguel Ojeda | 1 | -0/+1 |
| 2024-11-17 | Linux 6.12 | Linus Torvalds | 1 | -1/+1 |
| 2024-11-10 | Linux 6.12-rc7 | Linus Torvalds | 1 | -1/+1 |
| 2024-11-06 | kbuild: Add AutoFDO support for Clang build | Rong Xu | 1 | -0/+1 |
| 2024-11-06 | kbuild: simplify rustfmt target | Masahiro Yamada | 1 | -11/+2 |
| 2024-11-05 | scripts: Remove export_report.pl | Matthew Maurer | 1 | -5/+1 |
| 2024-11-04 | kbuild: add generic support for built-in boot DTBs | Masahiro Yamada | 1 | -1/+6 |
| 2024-11-04 | kbuild: check the presence of include/generated/rustc_cfg | Masahiro Yamada | 1 | -2/+3 |
| 2024-11-04 | kbuild: refactor the check for missing config files | Masahiro Yamada | 1 | -8/+13 |
| 2024-11-03 | Linux 6.12-rc6 | Linus Torvalds | 1 | -1/+1 |
| 2024-10-27 | Linux 6.12-rc5 | Linus Torvalds | 1 | -1/+1 |
| 2024-10-20 | Linux 6.12-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2024-10-13 | Linux 6.12-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2024-10-07 | rust: replace `clippy::dbg_macro` with `disallowed_macros` | Miguel Ojeda | 1 | -1/+0 |
| 2024-10-07 | rust: introduce `.clippy.toml` | Miguel Ojeda | 1 | -0/+3 |
| 2024-10-07 | rust: enable `rustdoc::unescaped_backticks` lint | Miguel Ojeda | 1 | -1/+2 |
| 2024-10-07 | rust: enable `clippy::ignored_unit_patterns` lint | Miguel Ojeda | 1 | -0/+1 |
| 2024-10-07 | rust: enable `clippy::unnecessary_safety_doc` lint | Miguel Ojeda | 1 | -0/+1 |
| 2024-10-07 | rust: enable `clippy::unnecessary_safety_comment` lint | Miguel Ojeda | 1 | -0/+1 |
| 2024-10-07 | rust: enable `clippy::undocumented_unsafe_blocks` lint | Miguel Ojeda | 1 | -0/+1 |
| 2024-10-07 | rust: sort global Rust flags | Miguel Ojeda | 1 | -4/+4 |
| 2024-10-06 | Linux 6.12-rc2 | Linus Torvalds | 1 | -1/+1 |
| 2024-10-07 | kbuild: fix a typo dt_binding_schema -> dt_binding_schemas | Xu Yang | 1 | -1/+1 |
| 2024-09-29 | Linux 6.12-rc1 | Linus Torvalds | 1 | -2/+2 |
| 2024-09-25 | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -3/+16 |
| 2024-09-24 | Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -5/+2 |
| 2024-09-24 | kbuild: remove unnecessary export of RUST_LIB_SRC | Masahiro Yamada | 1 | -4/+0 |
| 2024-09-20 | kbuild: generate offset range data for builtin modules | Kris Van Hees | 1 | -0/+1 |
| 2024-09-16 | rust: cfi: add support for CFI_CLANG with Rust | Matthew Maurer | 1 | -0/+7 |
| 2024-09-15 | Linux 6.11 | Linus Torvalds | 1 | -1/+1 |
| 2024-09-13 | cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERS | Alice Ryhl | 1 | -0/+3 |
| 2024-09-13 | rust: support for shadow call stack sanitizer | Alice Ryhl | 1 | -0/+1 |
| 2024-09-08 | Linux 6.11-rc7 | Linus Torvalds | 1 | -1/+1 |
| 2024-09-05 | Merge tag 'rust-fixes-6.11-2' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -0/+1 |
| 2024-09-05 | kbuild: rust: re-run Kconfig if the version text changes | Miguel Ojeda | 1 | -3/+5 |
| 2024-09-01 | kbuild: remove *.symversions left-over | Masahiro Yamada | 1 | -1/+1 |
| 2024-09-01 | Linux 6.11-rc6 | Linus Torvalds | 1 | -1/+1 |
| 2024-08-27 | rust: allow `stable_features` lint | Miguel Ojeda | 1 | -0/+1 |
| 2024-08-25 | Linux 6.11-rc5 | Linus Torvalds | 1 | -1/+1 |
| 2024-08-23 | Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-08-18 | Linux 6.11-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2024-08-16 | Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -1/+1 |
| 2024-08-11 | Linux 6.11-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2024-08-10 | kbuild: rust-analyzer: mark `rust_is_available.sh` invocation as recursive | Miguel Ojeda | 1 | -1/+1 |
| 2024-08-06 | Makefile: add $(srctree) to dependency of compile_commands.json target | Alexandre Courbot | 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-rc4v6.10-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2024-06-09 | Linux 6.10-rc3v6.10-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2024-06-02 | Linux 6.10-rc2v6.10-rc2 | Linus Torvalds | 1 | -1/+1 |
| 2024-05-26 | Linux 6.10-rc1v6.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.9v6.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-rc7v6.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-rc6v6.9-rc6 | Linus Torvalds | 1 | -1/+1 |
| 2024-04-21 | Linux 6.9-rc5v6.9-rc5 | Linus Torvalds | 1 | -1/+1 |
| 2024-04-14 | Linux 6.9-rc4v6.9-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2024-04-07 | Linux 6.9-rc3v6.9-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2024-03-31 | Linux 6.9-rc2v6.9-rc2 | Linus Torvalds | 1 | -1/+1 |
| 2024-03-24 | Linux 6.9-rc1v6.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.8v6.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-rc7v6.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-rc6v6.8-rc6 | Linus Torvalds | 1 | -1/+1 |
| 2024-02-25 | kbuild: Use -fmin-function-alignment when available | Petr Pavlu | 1 | -0/+7 |
| 2024-02-22 | Makefile: drop warn-stack-size plugin opt | Nathan Chancellor | 1 | -8/+0 |
| 2024-02-19 | kbuild: simplify dtbs_install by reading the list of compiled DTBs | Masahiro Yamada | 1 | -1/+1 |
| 2024-02-19 | kbuild: create a list of all built DTB files | Masahiro Yamada | 1 | -2/+2 |
| 2024-02-18 | Linux 6.8-rc5v6.8-rc5 | Linus Torvalds | 1 | -1/+1 |
| 2024-02-15 | kbuild: use 4-space indentation when followed by conditionals | Masahiro Yamada | 1 | -6/+6 |
| 2024-02-11 | Linux 6.8-rc4v6.8-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2024-02-09 | rust: Refactor the build target to allow the use of builtin targets | Jamie Cunliffe | 1 | -1/+0 |
| 2024-02-04 | Linux 6.8-rc3v6.8-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2024-02-01 | Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+7 |
| 2024-01-31 | kbuild: Replace tabs with spaces when followed by conditionals | Dmitry Goncharov | 1 | -6/+6 |
| 2024-01-31 | kbuild: fix W= flags in the help message | Masahiro Yamada | 1 | -1/+1 |
| 2024-01-28 | Linux 6.8-rc2v6.8-rc2 | Linus Torvalds | 1 | -1/+1 |
| 2024-01-21 | init: Kconfig: Disable -Wstringop-overflow for GCC-11 | Gustavo A. R. Silva | 1 | -1/+3 |
| 2024-01-21 | Makefile: Enable -Wstringop-overflow globally | Gustavo A. R. Silva | 1 | -0/+2 |
| 2024-01-21 | Linux 6.8-rc1v6.8-rc1 | Linus Torvalds | 1 | -2/+2 |
| 2024-01-18 | Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -9/+14 |
| 2024-01-09 | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+4 |
| 2024-01-07 | Linux 6.7v6.7 | Linus Torvalds | 1 | -1/+1 |
| 2023-12-31 | Linux 6.7-rc8v6.7-rc8 | Linus Torvalds | 1 | -1/+1 |
| 2023-12-29 | kbuild: resolve symlinks for O= properly | Masahiro Yamada | 1 | -7/+4 |
| 2023-12-23 | Linux 6.7-rc7v6.7-rc7 | Linus Torvalds | 1 | -1/+1 |
| 2023-12-17 | Linux 6.7-rc6v6.7-rc6 | Linus Torvalds | 1 | -1/+1 |
| 2023-12-10 | checkstack: allow to pass MINSTACKSIZE parameter | Heiko Carstens | 1 | -2/+4 |
| 2023-12-10 | Linux 6.7-rc5v6.7-rc5 | Linus Torvalds | 1 | -1/+1 |
| 2023-12-03 | Linux 6.7-rc4v6.7-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2023-12-03 | kbuild: support W=c and W=e shorthands for Kconfig | Masahiro Yamada | 1 | -0/+10 |
| 2023-11-28 | kbuild: remove the last use of old cmd_src_tar rule in packaging | Masahiro Yamada | 1 | -2/+0 |
| 2023-11-26 | Linux 6.7-rc3v6.7-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2023-11-19 | Linux 6.7-rc2v6.7-rc2 | Linus Torvalds | 1 | -1/+1 |
| 2023-11-12 | Linux 6.7-rc1v6.7-rc1 | Linus Torvalds | 1 | -2/+2 |
| 2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -20/+18 |
| 2023-11-01 | Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -2/+2 |
| 2023-11-01 | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2023-10-29 | Linux 6.6v6.6 | Linus Torvalds | 1 | -1/+1 |
| 2023-10-28 | kbuild: Correct missing architecture-specific hyphens | Simon Glass | 1 | -5/+5 |