it v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/scripts/basic/fixdep.c
AgeCommit message (Expand)Author
2017-08-10fixdep: trivial: typo fix and correctionCao jin
2016-08-24fixdep: faster CONFIG_ searchAlexey Dobriyan
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre
2016-03-29fixdep: accept extra dependencies on stdinNicolas Pitre
2016-02-17kbuild: fixdep: Check fstat(2) return valueTom Rini
2015-12-07fixdep: constify strrcmp argumentsNicolas Iooss
2015-08-24kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada
2015-08-24kbuild: fixdep: optimize code slightlyMasahiro Yamada
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2013-04-05kbuild: fixdep: support concatenated dep filesStephen Warren
2013-01-09treewide: Fix typo in various driversMasanari Iida
2011-09-09fixdep: fix extraneous dependenciesPeter Foley
2011-03-13kbuild: Fix computing srcversion for modulesMichal Marek
2011-02-21fixdep: Do not record dependency on the source file itselfMichal Marek
2010-12-22Make fixdep error handling more explicitBen Gamari
2010-11-11fixdep: use hash table instead of a single arrayEric Dumazet
2009-12-12kbuild: move autoconf.h to include/generatedSam Ravnborg
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds
2009-09-21trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg
2009-09-20kbuild: add static to prototypesTrevor Keith
2009-06-14kbuild: fix a compile warningAmerigo Wang