summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | modpost: stop symbol preloading for modversion CRCMasahiro Yamada2019-11-231-32/+39
| * | | modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada2019-11-231-3/+3
| * | | modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada2019-11-232-8/+3
| * | | modpost: add a helper to get data pointed by a symbolMasahiro Yamada2019-11-231-4/+13
| * | | kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada2019-11-151-18/+0
| * | | kbuild: remove header compile testMasahiro Yamada2019-11-152-23/+0
| * | | kbuild: rename any-prereq to newer-prereqsMasahiro Yamada2019-11-111-5/+5
| * | | kbuild: drop $(wildcard $^) check in if_changed* for faster rebuildMasahiro Yamada2019-11-111-2/+5
| * | | modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada2019-11-111-4/+2
| * | | scripts/nsdeps: support nsdeps for external module buildsMasahiro Yamada2019-11-112-3/+9
| * | | modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada2019-11-114-39/+30
| * | | modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada2019-11-111-0/+2
| * | | modpost: do not invoke extra modpost for nsdepsMasahiro Yamada2019-11-112-12/+5
| * | | scripts/ver_linux: add Bison and Flex to the checklistBhaskar Chowdhury2019-11-111-0/+2
| * | | kconfig: be more helpful if pkg-config is missingAlyssa Ross2019-11-112-0/+6
| * | | kconfig: Add option to get the full help text with listnewconfigLaura Abbott2019-11-112-2/+16
| * | | kbuild: Add make dir-pkg build optionMatteo Croce2019-11-112-3/+8
| * | | kbuild: Wrap long "make help" text linesGeert Uytterhoeven2019-11-112-2/+4
| * | | scripts: setlocalversion: replace backquote to dollar parenthesisBhaskar Chowdhury2019-11-111-11/+11
| * | | kbuild: make single target builds much fasterMasahiro Yamada2019-11-111-1/+4
| * | | kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectoriesMasahiro Yamada2019-11-111-3/+3
| * | | kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada2019-11-112-8/+2
| * | | modpost: do not parse vmlinux for external module buildsMasahiro Yamada2019-11-111-3/+5
| * | | kbuild: update comments in scripts/Makefile.modpostMasahiro Yamada2019-11-111-2/+1
| * | | kconfig: split util.c out of parser.yMasahiro Yamada2019-11-112-2/+1
| * | | video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/Masahiro Yamada2019-11-113-517/+0
* | | | Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-023-14/+109
|\ \ \ \
| * | | | docs, parallelism: Rearrange how jobserver reservations are madeKees Cook2019-11-222-59/+66
| * | | | docs, parallelism: Do not leak blocking mode to other readersKees Cook2019-11-221-8/+6
| * | | | docs, parallelism: Fix failure path and add commentKees Cook2019-11-221-0/+3
| * | | | scripts/sphinx-pre-install: fix Arch latexmk dependencyLouis Taylor2019-11-071-0/+1
| * | | | scripts/kernel-doc: Add support for named variable macro argumentsJonathan Neuschäfer2019-11-071-0/+16
| * | | | Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet2019-10-2913-116/+72
| |\ \ \ \
| * | | | | scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto...Jeremy MAURO2019-10-031-1/+2
| * | | | | scripts/sphinx-pre-install: allow checking for multiple missing filesJeremy MAURO2019-10-031-9/+11
| * | | | | kernel-doc: add support for ____cacheline_aligned_in_smp attributeAndré Almeida2019-10-011-1/+2
| * | | | | kernel-doc: fix processing nested structs with attributesAndré Almeida2019-10-011-4/+4
| * | | | | scripts/sphinx-pre-install: add how to exit virtualenv usage messageShuah Khan2019-10-011-0/+8
| * | | | | docs: Use make invocation's -j argument for parallelismKees Cook2019-10-011-0/+58
* | | | | | Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-023-3/+21
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | dtc: Use pkg-config to locate libyamlPavel Modilaynen2019-11-041-2/+2
| * | | | | scripts/dtc: dtx_diff - add color output supportGeert Uytterhoeven2019-11-041-1/+11
| * | | | | checkpatch: Warn if DT bindings are not in schema formatRob Herring2019-10-111-0/+8
| |/ / / /
* | | | | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2019-12-011-0/+28
* | | | | Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-3/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus2019-10-111-2/+6
| * | | | lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus2019-10-111-1/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-1/+154
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-092-4/+5
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |