summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2021-02-201-2/+14
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-1/+12
| |\
| | * kbuild: Do not clean resolve_btfids if the output does not existJiri Olsa2021-02-111-1/+7
| | * kbuild: Add resolve_btfids clean to root clean targetJiri Olsa2021-02-081-1/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-10/+5
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-1/+1
| |\ \ \ \
| * | | | | net: move CONFIG_NET guard to top MakefileMasahiro Yamada2021-01-271-1/+2
| | |_|_|/ | |/| | |
* | | | | Linux 5.11v5.11Linus Torvalds2021-02-141-2/+2
| |_|_|/ |/| | |
* | | | Linux 5.11-rc7v5.11-rc7Linus Torvalds2021-02-071-1/+1
* | | | Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-071-6/+0
|\ \ \ \
| * | | | x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf2021-01-291-6/+0
| | |/ / | |/| |
* | | | Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-071-3/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | kbuild: fix duplicated flags in DEBUG_CFLAGSMasahiro Yamada2021-02-051-1/+3
| * | | kbuild: remove PYTHON variableMasahiro Yamada2021-02-011-2/+1
| | |/ | |/|
* | | Linux 5.11-rc6v5.11-rc6Linus Torvalds2021-01-311-1/+1
| |/ |/|
* | Linux 5.11-rc5v5.11-rc5Linus Torvalds2021-01-241-1/+1
|/
* Linux 5.11-rc4v5.11-rc4Linus Torvalds2021-01-171-1/+1
* Linux 5.11-rc3v5.11-rc3Linus Torvalds2021-01-101-1/+1
* Linux 5.11-rc2v5.11-rc2Linus Torvalds2021-01-031-1/+1
* Linux 5.11-rc1v5.11-rc1Linus Torvalds2020-12-271-2/+2
* Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-221-1/+1
|\
| * kbuild: don't hardcode depmod pathDominique Martinet2020-12-211-1/+1
* | Linux 5.10v5.10Linus Torvalds2020-12-131-1/+1
|/
* Linux 5.10-rc7v5.10-rc7Linus Torvalds2020-12-061-1/+1
* Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-061-1/+9
|\
| * kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-0/+6
| * Kbuild: do not emit debug info for assembly with LLVM_IAS=1Nick Desaulniers2020-11-251-0/+2
| * kbuild: use -fmacro-prefix-map for .S sourcesDenys Zagorui2020-11-251-1/+1
* | Linux 5.10-rc6v5.10-rc6Linus Torvalds2020-11-291-1/+1
* | Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-281-3/+1
|\ \ | |/ |/|
| * kbuild: remove unused OBJSIZEVasily Gorbik2020-11-021-3/+1
* | Linux 5.10-rc5v5.10-rc5Linus Torvalds2020-11-221-1/+1
* | Linux 5.10-rc4v5.10-rc4Linus Torvalds2020-11-151-1/+1
* | Linux 5.10-rc3v5.10-rc3Linus Torvalds2020-11-081-1/+1
|/
* Linux 5.10-rc2v5.10-rc2Linus Torvalds2020-11-011-1/+1
* Linux 5.10-rc1v5.10-rc1Linus Torvalds2020-10-251-2/+2
* Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-24/+70
|\
| * kbuild: Only add -fno-var-tracking-assignments for old GCC versionsMark Wielaard2020-10-211-1/+5
| * kbuild: enforce -Werror=return-typeOlaf Hering2020-10-121-1/+1
| * scripts: remove namespace.plJacob Keller2020-10-121-5/+1
| * kbuild: explicitly specify the build id styleBill Wendling2020-10-091-2/+2
| * kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada2020-09-251-1/+1
| * kbuild: remove cc-option test of -fno-stack-checkMasahiro Yamada2020-09-251-1/+1
| * kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada2020-09-251-1/+1
| * kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada2020-09-251-1/+0
| * kbuild: do not create built-in objects for external module buildsMasahiro Yamada2020-09-251-1/+2
| * kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-4/+6
| * Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry2020-08-271-2/+18
| * kbuild: wire up the build rule of compile_commands.json to MakefileMasahiro Yamada2020-08-271-4/+25