aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstGravatar Masahiro Yamada 1-16/+20
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstGravatar Masahiro Yamada 1-32/+0
2021-04-25kbuild: refactor scripts/Makefile.modinstGravatar Masahiro Yamada 1-1/+1
2021-04-25kbuild: rename extmod-prefix to extmod_prefixGravatar Masahiro Yamada 1-10/+10
2021-04-25kbuild: check module name conflict for external modules as wellGravatar Masahiro Yamada 1-5/+5
2021-04-25kbuild: show the target directory for depmod logGravatar Masahiro Yamada 1-1/+1
2021-04-25kbuild: unify modules(_install) for in-tree and external modulesGravatar Masahiro Yamada 1-49/+36
2021-04-25kbuild: remove unneeded mkdir for external modules_installGravatar Masahiro Yamada 1-2/+0
2021-04-25kbuild: generate Module.symvers only when vmlinux existsGravatar Masahiro Yamada 1-1/+1
2021-04-25kbuild: check the minimum assembler version in KconfigGravatar Masahiro Yamada 1-1/+3
2021-04-25kbuild: replace sed with $(subst ) or $(patsubst )Gravatar Masahiro Yamada 1-1/+1
2021-04-25Makefile: Only specify '--prefix=' when building with clang + GNU asGravatar Nathan Chancellor 1-2/+2
2021-04-25Makefile: Remove '--gcc-toolchain' flagGravatar Nathan Chancellor 1-4/+0
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shGravatar Rasmus Villemoes 1-1/+1
2021-04-25kbuild: show warning if 'make headers_check' is usedGravatar Masahiro Yamada 1-1/+5
2021-04-25kbuild: include Makefile.compiler only when compiler is neededGravatar Masahiro Yamada 1-0/+13
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerGravatar Masahiro Yamada 1-0/+4
2021-04-18Linux 5.12-rc8v5.12-rc8Gravatar Linus Torvalds 1-1/+1
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildGravatar Masahiro Yamada 1-0/+5
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileGravatar Masahiro Yamada 1-3/+0
2021-04-11Linux 5.12-rc7v5.12-rc7Gravatar Linus Torvalds 1-1/+1
2021-04-09keys: cleanup build time module signing keysGravatar Nayna Jain 1-3/+3
2021-04-08add support for Clang CFIGravatar Sami Tolvanen 1-0/+17
2021-04-08stack: Optionally randomize kernel stack offset each syscallGravatar Kees Cook 1-0/+4
2021-04-04Linux 5.12-rc6v5.12-rc6Gravatar Linus Torvalds 1-1/+1
2021-03-28Linux 5.12-rc5v5.12-rc5Gravatar Linus Torvalds 1-1/+1
2021-03-21Linux 5.12-rc4v5.12-rc4Gravatar Linus Torvalds 1-1/+1
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesGravatar Masahiro Yamada 1-4/+4
2021-03-14Linux 5.12-rc3v5.12-rc3Gravatar Linus Torvalds 1-1/+1
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedGravatar Masahiro Yamada 1-0/+1
2021-03-10kbuild: add image_name to no-sync-config-targetsGravatar Masahiro Yamada 1-1/+2
2021-03-05Linux 5.12-rc2v5.12-rc2Gravatar Linus Torvalds 1-1/+1
2021-02-28Linux 5.12-rc1v5.12-rc1-dontuseGravatar Linus Torvalds 1-3/+3
2021-02-28kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againGravatar Masahiro Yamada 1-2/+4
2021-02-28kbuild: make -s option take precedence over V=1Gravatar Masahiro Yamada 1-0/+1
2021-02-26Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2021-02-25kbuild: Move .thinlto-cache removal to 'make clean'Gravatar Masahiro Yamada 1-2/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-48/+57
2021-02-24kbuild: parse C= and M= before changing the working directoryGravatar Masahiro Yamada 1-30/+31
2021-02-24kbuild: reuse this-makefile to define abs_srctreeGravatar Masahiro Yamada 1-3/+2
2021-02-24Makefile: Remove # characters from compiler stringGravatar Nathan Chancellor 1-1/+1
2021-02-24Makefile: reuse CC_VERSION_TEXTGravatar Nick Desaulniers 1-7/+7
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+9
2021-02-23kbuild: lto: force rebuilds when switching CONFIG_LTOGravatar Sami Tolvanen 1-1/+2
2021-02-23tracing: add support for objtool mcountGravatar Sami Tolvanen 1-0/+7
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-15/+30
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+4
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+14
2021-02-17kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuildsGravatar Alexander Lobakin 1-2/+2
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+12