summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.14-rc7v6.14-rc7Linus Torvalds12 days1-1/+1
* Linux 6.14-rc6v6.14-rc6Linus Torvalds2025-03-091-1/+1
* kbuild: userprogs: use correct lld when linking through clangThomas Weißschuh2025-03-051-0/+5
* Linux 6.14-rc5v6.14-rc5Linus Torvalds2025-03-021-1/+1
* Linux 6.14-rc4v6.14-rc4Linus Torvalds2025-02-231-1/+1
* Linux 6.14-rc3v6.14-rc3Linus Torvalds2025-02-161-1/+1
* kbuild: userprogs: fix bitsize and target detection on clangThomas Weißschuh2025-02-161-2/+2
* tools: fix annoying "mkdir -p ..." logs when building tools in parallelMasahiro Yamada2025-02-151-7/+2
* Linux 6.14-rc2v6.14-rc2Linus Torvalds2025-02-091-1/+1
* Linux 6.14-rc1v6.14-rc1Linus Torvalds2025-02-021-2/+2
* Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-01-221-0/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-161-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-091-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-031-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-191-1/+1
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-121-1/+1
| |\ \ \ \ \
| * | | | | | lib: packing: add pack_fields() and unpack_fields()Vladimir Oltean2024-12-111-0/+4
* | | | | | | Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2025-01-211-2/+3
|\ \ \ \ \ \ \
| * | | | | | | kbuild: rust: add PROCMACROLDFLAGSHONG Yifan2025-01-151-1/+2
| * | | | | | | rust: use host dylib naming convention to support macOSTamir Duberstein2025-01-101-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Linux 6.13v6.13for-nextLinus Torvalds2025-01-191-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Linux 6.13-rc7v6.13-rc7Linus Torvalds2025-01-121-1/+1
| |_|_|_|/ |/| | | |
* | | | | Linux 6.13-rc6v6.13-rc6Linus Torvalds2025-01-051-1/+1
| |_|_|/ |/| | |
* | | | Linux 6.13-rc5v6.13-rc5Linus Torvalds2024-12-291-1/+1
* | | | Linux 6.13-rc4v6.13-rc4Linus Torvalds2024-12-221-1/+1
|/ / /
* | / Linux 6.13-rc3v6.13-rc3Linus Torvalds2024-12-151-1/+1
| |/ |/|
* | Linux 6.13-rc2v6.13-rc2Linus Torvalds2024-12-081-1/+1
|/
* Linux 6.13-rc1v6.13-rc1Linus Torvalds2024-12-011-2/+2
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-86/+137
|\
| * kbuild: switch from lz4c to lz4 for compressionParth Pancholi2024-11-281-1/+1
| * kbuild: remove support for single %.symtypes build ruleMasahiro Yamada2024-11-281-1/+1
| * kbuild: allow to start building external modules in any directoryMasahiro Yamada2024-11-281-2/+6
| * kbuild: make wrapper Makefile more convenient for external modulesMasahiro Yamada2024-11-281-1/+11
| * kbuild: use absolute path in the generated wrapper MakefileMasahiro Yamada2024-11-281-2/+3
| * kbuild: support -fmacro-prefix-map for external modulesMasahiro Yamada2024-11-281-2/+4
| * kbuild: support building external modules in a separate build directoryMasahiro Yamada2024-11-281-2/+18
| * kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada2024-11-281-13/+9
| * kbuild: change working directory to external module directory with M=Masahiro Yamada2024-11-281-33/+49
| * kbuild: use 'output' variable to create the output directoryMasahiro Yamada2024-11-271-6/+8
| * kbuild: rename abs_objtree to abs_outputMasahiro Yamada2024-11-271-5/+5
| * kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada2024-11-271-5/+5
| * kbuild: replace two $(abs_objtree) with $(CURDIR) in top MakefileMasahiro Yamada2024-11-271-2/+2
| * kbuild: Add Propeller configuration for kernel buildRong Xu2024-11-271-0/+1
| * kbuild: Add AutoFDO support for Clang buildRong Xu2024-11-061-0/+1
| * kbuild: simplify rustfmt targetMasahiro Yamada2024-11-061-11/+2
| * kbuild: add generic support for built-in boot DTBsMasahiro Yamada2024-11-041-1/+6
| * kbuild: check the presence of include/generated/rustc_cfgMasahiro Yamada2024-11-041-2/+3
| * kbuild: refactor the check for missing config filesMasahiro Yamada2024-11-041-8/+13
* | Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-271-5/+1
|\ \
| * | scripts: Remove export_report.plMatthew Maurer2024-11-051-5/+1