summaryrefslogtreecommitdiffstats
path: root/scripts/basic
Commit message (Expand)AuthorAgeFilesLines
* fixdep: suppress consecutive / from file paths in dependency list filesNicolas Pitre2018-05-071-2/+4
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-261-4/+4
* fixdep: do not ignore kconfig.hRasmus Villemoes2018-03-051-1/+0
* fixdep: remove some false CONFIG_ matchesRasmus Villemoes2018-03-051-0/+5
* fixdep: remove stale references to uml-config.hRasmus Villemoes2018-03-051-9/+0
* fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada2018-01-181-12/+12
* fixdep: refactor parse_dep_file()Masahiro Yamada2018-01-181-40/+40
* fixdep: move global variables to local variables of main()Masahiro Yamada2018-01-181-26/+16
* fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada2018-01-181-13/+9
* fixdep: factor out common code for reading filesMasahiro Yamada2018-01-181-55/+20
* fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada2018-01-181-24/+32
* fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada2018-01-181-1/+0
* fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn2018-01-081-4/+2
* fixdep: trivial: typo fix and correctionCao jin2017-08-101-3/+3
* kbuild: trivial cleanups on the commentsCao jin2017-08-101-1/+1
* fixdep: faster CONFIG_ searchAlexey Dobriyan2016-08-241-58/+28
* scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael2016-07-221-1/+2
* kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre2016-03-291-0/+1
* fixdep: accept extra dependencies on stdinNicolas Pitre2016-03-291-15/+45
* kbuild: fixdep: Check fstat(2) return valueTom Rini2016-02-171-1/+5
* fixdep: constify strrcmp argumentsNicolas Iooss2015-12-071-1/+1
* kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada2015-08-241-19/+0
* kbuild: fixdep: optimize code slightlyMasahiro Yamada2015-08-241-3/+4
* kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal2014-08-081-1/+1
* bin2c: move bin2c in scripts/basicVivek Goyal2014-08-083-0/+37
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-4/+4
* kbuild: fixdep: support concatenated dep filesStephen Warren2013-04-051-32/+61
* treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* fixdep: fix extraneous dependenciesPeter Foley2011-09-091-0/+1
* kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley2011-05-023-587/+1
* kbuild: Fix computing srcversion for modulesMichal Marek2011-03-131-6/+13
* fixdep: Do not record dependency on the source file itselfMichal Marek2011-02-211-1/+11
* Make fixdep error handling more explicitBen Gamari2010-12-221-3/+7
* Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek2010-12-143-66/+132
|\
| * Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2010-10-281-1/+4
| |\
| | * kbuild: check return value of asprintf()Namhyung Kim2010-10-281-1/+4
| * | jump label: Convert dynamic debug to use jump labelsJason Baron2010-09-222-65/+1
| |/
| * docbook: warn on unused doc entriesJohannes Berg2010-09-111-1/+128
* | fixdep: use hash table instead of a single arrayEric Dumazet2010-11-111-48/+61
|/
* kbuild: move autoconf.h to include/generatedSam Ravnborg2009-12-121-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-233-32/+32
|\
| * kbuild: add static to prototypesTrevor Keith2009-09-203-32/+32
* | trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith2009-09-211-1/+0
* | trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2009-09-211-2/+1
|/
* kbuild: fix build error during make htmldocsAmerigo Wang2009-06-201-1/+1
* kbuild: fix a compile warningAmerigo Wang2009-06-141-2/+3
* kbuild: allow docproc invocation from externalJiri Slaby2009-06-091-4/+9
* Update .gitignore files for generated targetsLinus Torvalds2008-10-201-1/+1
* driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-162-1/+65
* kernel-doc: new P directive for DOC: sectionsJohannes Berg2008-01-281-1/+39
OpenPOWER on IntegriCloud