summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-182-6/+9
|\
| * Kbuild: lto: fix module versionings mismatch in GNU make 3.XLecopzer Chen2021-07-181-1/+1
| * scripts/setlocalversion: fix a bug when LOCALVERSION is emptyMikulas Patocka2021-07-181-5/+8
* | scripts/spdxcheck.py: Strictly read license files in utf-8Nishanth Menon2021-07-121-1/+1
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-1012-99/+118
|\
| * scripts: add generic syscallnr.shMasahiro Yamada2021-07-091-0/+74
| * scripts: check duplicated syscall number in syscall tableMasahiro Yamada2021-07-092-2/+7
| * kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is setMatthias Maennich2021-06-171-3/+11
| * kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown2021-06-171-2/+5
| * kconfig: constify long_optsMasahiro Yamada2021-06-051-1/+1
| * scripts/setlocalversion: simplify the short version partMasahiro Yamada2021-05-271-5/+3
| * scripts/setlocalversion: factor out 12-chars hash constructionMasahiro Yamada2021-05-271-17/+5
| * scripts/setlocalversion: add more comments to -dirty flag detectionMasahiro Yamada2021-05-271-0/+4
| * scripts/setlocalversion: remove workaround for old make-kpkgMasahiro Yamada2021-05-271-1/+1
| * scripts/setlocalversion: remove mercurial, svn and git-svn supportsMasahiro Yamada2021-05-271-41/+0
| * kbuild: clean up ${quiet} checks in shell scriptsMasahiro Yamada2021-05-272-6/+2
| * kbuild: sink stdout from cmd for silent buildMasahiro Yamada2021-05-271-1/+6
| * kbuild: merge scripts/mkmakefile to top MakefileMasahiro Yamada2021-05-271-17/+0
| * kbuild: remove libelf checks from top MakefileMasahiro Yamada2021-05-242-4/+0
* | scripts/decode_stacktrace.sh: indicate 'auto' can be used for base pathStephen Boyd2021-07-081-1/+1
* | scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nmStephen Boyd2021-07-081-3/+3
* | scripts/decode_stacktrace.sh: support debuginfodStephen Boyd2021-07-081-11/+70
* | arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-0/+4
* | Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2021-07-068-61/+384
|\ \
| * | coccinelle: api: remove kobj_to_dev.cocci scriptKeith Busch2021-06-211-45/+0
| * | scripts: coccicheck: fix troubles on non-English buildsMauro Carvalho Chehab2021-05-181-1/+1
| * | coccinelle: misc: minmax: suppress patch generation for err returnsDenis Efremov2021-05-011-1/+17
| * | drop unneeded *sJulia Lawall2021-05-011-6/+6
| * | coccinelle: irqf_oneshot: reduce the severity due to false positivesKrzysztof Kozlowski2021-05-011-2/+2
| * | coccinelle: misc: add swap scriptDenis Efremov2021-05-011-0/+122
| * | coccinelle: misc: update uninitialized_var.cocci documentationDenis Efremov2021-05-011-5/+10
| * | coccinelle: misc: restrict patch mode in flexible_array.cocciDenis Efremov2021-05-011-2/+21
| * | coccinelle: misc: add minmax scriptDenis Efremov2021-05-011-0/+206
* | | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-041-1/+6
|\ \ \
| * | | scripts/min-tool-version.sh: Raise minimum clang version to 13.0.0 for s390Nathan Chancellor2021-06-281-1/+6
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-6/+10
|\ \ \ \
| * | | | checkpatch: do not complain about positive return values starting with EPOLLGuenter Roeck2021-07-011-1/+1
| * | | | checkpatch: improve the indented label testJoe Perches2021-07-011-3/+7
| * | | | checkpatch: scripts/spdxcheck.py now requires python3Guenter Roeck2021-07-011-2/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-293-39/+61
|\| | | |
| * | | | kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21Andrii Nakryiko2021-06-291-0/+4
| * | | | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2021-06-291-0/+16
| * | | | streamline_config.pl: add softtabstop=4 for vim usersSteven Rostedt (VMware)2021-06-291-0/+2
| * | | | streamline_config.pl: make spacing consistentSteven Rostedt (VMware)2021-06-291-39/+39
* | | | | Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds2021-06-283-120/+215
|\ \ \ \ \
| * | | | | documentation-file-ref-check: Make git check work for multiple working direct...Rob Herring2021-06-041-1/+1
| * | | | | scripts: sphinx-pre-install: fix the need of virtenv packagesMauro Carvalho Chehab2021-06-011-48/+74
| * | | | | scripts: sphinx-pre-install: rework the sphinx install logicMauro Carvalho Chehab2021-06-011-68/+140
| * | | | | scripts: kernel-doc: reduce repeated regex expressions into variablesAditya Srivastava2021-05-171-37/+34
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-282-1/+3
|\ \ \ \ \ \