summaryrefslogtreecommitdiff
path: root/scripts/basic
AgeCommit message (Expand)Author
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada
2023-01-22fixdep: do not parse *.rlib, *.rmeta, *.soMasahiro Yamada
2023-01-22fixdep: avoid parsing the same file over againMasahiro Yamada
2023-01-22fixdep: refactor hash table lookupMasahiro Yamada
2023-01-22fixdep: parse Makefile more correctly to handle comments etc.Masahiro Yamada
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada
2022-12-30fixdep: remove unneeded <stdarg.h> inclusionMasahiro Yamada
2022-05-08randstruct: Move seed generation into scripts/basic/Kees Cook
2022-03-31fixdep: use fflush() and ferror() to ensure successful write to filesMasahiro Yamada
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-02fixdep: remove redundant null character checkMasahiro Yamada
2020-03-02fixdep: remove unneeded code and comments about *.ver filesMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2019-08-29kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada
2019-07-01fixdep: check return value of printf() and putchar()Masahiro Yamada
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada
2018-05-07fixdep: suppress consecutive / from file paths in dependency list filesNicolas Pitre
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada
2018-03-05fixdep: do not ignore kconfig.hRasmus Villemoes
2018-03-05fixdep: remove some false CONFIG_ matchesRasmus Villemoes
2018-03-05fixdep: remove stale references to uml-config.hRasmus Villemoes
2018-01-18fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada
2018-01-18fixdep: refactor parse_dep_file()Masahiro Yamada
2018-01-18fixdep: move global variables to local variables of main()Masahiro Yamada
2018-01-18fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada
2018-01-18fixdep: factor out common code for reading filesMasahiro Yamada
2018-01-18fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada
2018-01-18fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada
2018-01-08fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn
2017-08-10fixdep: trivial: typo fix and correctionCao jin
2017-08-10kbuild: trivial cleanups on the commentsCao jin
2016-08-24fixdep: faster CONFIG_ searchAlexey Dobriyan
2016-07-22scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael
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-08-08kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal
2014-08-08bin2c: move bin2c in scripts/basicVivek Goyal
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2013-04-05kbuild: fixdep: support concatenated dep filesStephen Warren