Commits
User selector
Commit History
Commits on Dec 30, 2022
fixdep: remove unneeded <stdarg.h> inclusion
Show description for 6a5e25fcommitted
Commits on May 8, 2022
randstruct: Move seed generation into scripts/basic/
Show description for be2b34fcommitted
Commits on Mar 31, 2022
fixdep: use fflush() and ferror() to ensure successful write to files
Show description for 6930437committed
Commits on May 1, 2021
.gitignore: prefix local generated files with a slash
Show description for 9009b45committed
Commits on Apr 24, 2021
kbuild: redo fake deps at include/config/*.h
Show description for 0e0345bauthored andcommitted
Commits on Aug 9, 2020
kbuild: introduce hostprogs-always-y and userprogs-always-y
Show description for faabed2committed
Commits on May 25, 2020
modpost,fixdep: Replace zero-length array with flexible-array
Show description for 859c817authored andcommitted
Commits on Apr 3, 2020
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Show description for ff2ae60committed
Commits on Mar 25, 2020
.gitignore: add SPDX License Identifier
Show description for d198b34authored andcommitted
Commits on Mar 2, 2020
fixdep: remove redundant null character check
Show description for 3f9070acommittedfixdep: remove unneeded code and comments about *.ver files
Show description for 87d660fcommitted
Commits on Feb 3, 2020
kbuild: rename hostprogs-y/always to hostprogs/always-y
Show description for 5f2fb52committed
Commits on Aug 29, 2019
kbuild: remove unneeded comments and code from scripts/basic/Makefile
Show description for fc01adccommitted
Commits on Jul 1, 2019
fixdep: check return value of printf() and putchar()
Show description for 6f9ac9fcommitted
Commits on May 21, 2019
treewide: Add SPDX license identifier - Makefile/Kconfig
Show description for ec8f24bauthored andcommitted
Commits on Dec 1, 2018
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Show description for bbda5eccommitted
Commits on Jul 17, 2018
kbuild: move bin2c back to scripts/ from scripts/basic/
Show description for c417fbccommitted
Commits on May 7, 2018
fixdep: suppress consecutive / from file paths in dependency list files
Show description for b3aa58dauthored andcommitted
Commits on Mar 25, 2018
kbuild: move include/config/ksym/* to include/ksym/*
Show description for fbfa9becommitted
Commits on Mar 5, 2018
fixdep: do not ignore kconfig.h
Show description for 638e69cauthored andcommittedfixdep: remove some false CONFIG_ matches
Show description for 5b8ad96authored andcommittedfixdep: remove stale references to uml-config.h
Show description for 14a596aauthored andcommitted
Commits on Jan 18, 2018
fixdep: use existing helper to check modular CONFIG options
Show description for ab9ce9fcommittedfixdep: refactor parse_dep_file()
Show description for 87b95a8committedfixdep: move global variables to local variables of main()
Show description for 5d1ef76committedfixdep: remove unneeded memcpy() in parse_dep_file()
Show description for ccfe788committedfixdep: factor out common code for reading files
Show description for 4003fd8committedfixdep: use malloc() and read() to load dep_file to buffer
Show description for 01b5cbecommittedfixdep: remove unnecessary <arpa/inet.h> inclusion
Show description for 41f92cfcommitted
Commits on Jan 8, 2018
fixdep: exit with error code in error branches of do_config_file()
Show description for 7c2ec43authored andcommitted
Commits on Aug 9, 2017
fixdep: trivial: typo fix and correction
Show description for 4e433fcauthored andcommitted
kbuild: trivial cleanups on the comments
Show description for 312a3d0authored andcommitted
Commits on Aug 24, 2016
fixdep: faster CONFIG_ search
Show description for dee81e9authored andcommitted

Commits on Jul 22, 2016
scripts: Fix size mismatch of kexec_purgatory_size
Show description for 21532b9authored andcommitted

Commits on Mar 29, 2016
kbuild: add fine grained build dependencies for exported symbols
Show description for c1a95fdcommitted
Nicolas Pitre