aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-25Linux 5.10-rc1Linus Torvalds1-2/+2
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-24/+70
2020-10-21kbuild: Only add -fno-var-tracking-assignments for old GCC versionsMark Wielaard1-1/+5
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+3
2020-10-13Revert "kbuild: disable clang's default use of -fmerge-all-constants"Nick Desaulniers1-9/+0
2020-10-12kbuild: enforce -Werror=return-typeOlaf Hering1-1/+1
2020-10-11Linux 5.9Linus Torvalds1-1/+1
2020-10-12scripts: remove namespace.plJacob Keller1-5/+1
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-2/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-10-04Linux 5.9-rc8Linus Torvalds1-1/+1
2020-09-27Linux 5.9-rc7Linus Torvalds1-1/+1
2020-09-25kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada1-1/+1
2020-09-25kbuild: remove cc-option test of -fno-stack-checkMasahiro Yamada1-1/+1
2020-09-25kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada1-1/+1
2020-09-25kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada1-1/+0
2020-09-25kbuild: do not create built-in objects for external module buildsMasahiro Yamada1-1/+2
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-4/+6
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+3
2020-09-23bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa1-1/+3
2020-09-20Linux 5.9-rc6Linus Torvalds1-1/+1
2020-09-13Linux 5.9-rc5Linus Torvalds1-1/+1
2020-09-08Merge tag 'livepatching-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-4/+0
2020-09-06Linux 5.9-rc4Linus Torvalds1-1/+1
2020-09-03Revert "kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled"Josh Poimboeuf1-4/+0
2020-08-30Linux 5.9-rc3Linus Torvalds1-1/+1
2020-08-27Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry1-2/+18
2020-08-27kbuild: wire up the build rule of compile_commands.json to MakefileMasahiro Yamada1-4/+25
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada1-1/+4
2020-08-27kbuild: Simplify DEBUG_INFO Kconfig handlingSedat Dilek1-1/+5
2020-08-23Linux 5.9-rc2Linus Torvalds1-1/+1
2020-08-18kbuild: remove redundant patterns in filter/filter-outMasahiro Yamada1-3/+2
2020-08-16Linux 5.9-rc1Linus Torvalds1-2/+2
2020-08-12./Makefile: add debug option to enable function aligned on 32 bytesFeng Tang1-0/+4
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-11/+15
2020-08-10kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada1-1/+4
2020-08-10kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada1-7/+9
2020-08-10kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada1-2/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+20
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+11
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-08-02Linux 5.8Linus Torvalds1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-07-31init: Add support for zstd compressed kernelNick Terrell1-1/+2
2020-07-26Linux 5.8-rc7Linus Torvalds1-1/+1
2020-07-26Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild into masterLinus Torvalds1-2/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-23Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilationFangrui Song1-1/+1
2020-07-19Linux 5.8-rc6Linus Torvalds1-1/+1
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+20