summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-08-24fixdep: faster CONFIG_ searchAlexey Dobriyan1-58/+28
2016-07-22scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael1-1/+2
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre3-1/+40
2016-03-29fixdep: accept extra dependencies on stdinNicolas Pitre1-15/+45
2016-02-17kbuild: fixdep: Check fstat(2) return valueTom Rini1-1/+5
2015-12-07fixdep: constify strrcmp argumentsNicolas Iooss1-1/+1
2015-08-24kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada1-19/+0
2015-08-24kbuild: fixdep: optimize code slightlyMasahiro Yamada1-3/+4
2014-08-08kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal3-1/+7
2014-08-08bin2c: move bin2c in scripts/basicVivek Goyal6-7/+6
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada19-91/+89
2013-04-05kbuild: fixdep: support concatenated dep filesStephen Warren1-32/+61
2013-01-09treewide: Fix typo in various driversMasanari Iida14-14/+14
2011-09-09fixdep: fix extraneous dependenciesPeter Foley1-0/+1
2011-05-02kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley7-7/+9
2011-03-13kbuild: Fix computing srcversion for modulesMichal Marek2-8/+30
2011-02-21fixdep: Do not record dependency on the source file itselfMichal Marek1-1/+11
2010-12-22Make fixdep error handling more explicitBen Gamari1-3/+7
2010-12-14Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek15118-1135315/+1569313
2010-11-11fixdep: use hash table instead of a single arrayEric Dumazet1-48/+61
2010-10-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds29-476/+1597
2010-10-27kbuild: check return value of asprintf()Namhyung Kim1-1/+4
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron5-132/+26
2010-09-11docbook: warn on unused doc entriesJohannes Berg3-3/+183
2009-12-12kbuild: move autoconf.h to include/generatedSam Ravnborg7-15/+16
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds94-354/+473
2009-09-21trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith1-1/+0
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg3-5/+1
2009-09-20kbuild: add static to prototypesTrevor Keith9-43/+43
2009-06-20kbuild: fix build error during make htmldocsAmerigo Wang1-1/+1
2009-06-14kbuild: fix a compile warningAmerigo Wang1-2/+3
2009-06-09kbuild: allow docproc invocation from externalJiri Slaby1-4/+9
2008-10-20Update .gitignore files for generated targetsLinus Torvalds2-1/+2
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron14-7/+700
2008-01-28kernel-doc: new P directive for DOC: sectionsJohannes Berg1-1/+39
2008-01-28kernel-doc: use no-doc optionJohannes Berg1-1/+3
2007-10-18kbuild: stop docproc segfaulting when SRCTREE isn't set.Rob Landley1-2/+9
2007-10-12docproc: style & typo cleanupsRandy Dunlap2-20/+22
2007-05-09Fix occurrences of "the the "Michael Opdenacker72-79/+79
2007-05-02kbuild: scripts/basic/fixdep segfault on pathological string-o-deathAndy Green1-0/+2
2007-04-01[PATCH] kbuild: fix dependency generationJan Beulich1-3/+7
2006-11-03[PATCH] update some docbook commentsRandy Dunlap2-2/+2
2006-09-29[PATCH] docbook: fix segfault in docproc.cHenrik Kretzschmar1-0/+1
2006-06-09kconfig: integrate split config into silentoldconfigRoman Zippel8-246/+129
2006-02-19kbuild: consolidate command line escapingJan Beulich3-25/+12
2005-12-25kbuild: escape '#' in .target.cmd filesSam Ravnborg1-1/+14
2005-10-18Add some basic .gitignore filesLinus Torvalds10-0/+84
2005-06-25[PATCH] Kill signed charsJ.A. Magallon6-25/+25
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845