summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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-22Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-2/+3
2025-01-20Linux 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-13Linux 6.13-rc7Linus Torvalds1-1/+1
2025-01-10Merge 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-06Linux 6.13-rc6Linus Torvalds1-1/+1
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-12-30Linux 6.13-rc5Linus Torvalds1-1/+1
2024-12-23Linux 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-16Linux 6.13-rc3Linus Torvalds1-1/+1
2024-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-12-12lib: packing: add pack_fields() and unpack_fields()Vladimir Oltean1-0/+4
2024-12-09Linux 6.13-rc2Linus Torvalds1-1/+1
2024-12-02Linux 6.13-rc1Linus Torvalds1-2/+2
2024-12-01Merge 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-27Merge 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-18Linux 6.12Linus Torvalds1-1/+1
2024-11-11Linux 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-04Linux 6.12-rc6Linus Torvalds1-1/+1
2024-10-28Linux 6.12-rc5Linus Torvalds1-1/+1
2024-10-21Linux 6.12-rc4Linus Torvalds1-1/+1
2024-10-14Linux 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