aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
AgeCommit message (Expand)AuthorFilesLines
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yGravatar Masahiro Yamada 1-2/+1
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-02fixdep: remove redundant null character checkGravatar Masahiro Yamada 1-1/+1
2020-03-02fixdep: remove unneeded code and comments about *.ver filesGravatar Masahiro Yamada 1-7/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-2/+2
2019-08-29kbuild: remove unneeded comments and code from scripts/basic/MakefileGravatar Masahiro Yamada 1-12/+2
2019-07-01fixdep: check return value of printf() and putchar()Gravatar Masahiro Yamada 1-10/+41
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSGravatar Masahiro Yamada 1-27/+4
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Gravatar Masahiro Yamada 3-38/+0
2018-05-07fixdep: suppress consecutive / from file paths in dependency list filesGravatar Nicolas Pitre 1-2/+4
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Gravatar Masahiro Yamada 1-4/+4
2018-03-05fixdep: do not ignore kconfig.hGravatar Rasmus Villemoes 1-1/+0
2018-03-05fixdep: remove some false CONFIG_ matchesGravatar Rasmus Villemoes 1-0/+5
2018-03-05fixdep: remove stale references to uml-config.hGravatar Rasmus Villemoes 1-9/+0
2018-01-18fixdep: use existing helper to check modular CONFIG optionsGravatar Masahiro Yamada 1-12/+12
2018-01-18fixdep: refactor parse_dep_file()Gravatar Masahiro Yamada 1-40/+40
2018-01-18fixdep: move global variables to local variables of main()Gravatar Masahiro Yamada 1-26/+16
2018-01-18fixdep: remove unneeded memcpy() in parse_dep_file()Gravatar Masahiro Yamada 1-13/+9
2018-01-18fixdep: factor out common code for reading filesGravatar Masahiro Yamada 1-55/+20
2018-01-18fixdep: use malloc() and read() to load dep_file to bufferGravatar Masahiro Yamada 1-24/+32
2018-01-18fixdep: remove unnecessary <arpa/inet.h> inclusionGravatar Masahiro Yamada 1-1/+0
2018-01-08fixdep: exit with error code in error branches of do_config_file()Gravatar Lukas Bulwahn 1-4/+2
2017-08-10fixdep: trivial: typo fix and correctionGravatar Cao jin 1-3/+3
2017-08-10kbuild: trivial cleanups on the commentsGravatar Cao jin 1-1/+1
2016-08-24fixdep: faster CONFIG_ searchGravatar Alexey Dobriyan 1-58/+28
2016-07-22scripts: Fix size mismatch of kexec_purgatory_sizeGravatar Tautschnig, Michael 1-1/+2
2016-03-29kbuild: add fine grained build dependencies for exported symbolsGravatar Nicolas Pitre 1-0/+1
2016-03-29fixdep: accept extra dependencies on stdinGravatar Nicolas Pitre 1-15/+45
2016-02-17kbuild: fixdep: Check fstat(2) return valueGravatar Tom Rini 1-1/+5
2015-12-07fixdep: constify strrcmp argumentsGravatar Nicolas Iooss 1-1/+1
2015-08-24kbuild: fixdep: drop meaningless hash table initializationGravatar Masahiro Yamada 1-19/+0
2015-08-24kbuild: fixdep: optimize code slightlyGravatar Masahiro Yamada 1-3/+4
2014-08-08kernel: build bin2c based on config option CONFIG_BUILD_BIN2CGravatar Vivek Goyal 1-1/+1
2014-08-08bin2c: move bin2c in scripts/basicGravatar Vivek Goyal 3-0/+37
2014-06-10kbuild: trivial - use tabs for code indent where possibleGravatar Masahiro Yamada 1-4/+4
2013-04-05kbuild: fixdep: support concatenated dep filesGravatar Stephen Warren 1-32/+61
2013-01-09treewide: Fix typo in various driversGravatar Masanari Iida 1-1/+1
2011-09-09fixdep: fix extraneous dependenciesGravatar Peter Foley 1-0/+1
2011-05-02kbuild: move scripts/basic/docproc.c to scripts/docproc.cGravatar Peter Foley 3-587/+1
2011-03-13kbuild: Fix computing srcversion for modulesGravatar Michal Marek 1-6/+13
2011-02-21fixdep: Do not record dependency on the source file itselfGravatar Michal Marek 1-1/+11
2010-12-22Make fixdep error handling more explicitGravatar Ben Gamari 1-3/+7
2010-12-14Merge commit 'v2.6.37-rc1' into kbuild/kbuildGravatar Michal Marek 3-66/+132
2010-11-11fixdep: use hash table instead of a single arrayGravatar Eric Dumazet 1-48/+61
2010-10-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-1/+4
2010-10-28kbuild: check return value of asprintf()Gravatar Namhyung Kim 1-1/+4
2010-09-22jump label: Convert dynamic debug to use jump labelsGravatar Jason Baron 2-65/+1