summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* leaking_addresses: Always print a trailing newlineKees Cook2021-11-171-1/+2
* gcc-plugins/structleak: add makefile var for disabling structleakBrendan Higgins2021-10-271-0/+4
* nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^'Steven Rostedt2021-10-201-1/+1
* kasan: always respect CONFIG_KASAN_STACKNathan Chancellor2021-10-091-1/+2
* gen_compile_commands: fix missing 'sys' packageKortan2021-09-221-0/+1
* parisc: Fix compile failure when building 64-bit kernel nativelyMasahiro Yamada2021-09-181-1/+1
* kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=yMasahiro Yamada2021-09-181-1/+7
* Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-071-7/+11
|\
| * scripts: checkversion: modernize linux/version.h search stringsRandy Dunlap2021-08-051-7/+11
* | scripts/tracing: fix the bug that can't parse raw_trace_funcHui Su2021-08-041-3/+3
* | scripts/recordmcount.pl: Remove check_objcopy() and $can_use_localNathan Chancellor2021-08-041-40/+0
|/
* 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