summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-04-24kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada1-16/+20
2021-04-24kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada1-32/+0
2021-04-24kbuild: refactor scripts/Makefile.modinstMasahiro Yamada1-1/+1
2021-04-24kbuild: rename extmod-prefix to extmod_prefixMasahiro Yamada1-10/+10
2021-04-24kbuild: check module name conflict for external modules as wellMasahiro Yamada1-5/+5
2021-04-24kbuild: show the target directory for depmod logMasahiro Yamada1-1/+1
2021-04-24kbuild: unify modules(_install) for in-tree and external modulesMasahiro Yamada1-49/+36
2021-04-24kbuild: remove unneeded mkdir for external modules_installMasahiro Yamada1-2/+0
2021-04-24kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada1-1/+1
2021-04-24kbuild: check the minimum assembler version in KconfigMasahiro Yamada1-1/+3
2021-04-24kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada1-1/+1
2021-04-24Makefile: Only specify '--prefix=' when building with clang + GNU asNathan Chancellor1-2/+2
2021-04-24Makefile: Remove '--gcc-toolchain' flagNathan Chancellor1-4/+0
2021-04-24kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes1-1/+1
2021-04-24kbuild: show warning if 'make headers_check' is usedMasahiro Yamada1-1/+5
2021-04-24kbuild: include Makefile.compiler only when compiler is neededMasahiro Yamada1-0/+13
2021-04-24kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada1-0/+4
2021-04-19Linux 5.12-rc8v5.12-rc8Linus Torvalds1-1/+1
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada1-0/+5
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada1-3/+0
2021-04-12Linux 5.12-rc7v5.12-rc7Linus Torvalds1-1/+1
2021-04-09keys: cleanup build time module signing keysNayna Jain1-3/+3
2021-04-09add support for Clang CFISami Tolvanen1-0/+17
2021-04-08stack: Optionally randomize kernel stack offset each syscallKees Cook1-0/+4
2021-04-05Linux 5.12-rc6v5.12-rc6Linus Torvalds1-1/+1
2021-03-29Linux 5.12-rc5v5.12-rc5Linus Torvalds1-1/+1
2021-03-22Linux 5.12-rc4v5.12-rc4Linus Torvalds1-1/+1
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada1-4/+4
2021-03-15Linux 5.12-rc3v5.12-rc3Linus Torvalds1-1/+1
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada1-0/+1
2021-03-09kbuild: add image_name to no-sync-config-targetsMasahiro Yamada1-1/+2
2021-03-06Linux 5.12-rc2v5.12-rc2Linus Torvalds1-1/+1
2021-03-01Linux 5.12-rc1v5.12-rc1-dontuseLinus Torvalds1-3/+3
2021-02-28kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againMasahiro Yamada1-2/+4
2021-02-28kbuild: make -s option take precedence over V=1Masahiro Yamada1-0/+1
2021-02-26Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-02-25kbuild: Move .thinlto-cache removal to 'make clean'Masahiro Yamada1-2/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-48/+57
2021-02-24kbuild: parse C= and M= before changing the working directoryMasahiro Yamada1-30/+31
2021-02-24kbuild: reuse this-makefile to define abs_srctreeMasahiro Yamada1-3/+2
2021-02-24Makefile: Remove # characters from compiler stringNathan Chancellor1-1/+1
2021-02-24Makefile: reuse CC_VERSION_TEXTNick Desaulniers1-7/+7
2021-02-24Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+9
2021-02-24kbuild: lto: force rebuilds when switching CONFIG_LTOSami Tolvanen1-1/+2
2021-02-23tracing: add support for objtool mcountSami Tolvanen1-0/+7
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+30
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+4
2021-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+14
2021-02-17kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuildsAlexander Lobakin1-2/+2
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+12