aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2025-08-24Linux 6.17-rc3Linus Torvalds1-1/+1
2025-08-17Linux 6.17-rc2Linus Torvalds1-1/+1
2025-08-10Linux 6.17-rc1Linus Torvalds1-2/+2
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+3
2025-08-06kheaders: make it possible to override TARMichał Górny1-1/+2
2025-08-06kbuild: userprogs: use correct linker when mixing clang and GNU ldThomas Weißschuh1-1/+1
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+6
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-07-27Linux 6.16Linus Torvalds1-1/+1
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook1-0/+1
2025-07-20Linux 6.16-rc7Linus Torvalds1-1/+1
2025-07-13Linux 6.16-rc6Linus Torvalds1-1/+1
2025-07-06Linux 6.16-rc5Linus Torvalds1-1/+1
2025-06-29Linux 6.16-rc4Linus Torvalds1-1/+1
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein1-0/+1
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein1-0/+1
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein1-0/+1
2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein1-0/+1
2025-06-22rust: enable `clippy::ptr_cast_constness` lintTamir Duberstein1-0/+1
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-0/+1
2025-06-22Linux 6.16-rc3Linus Torvalds1-1/+1
2025-06-15Linux 6.16-rc2Linus Torvalds1-1/+1
2025-06-16kbuild: move warnings about linux/export.h from W=1 to W=2Masahiro Yamada1-3/+0
2025-06-08Linux 6.16-rc1Linus Torvalds1-2/+2
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-15/+13
2025-06-07kbuild: set y instead of 1 to KBUILD_{BUILTIN,MODULES}Masahiro Yamada1-8/+8
2025-06-06kbuild: move W=1 check for scripts/misc-check to top-level MakefileMasahiro Yamada1-0/+3
2025-06-06kbuild: link lib-y objects to vmlinux forcibly even when CONFIG_MODULES=nMasahiro Yamada1-6/+1
2025-05-27Merge tag 'docs-6.16' of git://git.lwn.net/linuxLinus Torvalds1-0/+5
2025-05-25Linux 6.15Linus Torvalds1-1/+1
2025-05-25Makefile: remove dependency on archscripts for header installationHenrik Lindström1-1/+1
2025-05-18Linux 6.15-rc7Linus Torvalds1-1/+1
2025-05-12Revert "kbuild, rust: use -fremap-path-prefix to make paths relative"Thomas Weißschuh1-1/+0
2025-05-12Revert "kbuild: make all file references relative to source root"Thomas Weißschuh1-1/+1
2025-05-11Linux 6.15-rc6Linus Torvalds1-1/+1
2025-05-04Linux 6.15-rc5Linus Torvalds1-1/+1
2025-04-30kbuild: Properly disable -Wunterminated-string-initialization for clangNathan Chancellor1-7/+0
2025-04-27Linux 6.15-rc4Linus Torvalds1-1/+1
2025-04-24Makefile: move KERNELDOC macro to the main MakefileMauro Carvalho Chehab1-0/+5
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-2/+2
2025-04-20gcc-15: disable '-Wunterminated-string-initialization' entirely for nowLinus Torvalds1-2/+2
2025-04-20Linux 6.15-rc3Linus Torvalds1-1/+1
2025-04-20gcc-15: make 'unterminated string initialization' just a warningLinus Torvalds1-0/+3
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2025-04-14rust: disable `clippy::needless_continue`Miguel Ojeda1-1/+0
2025-04-13Linux 6.15-rc2Linus Torvalds1-1/+1
2025-04-08kbuild: Add '-fno-builtin-wcslen'Nathan Chancellor1-0/+3
2025-04-06Linux 6.15-rc1Linus Torvalds1-2/+2
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-7/+16
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2025-03-24Linux 6.14Linus Torvalds1-1/+1
2025-03-22kbuild: make all file references relative to source rootThomas Weißschuh1-1/+1
2025-03-22kbuild: Add a help message for "headers"Xin Li (Intel)1-1/+2
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar1-1/+6
2025-03-16Linux 6.14-rc7Linus Torvalds1-1/+1
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel1-1/+1
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel1-0/+4
2025-03-15kbuild, rust: use -fremap-path-prefix to make paths relativeThomas Weißschuh1-0/+1
2025-03-15kbuild: implement CONFIG_HEADERS_INSTALL for Usermode LinuxThomas Weißschuh1-1/+4
2025-03-15kbuild: remove KBUILD_ENABLE_EXTRA_GCC_CHECKS supportMasahiro Yamada1-3/+0
2025-03-15kbuild: move -fzero-init-padding-bits=all to the top-level MakefileMasahiro Yamada1-0/+3
2025-03-09Linux 6.14-rc6Linus Torvalds1-1/+1
2025-03-05kbuild: userprogs: use correct lld when linking through clangThomas Weißschuh1-0/+5
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar1-1/+1
2025-03-02Linux 6.14-rc5Linus Torvalds1-1/+1
2025-02-26x86/ibt: Implement FineIBT-BHI mitigationPeter Zijlstra1-0/+3
2025-02-23Linux 6.14-rc4Linus Torvalds1-1/+1
2025-02-16Linux 6.14-rc3Linus Torvalds1-1/+1
2025-02-16kbuild: userprogs: fix bitsize and target detection on clangThomas Weißschuh1-2/+2
2025-02-15tools: fix annoying "mkdir -p ..." logs when building tools in parallelMasahiro Yamada1-7/+2
2025-02-09Linux 6.14-rc2Linus Torvalds1-1/+1
2025-02-02Linux 6.14-rc1Linus Torvalds1-2/+2
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+4
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-2/+3
2025-01-19Linux 6.13Linus Torvalds1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-15kbuild: rust: add PROCMACROLDFLAGSHONG Yifan1-1/+2
2025-01-12Linux 6.13-rc7Linus Torvalds1-1/+1
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein1-1/+1
2025-01-05Linux 6.13-rc6Linus Torvalds1-1/+1
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-12-29Linux 6.13-rc5Linus Torvalds1-1/+1
2024-12-22Linux 6.13-rc4Linus Torvalds1-1/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-12-15Linux 6.13-rc3Linus Torvalds1-1/+1
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-12-11lib: packing: add pack_fields() and unpack_fields()Vladimir Oltean1-0/+4
2024-12-08Linux 6.13-rc2Linus Torvalds1-1/+1
2024-12-01Linux 6.13-rc1Linus Torvalds1-2/+2
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-86/+137
2024-11-28kbuild: switch from lz4c to lz4 for compressionParth Pancholi1-1/+1
2024-11-28kbuild: remove support for single %.symtypes build ruleMasahiro Yamada1-1/+1
2024-11-28kbuild: allow to start building external modules in any directoryMasahiro Yamada1-2/+6
2024-11-28kbuild: make wrapper Makefile more convenient for external modulesMasahiro Yamada1-1/+11
2024-11-28kbuild: use absolute path in the generated wrapper MakefileMasahiro Yamada1-2/+3
2024-11-28kbuild: support -fmacro-prefix-map for external modulesMasahiro Yamada1-2/+4
2024-11-28kbuild: support building external modules in a separate build directoryMasahiro Yamada1-2/+18
2024-11-28kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada1-13/+9
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada1-33/+49
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+1
2024-11-27kbuild: use 'output' variable to create the output directoryMasahiro Yamada1-6/+8
2024-11-27kbuild: rename abs_objtree to abs_outputMasahiro Yamada1-5/+5
2024-11-27kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada1-5/+5
2024-11-27kbuild: replace two $(abs_objtree) with $(CURDIR) in top MakefileMasahiro Yamada1-2/+2
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu1-0/+1
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-4/+12
2024-11-25rust: allow `clippy::needless_lifetimes`Miguel Ojeda1-0/+1
2024-11-17Linux 6.12Linus Torvalds1-1/+1
2024-11-10Linux 6.12-rc7Linus Torvalds1-1/+1
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu1-0/+1
2024-11-06kbuild: simplify rustfmt targetMasahiro Yamada1-11/+2
2024-11-05scripts: Remove export_report.plMatthew Maurer1-5/+1
2024-11-04kbuild: add generic support for built-in boot DTBsMasahiro Yamada1-1/+6
2024-11-04kbuild: check the presence of include/generated/rustc_cfgMasahiro Yamada1-2/+3
2024-11-04kbuild: refactor the check for missing config filesMasahiro Yamada1-8/+13
2024-11-03Linux 6.12-rc6Linus Torvalds1-1/+1
2024-10-27Linux 6.12-rc5Linus Torvalds1-1/+1
2024-10-20Linux 6.12-rc4Linus Torvalds1-1/+1
2024-10-13Linux 6.12-rc3Linus Torvalds1-1/+1
2024-10-07rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda1-1/+0
2024-10-07rust: introduce `.clippy.toml`Miguel Ojeda1-0/+3
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda1-1/+2
2024-10-07rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda1-0/+1
2024-10-07rust: enable `clippy::unnecessary_safety_doc` lintMiguel Ojeda1-0/+1
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda1-0/+1
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda1-0/+1
2024-10-07rust: sort global Rust flagsMiguel Ojeda1-4/+4
2024-10-06Linux 6.12-rc2Linus Torvalds1-1/+1
2024-10-07kbuild: fix a typo dt_binding_schema -> dt_binding_schemasXu Yang1-1/+1
2024-09-29Linux 6.12-rc1v6.12-rc1Linus Torvalds1-2/+2
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-3/+16
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-5/+2
2024-09-24kbuild: remove unnecessary export of RUST_LIB_SRCMasahiro Yamada1-4/+0
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees1-0/+1
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer1-0/+7
2024-09-15Linux 6.11Linus Torvalds1-1/+1
2024-09-13cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl1-0/+3
2024-09-13rust: support for shadow call stack sanitizerAlice Ryhl1-0/+1
2024-09-08Linux 6.11-rc7Linus Torvalds1-1/+1
2024-09-05Merge tag 'rust-fixes-6.11-2' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+1
2024-09-05kbuild: rust: re-run Kconfig if the version text changesMiguel Ojeda1-3/+5
2024-09-01kbuild: remove *.symversions left-overMasahiro Yamada1-1/+1
2024-09-01Linux 6.11-rc6Linus Torvalds1-1/+1
2024-08-27rust: allow `stable_features` lintMiguel Ojeda1-0/+1
2024-08-25Linux 6.11-rc5Linus Torvalds1-1/+1
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-08-18Linux 6.11-rc4Linus Torvalds1-1/+1
2024-08-16Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+1
2024-08-11Linux 6.11-rc3Linus Torvalds1-1/+1
2024-08-10kbuild: rust-analyzer: mark `rust_is_available.sh` invocation as recursiveMiguel Ojeda1-1/+1
2024-08-06Makefile: add $(srctree) to dependency of compile_commands.json targetAlexandre Courbot1-1/+1
2024-08-04Linux 6.11-rc2Linus Torvalds1-1/+1
2024-07-28Linux 6.11-rc1Linus Torvalds1-2/+2
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-14/+16
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-22/+14
2024-07-22kbuild: add script and target to generate pacman packageThomas Weißschuh1-1/+1
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada1-2/+4
2024-07-20Makefile: add comment to discourage tools/* addition for kernel buildsMasahiro Yamada1-0/+6
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-07-16kbuild: raise the minimum GNU Make requirement to 4.0Masahiro Yamada1-19/+3
2024-07-14Linux 6.10Linus Torvalds1-1/+1
2024-07-10kbuild: add syscall table generation to scripts/Makefile.asm-headersArnd Bergmann1-1/+1
2024-07-10rust: simplify Clippy warning flags setMiguel Ojeda1-4/+2
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda1-11/+13
2024-07-08kbuild: rust-analyzer: improve comment documentationJohn Hubbard1-1/+3
2024-07-08kbuild: rust-analyzer: better error handlingJohn Hubbard1-0/+1
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda1-2/+1
2024-07-07Linux 6.10-rc7Linus Torvalds1-1/+1
2024-06-30Linux 6.10-rc6Linus Torvalds1-1/+1
2024-06-23Linux 6.10-rc5Linus Torvalds1-1/+1
2024-06-16Linux 6.10-rc4Linus Torvalds1-1/+1
2024-06-09Linux 6.10-rc3Linus Torvalds1-1/+1
2024-06-02Linux 6.10-rc2Linus Torvalds1-1/+1
2024-05-26Linux 6.10-rc1Linus Torvalds1-3/+3
2024-05-19arch: add ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+5
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-17/+27
2024-05-12Linux 6.9Linus Torvalds1-1/+1
2024-05-10kbuild: add 'private' to target-specific variablesMasahiro Yamada1-5/+5
2024-05-10kbuild: remove redundant $(wildcard ) for rm-filesMasahiro Yamada1-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-0/+7
2024-05-05Linux 6.9-rc7Linus Torvalds1-1/+1
2024-05-02kbuild: Remove support for Clang's ThinLTO cachingNathan Chancellor1-3/+2
2024-05-02dt-bindings: kbuild: Add separate target/dependency for processed-schema.jsonRob Herring1-9/+13
2024-04-28Linux 6.9-rc6Linus Torvalds1-1/+1
2024-04-21Linux 6.9-rc5Linus Torvalds1-1/+1
2024-04-14Linux 6.9-rc4Linus Torvalds1-1/+1
2024-04-07Linux 6.9-rc3Linus Torvalds1-1/+1
2024-03-31Linux 6.9-rc2Linus Torvalds1-1/+1
2024-03-24Linux 6.9-rc1Linus Torvalds1-2/+2
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-21/+28
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-8/+0
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+0
2024-03-11Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-2/+2
2024-03-10Linux 6.8Linus Torvalds1-1/+1
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada1-2/+2
2024-03-09kbuild: fix inconsistent indentation in top MakefileMasahiro Yamada1-16/+16
2024-03-03Linux 6.8-rc7Linus Torvalds1-1/+1
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda1-2/+2
2024-02-25Linux 6.8-rc6Linus Torvalds1-1/+1