aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
AgeCommit message (Expand)AuthorFilesLines
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionGravatar Masahiro Yamada 1-2/+1
2023-01-22fixdep: do not parse *.rlib, *.rmeta, *.soGravatar Masahiro Yamada 1-1/+10
2023-01-22fixdep: avoid parsing the same file over againGravatar Masahiro Yamada 1-2/+7
2023-01-22fixdep: refactor hash table lookupGravatar Masahiro Yamada 1-22/+25
2023-01-22fixdep: parse Makefile more correctly to handle comments etc.Gravatar Masahiro Yamada 1-54/+119
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesGravatar Masahiro Yamada 1-2/+2
2022-12-30fixdep: remove unneeded <stdarg.h> inclusionGravatar Masahiro Yamada 1-1/+0
2022-05-08randstruct: Move seed generation into scripts/basic/Gravatar Kees Cook 2-0/+12
2022-03-31fixdep: use fflush() and ferror() to ensure successful write to filesGravatar Masahiro Yamada 1-27/+19
2021-05-02.gitignore: prefix local generated files with a slashGravatar Masahiro Yamada 1-1/+1
2021-04-25kbuild: redo fake deps at include/config/*.hGravatar Alexey Dobriyan 1-37/+6
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