aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2020-08-16Linux 5.9-rc1v5.9-rc1Linus Torvalds
2020-08-12./Makefile: add debug option to enable function aligned on 32 bytesFeng Tang
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada
2020-08-10kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada
2020-08-10kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-02Linux 5.8v5.8Linus Torvalds
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-31init: Add support for zstd compressed kernelNick Terrell
2020-07-26Linux 5.8-rc7v5.8-rc7Linus Torvalds
2020-07-26Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilationFangrui Song
2020-07-19Linux 5.8-rc6v5.8-rc6Linus Torvalds
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa
2020-07-13bpf: Compile resolve_btfids tool at kernel compilation startJiri Olsa
2020-07-12Linux 5.8-rc5v5.8-rc5Linus Torvalds
2020-07-11kbuild: fix single target builds for external modulesMasahiro Yamada
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-07-05Linux 5.8-rc4v5.8-rc4Linus Torvalds
2020-07-05Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-02kbuild: make Clang build userprogs for target architectureMasahiro Yamada
2020-06-28Linux 5.8-rc3v5.8-rc3Linus Torvalds
2020-06-21Linux 5.8-rc2v5.8-rc2Linus Torvalds
2020-06-22Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Masahiro Yamada
2020-06-16security: allow using Clang's zero initialization for stack variablesglider@google.com
2020-06-15Makefile: Improve compressed debug info support detectionArvind Sankar
2020-06-14Linux 5.8-rc1v5.8-rc1Linus Torvalds
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-06kbuild: add variables for compression toolsDenis Efremov
2020-06-06Makefile: install modules.builtin even if CONFIG_MODULES=nJonas Zeiger
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada
2020-06-03kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculationMasahiro Yamada
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-01kbuild: merge net-y and virt-y into drivers-yMasahiro Yamada
2020-06-01kbuild: merge init-y into core-yMasahiro Yamada
2020-06-01kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocksMasahiro Yamada
2020-06-01kbuild: force to build vmlinux if CONFIG_MODVERSION=yMasahiro Yamada
2020-05-31Linux 5.7v5.7Linus Torvalds
2020-05-29Makefile: support compressed debug infoNick Desaulniers
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada