summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current' into masterStephen Rothwell2020-10-021-9/+0
|\
| * Revert "kbuild: disable clang's default use of -fmerge-all-constants"Nick Desaulniers2020-10-011-9/+0
* | Merge remote-tracking branch 'net-next/master' into masterStephen Rothwell2020-10-021-1/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-1/+3
| |\ \
| | * | bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa2020-09-231-1/+3
* | | | Merge remote-tracking branch 'kbuild/for-next' into masterStephen Rothwell2020-10-021-17/+63
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'kconfig' into for-nextMasahiro Yamada2020-09-251-5/+1
| |\| |
| * | | kbuild: explicitly specify the build id styleBill Wendling2020-09-251-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
| * | | kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada2020-08-271-1/+4
| * | | kbuild: Simplify DEBUG_INFO Kconfig handlingSedat Dilek2020-08-271-1/+5
* | | | Linux 5.9-rc7v5.9-rc7Linus Torvalds2020-09-271-1/+1
| |/ / |/| |
* | | Linux 5.9-rc6v5.9-rc6Linus Torvalds2020-09-201-1/+1
* | | Linux 5.9-rc5v5.9-rc5Linus Torvalds2020-09-131-1/+1
* | | Merge tag 'livepatching-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-081-4/+0
|\ \ \
| * | | Revert "kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled"Josh Poimboeuf2020-09-031-4/+0
* | | | Linux 5.9-rc4v5.9-rc4Linus Torvalds2020-09-061-1/+1
* | | | Linux 5.9-rc3v5.9-rc3Linus Torvalds2020-08-301-1/+1
| |/ / |/| |
* | | Linux 5.9-rc2v5.9-rc2Linus Torvalds2020-08-231-1/+1
| |/ |/|
* | kbuild: remove redundant patterns in filter/filter-outMasahiro Yamada2020-08-181-3/+2
* | Linux 5.9-rc1v5.9-rc1Linus Torvalds2020-08-161-2/+2
* | ./Makefile: add debug option to enable function aligned on 32 bytesFeng Tang2020-08-121-0/+4
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-11/+15
|\ \ | |/ |/|
| * kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada2020-08-101-1/+4
| * kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada2020-08-101-7/+9
| * kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada2020-08-101-2/+1
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-5/+20
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-3/+3
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-5/+20
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-1/+2
| | * | | bpf: Compile resolve_btfids tool at kernel compilation startJiri Olsa2020-07-131-4/+18
* | | | | Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-2/+11
|\ \ \ \ \
| * | | | | security: allow using Clang's zero initialization for stack variablesglider@google.com2020-06-161-2/+11
* | | | | | Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-1/+2
|\ \ \ \ \ \
| * | | | | | init: Add support for zstd compressed kernelNick Terrell2020-07-311-1/+2
| | |_|_|_|/ | |/| | | |
* / | | | | Linux 5.8v5.8Linus Torvalds2020-08-021-1/+1
|/ / / / /
* | | | | Linux 5.8-rc7v5.8-rc7Linus Torvalds2020-07-261-1/+1
* | | | | Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-261-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilationFangrui Song2020-07-231-1/+1
| * | | | kbuild: fix single target builds for external modulesMasahiro Yamada2020-07-111-1/+1
| | |/ / | |/| |
* | | | Linux 5.8-rc6v5.8-rc6Linus Torvalds2020-07-191-1/+1