summaryrefslogtreecommitdiff
path: root/scripts/basic
Commit message (Expand)AuthorAge
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-26
* fixdep: do not ignore kconfig.hRasmus Villemoes2018-03-05
* fixdep: remove some false CONFIG_ matchesRasmus Villemoes2018-03-05
* fixdep: remove stale references to uml-config.hRasmus Villemoes2018-03-05
* fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada2018-01-18
* fixdep: refactor parse_dep_file()Masahiro Yamada2018-01-18
* fixdep: move global variables to local variables of main()Masahiro Yamada2018-01-18
* fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada2018-01-18
* fixdep: factor out common code for reading filesMasahiro Yamada2018-01-18
* fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada2018-01-18
* fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada2018-01-18
* fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn2018-01-08
* fixdep: trivial: typo fix and correctionCao jin2017-08-10
* kbuild: trivial cleanups on the commentsCao jin2017-08-10
* fixdep: faster CONFIG_ searchAlexey Dobriyan2016-08-24
* scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael2016-07-22
* kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre2016-03-29
* fixdep: accept extra dependencies on stdinNicolas Pitre2016-03-29
* kbuild: fixdep: Check fstat(2) return valueTom Rini2016-02-17
* fixdep: constify strrcmp argumentsNicolas Iooss2015-12-07
* kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada2015-08-24
* kbuild: fixdep: optimize code slightlyMasahiro Yamada2015-08-24
* kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal2014-08-08
* bin2c: move bin2c in scripts/basicVivek Goyal2014-08-08
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-10
* kbuild: fixdep: support concatenated dep filesStephen Warren2013-04-05
* treewide: Fix typo in various driversMasanari Iida2013-01-09
* fixdep: fix extraneous dependenciesPeter Foley2011-09-09
* kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley2011-05-02
* kbuild: Fix computing srcversion for modulesMichal Marek2011-03-13
* fixdep: Do not record dependency on the source file itselfMichal Marek2011-02-21
* Make fixdep error handling more explicitBen Gamari2010-12-22
* Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek2010-12-14
|\
| * Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2010-10-28
| |\
| | * kbuild: check return value of asprintf()Namhyung Kim2010-10-28
| * | jump label: Convert dynamic debug to use jump labelsJason Baron2010-09-22
| |/
| * docbook: warn on unused doc entriesJohannes Berg2010-09-11
* | fixdep: use hash table instead of a single arrayEric Dumazet2010-11-11
|/
* kbuild: move autoconf.h to include/generatedSam Ravnborg2009-12-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-23
|\
| * kbuild: add static to prototypesTrevor Keith2009-09-20
* | trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith2009-09-21
* | trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2009-09-21
|/
* kbuild: fix build error during make htmldocsAmerigo Wang2009-06-20
* kbuild: fix a compile warningAmerigo Wang2009-06-14
* kbuild: allow docproc invocation from externalJiri Slaby2009-06-09
* Update .gitignore files for generated targetsLinus Torvalds2008-10-20
* driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-16
* kernel-doc: new P directive for DOC: sectionsJohannes Berg2008-01-28
* kernel-doc: use no-doc optionJohannes Berg2008-01-28