aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Linux 5.9-rc3v5.9-rc3Gravatar Linus Torvalds 1-1/+1
2020-08-23Linux 5.9-rc2v5.9-rc2Gravatar Linus Torvalds 1-1/+1
2020-08-18kbuild: remove redundant patterns in filter/filter-outGravatar Masahiro Yamada 1-3/+2
2020-08-16Linux 5.9-rc1v5.9-rc1Gravatar Linus Torvalds 1-2/+2
2020-08-12./Makefile: add debug option to enable function aligned on 32 bytesGravatar Feng Tang 1-0/+4
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-11/+15
2020-08-10kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseGravatar Masahiro Yamada 1-1/+4
2020-08-10kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledGravatar Masahiro Yamada 1-7/+9
2020-08-10kbuild: do not export LDFLAGS_vmlinuxGravatar Masahiro Yamada 1-2/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-5/+20
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+11
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2020-08-02Linux 5.8v5.8Gravatar Linus Torvalds 1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-3/+3
2020-07-31init: Add support for zstd compressed kernelGravatar Nick Terrell 1-1/+2
2020-07-26Linux 5.8-rc7v5.8-rc7Gravatar Linus Torvalds 1-1/+1
2020-07-26Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-07-23Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilationGravatar Fangrui Song 1-1/+1
2020-07-19Linux 5.8-rc6v5.8-rc6Gravatar Linus Torvalds 1-1/+1
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-5/+20
2020-07-13bpf: Resolve BTF IDs in vmlinux imageGravatar Jiri Olsa 1-1/+2
2020-07-13bpf: Compile resolve_btfids tool at kernel compilation startGravatar Jiri Olsa 1-4/+18
2020-07-12Linux 5.8-rc5v5.8-rc5Gravatar Linus Torvalds 1-1/+1
2020-07-11kbuild: fix single target builds for external modulesGravatar Masahiro Yamada 1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-1/+1
2020-07-05Linux 5.8-rc4v5.8-rc4Gravatar Linus Torvalds 1-1/+1
2020-07-05Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2020-07-02kbuild: make Clang build userprogs for target architectureGravatar Masahiro Yamada 1-2/+2
2020-06-28Linux 5.8-rc3v5.8-rc3Gravatar Linus Torvalds 1-1/+1
2020-06-21Linux 5.8-rc2v5.8-rc2Gravatar Linus Torvalds 1-1/+1
2020-06-22Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Gravatar Masahiro Yamada 1-11/+3
2020-06-16security: allow using Clang's zero initialization for stack variablesGravatar glider@google.com 1-2/+11
2020-06-15Makefile: Improve compressed debug info support detectionGravatar Arvind Sankar 1-1/+1
2020-06-14Linux 5.8-rc1v5.8-rc1Gravatar Linus Torvalds 1-2/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-19/+5
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 1-1/+2
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesGravatar Denis Efremov 1-19/+5
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-91/+126
2020-06-06kbuild: add variables for compression toolsGravatar Denis Efremov 1-2/+23
2020-06-06Makefile: install modules.builtin even if CONFIG_MODULES=nGravatar Jonas Zeiger 1-3/+11
2020-06-06modpost: show warning if any of symbol dump files is missingGravatar Masahiro Yamada 1-9/+1
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostGravatar Masahiro Yamada 1-1/+1
2020-06-03kbuild: update modules.order only when contained modules are updatedGravatar Masahiro Yamada 1-3/+11
2020-06-03kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculationGravatar Masahiro Yamada 1-9/+8
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+6
2020-06-01kbuild: merge net-y and virt-y into drivers-yGravatar Masahiro Yamada 1-8/+4
2020-06-01kbuild: merge init-y into core-yGravatar Masahiro Yamada 1-6/+4
2020-06-01kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocksGravatar Masahiro Yamada 1-7/+5
2020-06-01kbuild: force to build vmlinux if CONFIG_MODVERSION=yGravatar Masahiro Yamada 1-5/+8