| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-10 | docs: Add documentation for Symbol Namespaces | Matthias Maennich | 1 | -0/+154 |
| 2019-09-10 | modpost: add support for symbol namespaces | Matthias Maennich | 1 | -2/+5 |
| 2019-09-06 | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN | Masahiro Yamada | 1 | -5/+9 |
| 2019-09-04 | kbuild: remove ARCH_{CPP,A,C}FLAGS | Masahiro Yamada | 1 | -7/+0 |
| 2019-08-29 | kbuild: remove clean-dirs syntax | Masahiro Yamada | 1 | -12/+4 |
| 2019-08-29 | docs: kbuild: remove cc-ldoption from document again | Masahiro Yamada | 1 | -15/+0 |
| 2019-08-29 | docs: kbuild: fix invalid ReST syntax | Masahiro Yamada | 1 | -4/+4 |
| 2019-08-21 | kbuild: rebuild modules when module linker scripts are updated | Masahiro Yamada | 1 | -0/+5 |
| 2019-08-21 | kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rst | Masahiro Yamada | 2 | -14/+14 |
| 2019-08-21 | kbuild: do not descend to ./Kbuild when cleaning | Masahiro Yamada | 1 | -6/+0 |
| 2019-07-20 | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2 | -9/+8 |
| 2019-07-17 | kbuild: get rid of misleading $(AS) from documents | Masahiro Yamada | 2 | -9/+8 |
| 2019-07-15 | docs: kbuild: fix build with pdf and fix some minor issues | Mauro Carvalho Chehab | 5 | -11/+33 |
| 2019-07-15 | docs: add some directories to the main documentation index | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-07-12 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 3 | -12/+26 |
| 2019-07-11 | kbuild: add a flag to force absolute path for srctree | Masahiro Yamada | 1 | -0/+9 |
| 2019-07-09 | kbuild: support header-test-pattern-y | Masahiro Yamada | 1 | -0/+10 |
| 2019-07-09 | kbuild: do not create wrappers for header-test-y | Masahiro Yamada | 1 | -2/+1 |
| 2019-06-15 | kbuild: add support for ensuring headers are self-contained | Jani Nikula | 1 | -0/+7 |
| 2019-06-15 | kbuild: remove headers_{install,check}_all | Masahiro Yamada | 2 | -12/+1 |
| 2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 9 | -491/+770 |
| 2019-05-21 | kbuild: drop support for cc-ldoption | Nick Desaulniers | 1 | -14/+0 |
| 2019-05-07 | moduleparam: Save information about built-in modules in separate file | Alexey Gladkov | 1 | -0/+5 |
| 2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -1/+1 |
| 2019-03-04 | kbuild: remove cc-version macro | Masahiro Yamada | 1 | -17/+0 |
| 2019-02-20 | kbuild: turn '/' into an alias of './' | Masahiro Yamada | 1 | -1/+1 |
| 2019-01-28 | kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJS | Masahiro Yamada | 1 | -10/+5 |
| 2019-01-28 | kbuild: remove top-level built-in.a | Masahiro Yamada | 1 | -7/+2 |
| 2019-01-06 | kbuild: generate asm-generic wrappers if mandatory headers are missing | Masahiro Yamada | 1 | -3/+6 |
| 2018-12-01 | kbuild: announce removal of SUBDIRS if used | Masahiro Yamada | 1 | -6/+1 |
| 2018-11-02 | kbuild: remove unused cc-fullversion variable | Masahiro Yamada | 1 | -15/+0 |
| 2018-09-09 | Drop all 00-INDEX files from Documentation/ | Henrik Austad | 1 | -14/+0 |
| 2018-08-22 | kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt | Michal Suchanek | 1 | -1/+1 |
| 2018-08-22 | kconfig: report recursive dependency involving 'imply' | Masahiro Yamada | 1 | -2/+1 |
| 2018-08-15 | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -2/+2 |
| 2018-07-25 | kconfig: fix typos in description of "choice" in kconfig-language.txt | Randy Dunlap | 1 | -2/+2 |
| 2018-07-21 | kbuild: if_changed: document single use per target limitation | Dirk Gouders | 1 | -0/+6 |
| 2018-07-18 | kbuild: Use HOST*FLAGS options from the command line | Laura Abbott | 1 | -0/+16 |
| 2018-07-18 | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS | Laura Abbott | 1 | -1/+1 |
| 2018-07-06 | kbuild: document the KBUILD_KCONFIG env. variable | Randy Dunlap | 1 | -0/+5 |
| 2018-07-06 | kconfig: update user kconfig tools doc. | Randy Dunlap | 1 | -8/+43 |
| 2018-07-06 | kbuild: delete INSTALL_FW_PATH from kbuild documentation | Randy Dunlap | 1 | -9/+0 |
| 2018-07-06 | kbuild: update ARCH alias info for sparc | Randy Dunlap | 1 | -1/+1 |
| 2018-07-06 | kbuild: update ARCH alias info for sh | Randy Dunlap | 1 | -0/+1 |
| 2018-06-25 | kconfig: document Kconfig source file comments | Randy Dunlap | 1 | -0/+6 |
| 2018-06-14 | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds | 1 | -1/+1 |
| 2018-06-11 | Documentation: kconfig: add recommended way to describe compiler support | Masahiro Yamada | 1 | -0/+18 |
| 2018-05-29 | Documentation: kconfig: document a new Kconfig macro language | Masahiro Yamada | 1 | -0/+242 |
| 2018-05-29 | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 1 | -8/+0 |
| 2018-04-03 | Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -1/+1 |
| 2018-03-26 | kconfig: rename silentoldconfig to syncconfig | Masahiro Yamada | 1 | -1/+1 |
| 2018-03-26 | kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt | Masahiro Yamada | 1 | -4/+0 |
| 2018-03-26 | kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt | Masahiro Yamada | 1 | -6/+0 |
| 2018-03-26 | kbuild: rename built-in.o to built-in.a | Nicholas Piggin | 1 | -8/+8 |
| 2018-03-26 | kbuild: remove incremental linking option | Nicholas Piggin | 1 | -2/+8 |
| 2018-01-31 | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 1 | -0/+21 |
| 2018-01-06 | kconfig: fix relational operators for bool and tristate symbols | Nicolas Pitre | 1 | -8/+15 |
| 2017-12-11 | Documentation/kbuild: Add guidance for the use of default | Darren Hart (VMware) | 1 | -0/+21 |
| 2017-11-14 | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
| 2017-11-08 | kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile | Masahiro Yamada | 1 | -1/+0 |
| 2017-10-24 | kbuild doc: a bundle of fixes on makefiles.txt | Cao jin | 1 | -13/+18 |
| 2017-08-07 | kbuild: Update example for ccflags-y usage | Sedat Dilek | 1 | -3/+3 |
| 2017-07-07 | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+6 |
| 2017-07-07 | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -35/+6 |
| 2017-06-30 | kbuild: handle libs-y archives separately from built-in.o archives | Nicholas Piggin | 1 | -2/+6 |
| 2017-06-25 | kbuild: remove cc-option-align | Masahiro Yamada | 1 | -16/+0 |
| 2017-06-22 | kbuild: replace genhdr-y with generated-y | Masahiro Yamada | 1 | -19/+6 |
| 2017-05-18 | Documentation, kbuild: fix typo "minimun" -> "minimum" | Tobias Klauser | 1 | -1/+1 |
| 2017-05-11 | uapi: export all arch specifics directories | Nicolas Dichtel | 1 | -14/+1 |
| 2017-05-11 | uapi: export all headers under uapi directories | Nicolas Dichtel | 1 | -25/+41 |
| 2017-05-11 | Makefile.headersinst: remove destination-y option | Nicolas Dichtel | 1 | -19/+4 |
| 2016-11-16 | Kconfig: Introduce the "imply" keyword | Nicolas Pitre | 1 | -0/+29 |
| 2016-10-14 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+16 |
| 2016-09-09 | kbuild: add arch specific post-link Makefile | Nicholas Piggin | 1 | -0/+16 |
| 2016-08-18 | kconfig-language: improve menuconfig usage description | Eugeniu Rosca | 1 | -1/+38 |
| 2016-07-07 | kbuild, x86: Track generated headers with generated-y | James Hogan | 1 | -0/+14 |
| 2016-05-10 | kconfig-language: elaborate on the type of a choice | Dirk Gouders | 1 | -6/+11 |
| 2016-05-10 | kconfig-language: fix comment on dependency-generated menu structures. | Dirk Gouders | 1 | -3/+2 |
| 2015-10-08 | kbuild: document recursive dependency limitation / resolution | Luis R. Rodriguez | 4 | -0/+314 |
| 2015-08-07 | modsign: Allow password to be specified for signing key | David Woodhouse | 1 | -0/+5 |
| 2015-07-06 | kbuild: Allow arch Makefiles to override {cpp,ld,c}flags | Michal Marek | 1 | -0/+8 |
| 2015-06-22 | kbuild : Fix documentation of INSTALL_HDR_PATH | Anish Bhatt | 1 | -3/+6 |
| 2015-06-08 | kbuild: edit explanation of clean-files variable | Jeffrey Rogers | 1 | -2/+2 |
| 2015-02-19 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 1 | -6/+5 |
| 2015-01-09 | kbuild: allow cc-ifversion to have the argument for false condition | Masahiro Yamada | 1 | -2/+3 |
| 2015-01-09 | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion | Masahiro Yamada | 1 | -2/+2 |
| 2015-01-08 | kbuild: Update documentation of clean-files and clean-dirs | Michal Marek | 1 | -6/+5 |
| 2014-08-19 | Documentation: kbuild: Improve grammar | Geert Uytterhoeven | 1 | -28/+28 |
| 2014-08-19 | Documentation: kbuild: Remove obsolete dtc_cpp section | Geert Uytterhoeven | 1 | -23/+0 |
| 2014-08-19 | Documentation: kbuild: Improve if_changed documentation | Geert Uytterhoeven | 1 | -3/+3 |
| 2014-08-19 | Documentation: kbuild: Remove obsolete include/asm symlink step | Geert Uytterhoeven | 1 | -5/+4 |
| 2014-08-14 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2 | -0/+49 |
| 2014-08-14 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -31/+8 |
| 2014-08-05 | Documentation: headers_install.txt is part of kbuild | Yann Droneaud | 2 | -0/+49 |
| 2014-07-16 | kbuild: drop shared library support from Makefile.host | Masahiro Yamada | 1 | -31/+8 |
| 2014-06-18 | kbuild: fix a typo in a kbuild document | Masahiro Yamada | 1 | -1/+1 |
| 2014-06-10 | kbuild: Fix a typo in documentation | Warren Turkal | 1 | -1/+1 |
| 2014-04-07 | kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT | Josh Triplett | 1 | -0/+4 |
| 2013-10-08 | Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | mak... | Regid Ichira | 1 | -9/+2 |
| 2013-09-05 | kconfig: do not allow more than one symbol to have 'option modules' | Yann E. MORIN | 1 | -0/+1 |
| 2013-07-23 | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu... | Michal Marek | 1 | -5/+3 |
| 2013-07-16 | Documentation/kconfig: more concise and straightforward search explanation | Yann E. MORIN | 1 | -5/+3 |
| 2013-07-10 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -0/+13 |
| 2013-06-24 | kconfig: sort found symbols by relevance | Yann E. MORIN | 1 | -0/+13 |
| 2013-06-03 | Finally eradicate CONFIG_HOTPLUG | Stephen Rothwell | 1 | -1/+1 |
| 2013-05-07 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 1 | -2/+3 |
| 2013-05-07 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -0/+36 |
| 2013-04-25 | kconfig: implement KCONFIG_PROBABILITY for randconfig | Yann E. MORIN | 1 | -0/+27 |
| 2013-04-25 | kconfig: allow specifying the seed for randconfig | Yann E. MORIN | 1 | -0/+9 |
| 2013-04-08 | doc: change example to existing Makefile fragment | Paul Bolle | 1 | -2/+3 |
| 2013-04-08 | kbuild: fix ld-option function | Antony Pavlov | 1 | -1/+1 |
| 2013-02-27 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2 | -23/+6 |
| 2013-02-25 | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 2 | -8/+9 |
| 2013-02-08 | kbuild: create a rule to run the pre-processor on *.dts files | Stephen Warren | 1 | -0/+23 |
| 2012-12-25 | kconfig: document use of CONFIG_ environment variable | Yann E. MORIN | 1 | -0/+6 |
| 2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-12-06 | Revert "kconfig-language: add to hints" | Yann E. MORIN | 1 | -23/+0 |
| 2012-11-30 | kbuild: centralize .dts->.dtb rule | Stephen Warren | 1 | -7/+8 |
| 2012-11-19 | doc: fix quite a few typos within Documentation | Masanari Iida | 1 | -1/+1 |
| 2012-10-02 | UAPI: Remove the objhdr-y export list | David Howells | 1 | -4/+4 |
| 2012-05-28 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -9/+9 |
| 2012-05-05 | kbuild: document KBUILD_LDS, KBUILD_VMLINUX_{INIT,MAIN} and LDFLAGS_vmlinux | Sam Ravnborg | 1 | -0/+19 |
| 2012-05-05 | kconfig: Add error handling to KCONFIG_ALLCONFIG | Eric W. Biederman | 1 | -9/+9 |
| 2012-03-30 | Documentation: mention scripts/diffconfig tool | Javi Merino | 1 | -5/+3 |
| 2012-03-07 | Documentation: Fix multiple typo in Documentation | Masanari Iida | 1 | -1/+1 |
| 2011-11-17 | kbuild: Add support for an "archheaders" target | H. Peter Anvin | 1 | -18/+32 |
| 2011-06-13 | doc: fix wrong arch/i386 references | Wanlong Gao | 1 | -19/+19 |
| 2011-05-25 | Merge branch 'kconfig-for-40' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+31 |
| 2011-05-24 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2 | -0/+66 |
| 2011-05-24 | kconfig: do not record timestamp in .config | Arnaud Lacombe | 1 | -5/+0 |
| 2011-05-03 | kbuild: Fix passing -Wno-* options to gcc 4.4+ | Michal Marek | 1 | -0/+12 |
| 2011-05-02 | kconfig-language: add to hints | Randy Dunlap | 1 | -0/+22 |
| 2011-05-02 | kconfig: Document the new "visible if" syntax | Michal Marek | 1 | -1/+9 |
| 2011-04-28 | kbuild: asm-generic support | Sam Ravnborg | 1 | -0/+36 |
| 2011-04-20 | kbuild: Fix build with binutils <= 2.19 | Michal Marek | 1 | -0/+5 |
| 2011-04-18 | initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entries | Michal Marek | 1 | -1/+2 |
| 2011-04-18 | kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macros | Michal Marek | 1 | -0/+12 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -4/+4 |
| 2011-03-21 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+5 |
| 2011-03-09 | kbuild: Add extra gcc checks | Borislav Petkov | 1 | -0/+5 |
| 2011-02-17 | kbuild, mtd, net: a few comment typo fixes and rewording | Gilles Espinasse | 2 | -2/+3 |
| 2011-01-10 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+15 |
| 2011-01-10 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 1 | -1/+5 |
| 2011-01-10 | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma... | Linus Torvalds | 1 | -0/+8 |
| 2011-01-10 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -1/+0 |
| 2010-12-23 | of: Add support for linking device tree blobs into vmlinux | Dirk Brandewie | 1 | -0/+15 |
| 2010-12-21 | Documentation/kbuild: add info that 'choice' can have a symbol name | Yann E. MORIN | 1 | -1/+5 |
| 2010-12-20 | kbuild, deb-pkg: support overriding userland architecture | Asbjoern Sloth Toennesen | 1 | -0/+8 |
| 2010-12-02 | kconfig: the day kconfig warns about "select"-abuse has come | Arnaud Lacombe | 1 | -1/+0 |
| 2010-10-28 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 1 | -360/+349 |
| 2010-10-28 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -1/+2 |
| 2010-10-28 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+7 |
| 2010-10-28 | Merge commit 'v2.6.36' into kbuild/misc | Michal Marek | 3 | -70/+101 |
| 2010-10-12 | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 2 | -68/+99 |
| 2010-10-05 | Documentation/kbuild: modules.txt cleanup | matt mooney | 1 | -30/+32 |
| 2010-09-29 | Documentation/kbuild: major edit of modules.txt sections 5-8 | matt mooney | 1 | -169/+165 |
| 2010-09-29 | Documentation/kbuild: major edit of modules.txt sections 1-4 | matt mooney | 1 | -198/+189 |
| 2010-09-19 | kconfig: implement the `mainmenu' directive | Arnaud Lacombe | 1 | -1/+2 |
| 2010-09-13 | Merge branch 'kbuild/clean' into kbuild/kbuild | Michal Marek | 1 | -0/+7 |
| 2010-08-14 | kbuild: drop unifdef-y support | Sam Ravnborg | 1 | -6/+0 |
| 2010-08-05 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -1/+1 |
| 2010-08-05 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2 | -7/+46 |
| 2010-08-05 | Documentation: fix kbuild typos and wording | Nicolas Kaiser | 2 | -16/+16 |
| 2010-08-05 | Documentation: update kbuild make typos/grammar/text flow | Matt Mooney | 1 | -28/+25 |
| 2010-08-05 | Documentation: update kbuild make examples#2 to reflect changes | Matt Mooney | 1 | -6/+6 |
| 2010-08-05 | Documentation: update kbuild loadable modules goals & examples | Matt Mooney | 1 | -17/+18 |
| 2010-08-04 | Merge commit 'v2.6.35' into kbuild/kconfig | Michal Marek | 1 | -1/+1 |
| 2010-08-04 | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 1 | -1/+1 |
| 2010-08-03 | kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line | Sam Ravnborg | 2 | -2/+17 |
| 2010-08-03 | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line | Sam Ravnborg | 2 | -5/+29 |
| 2010-08-03 | kconfig: add alldefconfig | Sam Ravnborg | 1 | -1/+1 |
| 2010-06-01 | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 1 | -1/+5 |
| 2010-05-27 | kbuild: Revert part of e8d400a to resolve a conflict | Michal Marek | 1 | -1/+1 |
| 2010-04-23 | Documentation/: it's -> its where appropriate | Francis Galiegue | 1 | -1/+1 |
| 2010-04-14 | kconfig: some small fixes | Li Zefan | 1 | -1/+1 |
| 2010-03-16 | Fix typos in comments | Thomas Weber | 1 | -1/+1 |
| 2010-03-11 | kbuild: Really don't clean bounds.h and asm-offsets.h | Michal Marek | 1 | -0/+7 |
| 2010-03-03 | tags: Add the ability to make tags for all archs using "all" | John Kacur | 1 | -0/+4 |
| 2010-02-17 | kbuild: fix a couple of typos in Documentation | Kirill Smelkov | 2 | -2/+2 |
| 2009-12-12 | kbuild: generate modules.builtin | Michal Marek | 2 | -0/+19 |
| 2009-12-12 | kbuild: move autoconf.h to include/generated | Sam Ravnborg | 1 | -1/+2 |
| 2009-09-20 | kbuild: introduce ld-option | Sam Ravnborg | 1 | -0/+14 |
| 2009-09-20 | kbuild: rename ld-option to cc-ldoption | Sam Ravnborg | 1 | -3/+3 |
| 2009-09-20 | kbuild: use INSTALLKERNEL to select customized installkernel script | Sam Ravnborg | 1 | -0/+16 |
| 2009-06-09 | kconfig: resort the documentation of the environment variables | Markus Heidelberg | 1 | -56/+60 |
| 2009-06-09 | kbuild/Documentation: Incorrect makefile syntax in example | David VomLehn | 1 | -1/+1 |
| 2009-04-19 | kbuild: introduce subdir-ccflags-y | Sam Ravnborg | 1 | -0/+10 |
| 2009-04-11 | kbuild: introduce destination-y for exported headers | Sam Ravnborg | 1 | -8/+75 |
| 2009-01-14 | kbuild: fix kbuild.txt typos | Randy Dunlap | 1 | -14/+15 |
| 2009-01-07 | kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in Documentation | Wolfram Sang | 1 | -2/+2 |
| 2009-01-07 | kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope | Jike Song | 1 | -0/+7 |
| 2009-01-02 | kbuild: document environment variables | Sam Ravnborg | 2 | -3/+131 |
| 2009-01-02 | kbuild: make *config usage docs | Randy Dunlap | 2 | -0/+190 |
| 2008-12-03 | kbuild: introduce $(kecho) convenience echo | Mike Frysinger | 1 | -0/+14 |
| 2008-05-04 | kconfig-language.txt: remove bogus hint | Adrian Bunk | 1 | -24/+0 |
| 2008-04-28 | kconifg: 'select' considered less evil | Matthew Wilcox | 1 | -8/+9 |
| 2008-04-25 | kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLS | Richard Hacker | 1 | -1/+8 |
| 2008-01-28 | kconfig: document use of HAVE_* | Sam Ravnborg | 1 | -0/+36 |
| 2008-01-28 | kconfig: environment symbol support | Roman Zippel | 1 | -0/+21 |
| 2008-01-28 | kconfig: add hints/tips/tricks to Documentation/kbuild/kconfig-language.txt | Randy Dunlap | 1 | -6/+48 |