aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+4
2019-09-15Linux 5.3v5.3Gravatar Linus Torvalds 1-1/+1
2019-09-08Linux 5.3-rc8v5.3-rc8Gravatar Linus Torvalds 1-1/+1
2019-09-02Linux 5.3-rc7v5.3-rc7Gravatar Linus Torvalds 1-1/+1
2019-08-25Linux 5.3-rc6v5.3-rc6Gravatar Linus Torvalds 1-1/+1
2019-08-18Linux 5.3-rc5v5.3-rc5Gravatar Linus Torvalds 1-1/+1
2019-08-11Linux 5.3-rc4v5.3-rc4Gravatar Linus Torvalds 1-1/+1
2019-08-10Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Gravatar Joe Perches 1-1/+1
2019-08-09Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+12
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileGravatar Masahiro Yamada 1-1/+1
2019-08-10kbuild: revive single target %.koGravatar Masahiro Yamada 1-0/+11
2019-08-08kbuild: add OBJSIZE variable for the size toolGravatar Vasily Gorbik 1-3/+4
2019-08-05arm64: Add support for relocating the kernel with RELR relocationsGravatar Peter Collingbourne 1-0/+4
2019-08-04Linux 5.3-rc3v5.3-rc3Gravatar Linus Torvalds 1-1/+1
2019-07-31kbuild: initialize CLANG_FLAGS correctly in the top MakefileGravatar Masahiro Yamada 1-1/+2
2019-07-28Linux 5.3-rc2v5.3-rc2Gravatar Linus Torvalds 1-1/+1
2019-07-25Makefile: Globally enable fall-through warningGravatar Gustavo A. R. Silva 1-0/+3
2019-07-21Linus 5.3-rc1v5.3-rc1Gravatar Linus Torvalds 1-2/+2
2019-07-20kbuild: add -fcf-protection=none when using retpoline flagsGravatar Seth Forshee 1-0/+6
2019-07-18kbuild: remove 'prepare1' targetGravatar Masahiro Yamada 1-5/+3
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-17/+3
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modGravatar Masahiro Yamada 1-2/+0
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Gravatar Masahiro Yamada 1-2/+2
2019-07-17kbuild: do not create empty modules.order in the prepare stageGravatar Masahiro Yamada 1-2/+2
2019-07-17kbuild: remove tag files by distclean instead of mrproperGravatar Masahiro Yamada 1-1/+10
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyGravatar Masahiro Yamada 1-4/+2
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-51/+66
2019-07-11kbuild: Inform user to pass ARCH= for make mrproperGravatar Geert Uytterhoeven 1-1/+1
2019-07-11kbuild: add a flag to force absolute path for srctreeGravatar Masahiro Yamada 1-0/+4
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeGravatar Masahiro Yamada 1-11/+8
2019-07-11kbuild: remove src and obj from the top MakefileGravatar Masahiro Yamada 1-6/+3
2019-07-09kbuild: compile-test kernel headers to ensure they are self-containedGravatar Masahiro Yamada 1-0/+1
2019-07-09kbuild: do not create wrappers for header-test-yGravatar Masahiro Yamada 1-1/+0
2019-07-08kbuild: compile-test exported headers to ensure they are self-containedGravatar Masahiro Yamada 1-1/+1
2019-07-07Linux 5.2v5.2Gravatar Linus Torvalds 1-1/+1
2019-07-08kbuild: add more hints about SUBDIRS replacementGravatar Masahiro Yamada 1-0/+7
2019-07-04kbuild: Add ability to test Clang's integrated assemblerGravatar Nathan Chancellor 1-0/+2
2019-07-01kbuild: split modules.order build rule out of 'modules' targetGravatar Masahiro Yamada 1-2/+4
2019-07-01kbuild: fix missed rebuild of modules.builtinGravatar Masahiro Yamada 1-4/+8
2019-06-30Linux 5.2-rc7v5.2-rc7Gravatar Linus Torvalds 1-2/+2
2019-06-24kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGSGravatar Nathan Chancellor 1-0/+1
2019-06-22Linux 5.2-rc6v5.2-rc6Gravatar Linus Torvalds 1-1/+1
2019-06-16Linux 5.2-rc5v5.2-rc5Gravatar Linus Torvalds 1-1/+1
2019-06-15kbuild: add support for ensuring headers are self-containedGravatar Jani Nikula 1-0/+1
2019-06-15kbuild: move hdr-inst shorthand to top MakefileGravatar Masahiro Yamada 1-0/+2
2019-06-15kbuild: re-implement Makefile.headersinst without recursionGravatar Masahiro Yamada 1-4/+4
2019-06-15kbuild: add 'headers' target to build up uapi headers in usr/includeGravatar Masahiro Yamada 1-8/+15
2019-06-15kbuild: build all prerequisites of headers_install simultaneouslyGravatar Masahiro Yamada 1-2/+5
2019-06-15kbuild: remove build_unifdef target in scripts/MakefileGravatar Masahiro Yamada 1-1/+1
2019-06-15kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesGravatar Masahiro Yamada 1-4/+4