summaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
Commit message (Expand)AuthorAgeFilesLines
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+1
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-05-071-2/+3
|\
| * doc: change example to existing Makefile fragmentPaul Bolle2013-04-081-2/+3
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-05-071-0/+36
|\ \
| * | kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN2013-04-251-0/+27
| * | kconfig: allow specifying the seed for randconfigYann E. MORIN2013-04-251-0/+9
| |/
* / kbuild: fix ld-option functionAntony Pavlov2013-04-081-1/+1
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-02-272-23/+6
|\
| * Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2013-02-252-8/+9
| |\
| * | kconfig: document use of CONFIG_ environment variableYann E. MORIN2012-12-251-0/+6
| * | Revert "kconfig-language: add to hints"Yann E. MORIN2012-12-061-23/+0
* | | kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren2013-02-081-0/+23
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \
| * | doc: fix quite a few typos within DocumentationMasanari Iida2012-11-191-1/+1
| |/
* / kbuild: centralize .dts->.dtb ruleStephen Warren2012-11-301-7/+8
|/
* UAPI: Remove the objhdr-y export listDavid Howells2012-10-021-4/+4
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-05-281-9/+9
|\
| * kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman2012-05-051-9/+9
* | kbuild: document KBUILD_LDS, KBUILD_VMLINUX_{INIT,MAIN} and LDFLAGS_vmlinuxSam Ravnborg2012-05-051-0/+19
|/
* Documentation: mention scripts/diffconfig toolJavi Merino2012-03-301-5/+3
* Documentation: Fix multiple typo in DocumentationMasanari Iida2012-03-071-1/+1
* kbuild: Add support for an "archheaders" targetH. Peter Anvin2011-11-171-18/+32
* doc: fix wrong arch/i386 referencesWanlong Gao2011-06-131-19/+19
* Merge branch 'kconfig-for-40' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-252-6/+31
|\
| * kconfig: do not record timestamp in .configArnaud Lacombe2011-05-241-5/+0
| * kconfig-language: add to hintsRandy Dunlap2011-05-021-0/+22
| * kconfig: Document the new "visible if" syntaxMichal Marek2011-05-021-1/+9
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-05-242-0/+66
|\ \
| * | kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek2011-05-031-0/+12
| * | kbuild: asm-generic supportSam Ravnborg2011-04-281-0/+36
| * | kbuild: Fix build with binutils <= 2.19Michal Marek2011-04-201-0/+5
| * | initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entriesMichal Marek2011-04-181-1/+2
| * | kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macrosMichal Marek2011-04-181-0/+12
| |/
* / Fix common misspellingsLucas De Marchi2011-03-311-4/+4
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-03-211-0/+5
|\
| * kbuild: Add extra gcc checksBorislav Petkov2011-03-091-0/+5
* | kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse2011-02-172-2/+3
|/
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-101-0/+15
|\
| * of: Add support for linking device tree blobs into vmlinuxDirk Brandewie2010-12-231-0/+15
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-01-101-1/+5
|\ \
| * | Documentation/kbuild: add info that 'choice' can have a symbol nameYann E. MORIN2010-12-211-1/+5
| |/
* | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2011-01-101-0/+8
|\ \
| * | kbuild, deb-pkg: support overriding userland architectureAsbjoern Sloth Toennesen2010-12-201-0/+8
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-01-101-1/+0
|\ \ \ | |_|/ |/| |
| * | kconfig: the day kconfig warns about "select"-abuse has comeArnaud Lacombe2010-12-021-1/+0
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2010-10-281-372/+361
|\ \ \
| * \ \ Merge commit 'v2.6.36' into kbuild/miscMichal Marek2010-10-283-70/+101
| |\ \ \
| * | | | Documentation/kbuild: modules.txt cleanupmatt mooney2010-10-051-30/+32
| * | | | Documentation/kbuild: major edit of modules.txt sections 5-8matt mooney2010-09-291-181/+177
| * | | | Documentation/kbuild: major edit of modules.txt sections 1-4matt mooney2010-09-291-198/+189
| | |_|/ | |/| |