aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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-08Makefile: fix GDB warning with CONFIG_RELRGravatar Nick Desaulniers 1-1/+2
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-26locking/atomics: atomic-instrumented: simplify ifdefferyGravatar Mark Rutland 1-49/+2
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsGravatar Mark Rutland 2-2/+0
2021-05-19kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'Gravatar Josh Poimboeuf 1-2/+3
2021-05-18scripts: coccicheck: fix troubles on non-English buildsGravatar Mauro Carvalho Chehab 1-1/+1
2021-05-17scripts: kernel-doc: reduce repeated regex expressions into variablesGravatar Aditya Srivastava 1-37/+34
2021-05-17kbuild: dummy-tools: adjust to stricter stackprotector checkGravatar Michal Kubecek 1-1/+5
2021-05-17scripts/jobserver-exec: Fix a typo ("envirnoment")Gravatar Jonathan Neuschäfer 1-1/+1
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 15-65/+85
2021-05-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-5/+39
2021-05-07scripts/spelling.txt: add "overflw"Gravatar Drew Fustini 1-0/+1
2021-05-07scripts/spelling.txt: Add "diabled" typoGravatar zuoqilin 1-0/+1
2021-05-07scripts/spelling.txt: add "overlfow"Gravatar Drew Fustini 1-0/+1
2021-05-07scripts/gdb: add lx_current support for arm64Gravatar Barry Song 1-0/+13
2021-05-07scripts/gdb: document lx_current is only supported by x86Gravatar Barry Song 1-2/+8
2021-05-07gdb: lx-symbols: store the abspath()Gravatar Johannes Berg 1-1/+2
2021-05-06checkpatch: improve ALLOC_ARRAY_ARGS testGravatar Christophe JAILLET 1-1/+1
2021-05-06checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEGravatar Vincent Mailhol 1-1/+1
2021-05-06checkpatch: warn when missing newline in return sysfs_emit() formatsGravatar Joe Perches 1-0/+11
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+9
2021-05-06Merge tag 'docs-5.13-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-1/+1
2021-05-06kbuild: Don't remove link-vmlinux temporary files on exit/signalGravatar Andi Kleen 1-14/+0
2021-05-06kbuild: refactor modname-multi by using suffix-searchGravatar Masahiro Yamada 1-1/+1
2021-05-06kbuild: refactor fdtoverlay ruleGravatar Masahiro Yamada 2-19/+16
2021-05-06kbuild: parameterize the .o part of suffix-searchGravatar Masahiro Yamada 1-8/+11
2021-05-03Removed the oprofiled version optionGravatar Bhaskar Chowdhury 1-1/+0