aboutsummaryrefslogtreecommitdiff
path: root/Documentation/kbuild
AgeCommit message (Expand)AuthorFilesLines
2020-10-13kbuild: doc: describe proper script invocationGravatar Lukas Bulwahn 1-0/+20
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+4
2020-09-26Documentation/llvm: Fix clang target examplesGravatar Florian Fainelli 1-2/+2
2020-09-03kbuild: Documentation: clean up makefiles.rstGravatar Randy Dunlap 1-9/+9
2020-08-31Documentation: add minimum clang/llvm versionGravatar Nick Desaulniers 1-0/+4
2020-08-31Documentation/llvm: Improve formatting of commands, variables, and argumentsGravatar Nathan Chancellor 1-13/+13
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 4-12/+55
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yGravatar Masahiro Yamada 1-1/+30
2020-08-10kbuild: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 3-9/+9
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yGravatar Masahiro Yamada 1-0/+14
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-07-13Documentation: kbuild/kconfig-language: eliminate duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-2/+2
2020-06-28docs: kbuild: fix ReST formattingGravatar Dov Murik 1-3/+4
2020-06-28gcc-plugins: fix gcc-plugins directory path in documentationGravatar Masahiro Yamada 1-1/+1
2020-06-06kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-2/+2
2020-05-26kbuild: doc: remove documentation about copying Module.symvers aroundGravatar Masahiro Yamada 1-12/+0
2020-05-17kbuild: doc: document the new syntax 'userprogs'Gravatar Masahiro Yamada 1-48/+135
2020-04-23Documentation: kbuild: fix the section title formatGravatar Masahiro Yamada 1-1/+2
2020-04-09kbuild: support LLVM=1 to switch the default tools to Clang/LLVMGravatar Masahiro Yamada 2-2/+11
2020-04-09kbuild: replace AS=clang with LLVM_IAS=1Gravatar Masahiro Yamada 1-1/+4
2020-04-09Documentation/llvm: fix the name of llvm-sizeGravatar Fangrui Song 1-1/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-3/+105
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-0/+98
2020-03-17modpost: move the namespace field in Module.symvers lastGravatar Jessica Yu 1-2/+2
2020-03-13kconfig: make 'imply' obey the direct dependencyGravatar Masahiro Yamada 1-2/+13
2020-03-13kconfig: allow symbols implied by y to become mGravatar Masahiro Yamada 1-1/+11
2020-03-13kbuild: doc: fix references to other documentsGravatar Masahiro Yamada 3-5/+5
2020-03-10docs: move gcc-plugins to the kbuild manualGravatar Jonathan Corbet 2-0/+98
2020-03-03Documentation/llvm: add documentation on building w/ Clang/LLVMGravatar Nick Desaulniers 2-0/+81
2020-02-27kbuild: get rid of trailing slash from subdir- exampleGravatar Masahiro Yamada 1-1/+1
2020-02-27kbuild: remove wrong documentation about mandatory-yGravatar Masahiro Yamada 1-3/+0
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-33/+16
2020-02-04kbuild: fix the document to use extra-y for vmlinux.ldsGravatar Masahiro Yamada 1-2/+2
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+4
2020-01-22kconfig: fix documentation typosGravatar Bjorn Helgaas 1-3/+4
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confGravatar Masahiro Yamada 1-5/+0
2019-12-22kbuild: clarify the difference between obj-y and obj-m w.r.t. descendingGravatar Masahiro Yamada 1-3/+13
2019-12-18kconfig: remove ---help--- from documentationGravatar Masahiro Yamada 1-4/+1
2019-11-15kbuild: remove header compile testGravatar Masahiro Yamada 1-17/+0
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversGravatar Masahiro Yamada 1-8/+5
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-154/+0
2019-10-08doc: move namespaces.rst from kbuild/ to core-api/Gravatar Masahiro Yamada 1-154/+0
2019-10-05kheaders: make headers archive reproducibleGravatar Dmitry Goldin 1-4/+9
2019-10-05kbuild: two minor updates for Documentation/kbuild/modules.rstGravatar Masahiro Yamada 1-2/+2
2019-10-01kbuild: correct formatting of header in kbuild module docsGravatar Alex Gaynor 1-1/+2
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSGravatar Masahiro Yamada 1-5/+0
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+159
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-61/+34
2019-09-15Documentation: kbuild: Add document about reproducible buildsGravatar Ben Hutchings 2-0/+123