summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-024-21/+43
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-261-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki2019-10-201-2/+2
| | * | | | | | | scripts/bpf: Emit an #error directive known types list needs updatingJakub Sitnicki2019-10-161-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-208-97/+52
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-141-1/+154
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko2019-10-091-1/+1
| | * | | | | | | scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitionsAndrii Nakryiko2019-10-061-1/+154
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | checkpatch: don't warn about new vsprintf pointer extension '%pe'Uwe Kleine-König2019-11-141-1/+1
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-11-151-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | scripts/tools-support-relr.sh: un-quote variablesIlie Halip2019-11-131-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-081-3/+3
|\ \ \ \ \ \ \