summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-next/kasan' into for-next/coreWill Deacon2021-06-241-0/+1
| |\ \ \ \ \
| | * | | | | kasan: arm64: support specialized outlined tag mismatch checksPeter Collingbourne2021-05-261-0/+1
| * | | | | | Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers2021-06-081-1/+2
| |/ / / / /
* | | | | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-283-51/+2
|\ \ \ \ \ \
| * | | | | | locking/atomics: atomic-instrumented: simplify ifdefferyMark Rutland2021-05-261-49/+2
| * | | | | | locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-262-2/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds2021-06-281-2/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'Josh Poimboeuf2021-05-191-2/+3
| |/ / / /
* | | / / recordmcount: Correct st_shndx handlingPeter Zijlstra2021-06-181-5/+10
| |_|/ / |/| | |
* | | | kbuild: Quote OBJCOPY var to avoid a pahole call break the buildJavier Martinez Canillas2021-05-272-2/+2
| |/ / |/| |
* | | kbuild: dummy-tools: adjust to stricter stackprotector checkMichal Kubecek2021-05-171-1/+5
* | | scripts/jobserver-exec: Fix a typo ("envirnoment")Jonathan Neuschäfer2021-05-171-1/+1
|/ /
* | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-0815-65/+85
|\ \
| * | kbuild: Don't remove link-vmlinux temporary files on exit/signalAndi Kleen2021-05-061-14/+0
| * | kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada2021-05-061-1/+1
| * | kbuild: refactor fdtoverlay ruleMasahiro Yamada2021-05-062-19/+16
| * | kbuild: parameterize the .o part of suffix-searchMasahiro Yamada2021-05-061-8/+11
| * | .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-026-18/+18
| * | kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-024-4/+4