summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2019-05-1414-104/+1075
|\
| * scripts/gdb: add $lx_clk_core_lookup functionLeonard Crestez2019-04-281-0/+23
| * scripts/gdb: initial clk support: lx-clk-summaryLeonard Crestez2019-04-282-0/+47
| * scripts/gdb: add hlist utilitiesLeonard Crestez2019-04-281-0/+23
| * scripts/gdb: silence pep8 checksStephen Boyd2019-04-285-5/+16
| * scripts-gdb-add-a-timer-list-command-v2Stephen Boyd2019-04-282-56/+86
| * scripts/gdb: add a timer list commandStephen Boyd2019-04-283-0/+203
| * scripts-gdb-add-rb-tree-iterating-utilities-v2Stephen Boyd2019-04-281-8/+16
| * scripts/gdb: add rb tree iterating utilitiesStephen Boyd2019-04-282-0/+170
| * scripts-gdb-add-kernel-config-dumping-command-v2Stephen Boyd2019-04-281-13/+9
| * scripts/gdb: add kernel config dumping commandStephen Boyd2019-04-282-0/+49
| * scripts/gdb: find vmlinux where it was beforeStephen Boyd2019-04-281-1/+5
| * checkpatch: fix somethingJoe Perches2019-04-281-9/+9
| * checkpatch: don't interpret stack dumps as commit IDsJoe Perches2019-04-281-2/+4
| * scripts/spelling.txt: add more typos to spelling.txt and sortLike Xu2019-04-281-87/+492
* | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2019-05-141-1/+1
|\ \
| * \ Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-131-1/+1
| |\ \
| | * | gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Chris Packham2019-05-101-1/+1
* | | | Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell2019-05-1410-57/+110
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'kconfig' into for-nextMasahiro Yamada2019-05-138-45/+89
| |\ \ \
| | * | | kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2019-05-132-2/+1
| | * | | kconfig: use snprintf for formatting pathnamesJacob Garber2019-05-132-2/+3
| | * | | kconfig: remove useless pointer check in conf_write_dep()Masahiro Yamada2019-05-111-2/+0
| | * | | kconfig: make parent directories for the saved .config as neededMasahiro Yamada2019-05-113-3/+5
| | * | | kconfig: do not write .config if the content is the sameMasahiro Yamada2019-05-111-0/+54
| | * | | kconfig: do not accept a directory for configuration outputMasahiro Yamada2019-05-111-34/+24
| | * | | kconfig: remove trailing whitespacesMasahiro Yamada2019-05-092-2/+2
| | * | | kconfig: Make nconf-cfg.sh executablePetr Vorel2019-04-091-0/+0
| * | | | kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada2019-05-131-6/+6
| * | | | kbuild: add some extra warning flags unconditionallyMasahiro Yamada2019-05-131-6/+7
| * | | | kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada2019-05-131-0/+8
* | | | | bpf: fix script for generating man page on BPF helpersQuentin Monnet2019-05-131-4/+4
|/ / / /
* | | | Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds2019-05-083-0/+51
|\ \ \ \
| * | | | scripts/documentation-file-ref-check: detect broken :doc:`foo`Mauro Carvalho Chehab2019-05-031-0/+29
| * | | | scripts/documentation-file-ref-check: don't parse Next/ dirMauro Carvalho Chehab2019-05-031-0/+3
| * | | | docs: scripts/sphinx-pre-install: suggest latexmk for building pdfMauro Carvalho Chehab2019-04-011-0/+1
| * | | | checkpatch: Warn on improper usage of Co-developed-bySean Christopherson2019-03-251-0/+18
* | | | | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-0810-32/+13
|\ \ \ \ \
| * | | | | moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-071-0/+3
| * | | | | scripts/tags.sh: fix direct execution of scripts/tags.shMasahiro Yamada2019-05-031-1/+1
| * | | | | scripts: override locale from environment when running recordmcount.plDaniel Dadap2019-05-031-1/+1
| * | | | | modpost: make KBUILD_MODPOST_WARN also configurable for external modulesWiebe, Wladislav (Nokia - DE/Ulm)2019-04-111-1/+1
| * | | | | kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-026-6/+6
| * | | | | kbuild: mkmakefile: generate a simple wrapper of top MakefileMasahiro Yamada2019-04-021-18/+2
| * | | | | kbuild: mkmakefile: do not check the generated Makefile markerMasahiro Yamada2019-04-021-6/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-05-081-0/+3
|\ \ \ \ \
| * | | | | csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren2019-04-221-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-1/+24
|\ \ \ \ \
| * | | | | kbuild: tolerate missing pahole when generating BTFAndrii Nakryiko2019-05-061-0/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-022-2/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |