aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-08-07Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+11
2021-08-05scripts: checkversion: modernize linux/version.h search stringsGravatar Randy Dunlap 1-7/+11
2021-08-04scripts/tracing: fix the bug that can't parse raw_trace_funcGravatar Hui Su 1-3/+3
2021-08-04scripts/recordmcount.pl: Remove check_objcopy() and $can_use_localGravatar Nathan Chancellor 1-40/+0
2021-07-18Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-6/+9
2021-07-18Kbuild: lto: fix module versionings mismatch in GNU make 3.XGravatar Lecopzer Chen 1-1/+1
2021-07-18scripts/setlocalversion: fix a bug when LOCALVERSION is emptyGravatar Mikulas Patocka 1-5/+8
2021-07-12scripts/spdxcheck.py: Strictly read license files in utf-8Gravatar Nishanth Menon 1-1/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 12-99/+118
2021-07-09scripts: add generic syscallnr.shGravatar Masahiro Yamada 1-0/+74
2021-07-09scripts: check duplicated syscall number in syscall tableGravatar Masahiro Yamada 2-2/+7
2021-07-08scripts/decode_stacktrace.sh: indicate 'auto' can be used for base pathGravatar Stephen Boyd 1-1/+1
2021-07-08scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nmGravatar Stephen Boyd 1-3/+3
2021-07-08scripts/decode_stacktrace.sh: support debuginfodGravatar Stephen Boyd 1-11/+70
2021-07-08arch, mm: wire up memfd_secret system call where relevantGravatar Mike Rapoport 1-0/+4
2021-07-06Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Gravatar Linus Torvalds 8-61/+384
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-1/+6
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+10
2021-07-01checkpatch: do not complain about positive return values starting with EPOLLGravatar Guenter Roeck 1-1/+1
2021-07-01checkpatch: improve the indented label testGravatar Joe Perches 1-3/+7
2021-07-01checkpatch: scripts/spdxcheck.py now requires python3Gravatar Guenter Roeck 1-2/+2
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-39/+61
2021-06-29kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21Gravatar Andrii Nakryiko 1-0/+4
2021-06-29scripts/spelling.txt: add more spellings to spelling.txtGravatar Colin Ian King 1-0/+16
2021-06-29streamline_config.pl: add softtabstop=4 for vim usersGravatar Steven Rostedt (VMware) 1-0/+2
2021-06-29streamline_config.pl: make spacing consistentGravatar Steven Rostedt (VMware) 1-39/+39
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-120/+215
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-1/+3
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-51/+2
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Gravatar Linus Torvalds 1-2/+3
2021-06-28scripts/min-tool-version.sh: Raise minimum clang version to 13.0.0 for s390Gravatar Nathan Chancellor 1-1/+6
2021-06-24Merge branch 'for-next/kasan' into for-next/coreGravatar Will Deacon 1-0/+1
2021-06-21coccinelle: api: remove kobj_to_dev.cocci scriptGravatar Keith Busch 1-45/+0
2021-06-18recordmcount: Correct st_shndx handlingGravatar Peter Zijlstra 1-5/+10
2021-06-17kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is setGravatar Matthias Maennich 1-3/+11
2021-06-17kbuild: modpost: Explicitly warn about unprototyped symbolsGravatar Mark Brown 1-2/+5
2021-06-08Makefile: fix GDB warning with CONFIG_RELRGravatar Nick Desaulniers 1-1/+2
2021-06-05kconfig: constify long_optsGravatar Masahiro Yamada 1-1/+1
2021-06-04documentation-file-ref-check: Make git check work for multiple working direct...Gravatar Rob Herring 1-1/+1
2021-06-01scripts: sphinx-pre-install: fix the need of virtenv packagesGravatar Mauro Carvalho Chehab 1-48/+74
2021-06-01scripts: sphinx-pre-install: rework the sphinx install logicGravatar Mauro Carvalho Chehab 1-68/+140
2021-05-27kbuild: Quote OBJCOPY var to avoid a pahole call break the buildGravatar Javier Martinez Canillas 2-2/+2
2021-05-26kasan: arm64: support specialized outlined tag mismatch checksGravatar Peter Collingbourne 1-0/+1
2021-05-27scripts/setlocalversion: simplify the short version partGravatar Masahiro Yamada 1-5/+3
2021-05-27scripts/setlocalversion: factor out 12-chars hash constructionGravatar Masahiro Yamada 1-17/+5
2021-05-27scripts/setlocalversion: add more comments to -dirty flag detectionGravatar Masahiro Yamada 1-0/+4
2021-05-27scripts/setlocalversion: remove workaround for old make-kpkgGravatar Masahiro Yamada 1-1/+1
2021-05-27scripts/setlocalversion: remove mercurial, svn and git-svn supportsGravatar Masahiro Yamada 1-41/+0
2021-05-27kbuild: clean up ${quiet} checks in shell scriptsGravatar Masahiro Yamada 2-6/+2
2021-05-27kbuild: sink stdout from cmd for silent buildGravatar Masahiro Yamada 1-1/+6