summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-10-16checkpatch: add new warnings to author signoff checks.Dwaipayan Ray1-16/+77
2020-10-16checkpatch: fix false positive on empty block comment linesŁukasz Stelmach1-1/+1
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray1-3/+4
2020-10-16checkpatch: emit a warning on embedded filenamesJoe Perches1-0/+6
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray1-0/+4
2020-10-16checkpatch: allow not using -f with files that are in gitJoe Perches1-0/+14
2020-10-16checkpatch: warn on self-assignmentsJoe Perches1-0/+11
2020-10-16const_structs.checkpatch: add pinctrl_ops and pinmux_opsRikard Falkeborn1-0/+2
2020-10-16checkpatch: warn if trace_printk and friends are calledNicolas Boichat1-0/+6
2020-10-16const_structs.checkpatch: add phy_opsRikard Falkeborn1-0/+1
2020-10-16checkpatch: add test for comma use that should be semicolonJoe Perches1-0/+11
2020-10-16checkpatch: move repeated word testJoe Perches1-36/+36
2020-10-16checkpatch: add --kconfig-prefixJerome Forissier1-4/+8
2020-10-16get_maintainer: exclude MAINTAINERS file(s) from --git-fallbackJoe Perches1-2/+4
2020-10-16get_maintainer: add test for file in VCSJoe Perches1-0/+3
2020-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+0
2020-10-15Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds1-0/+3
2020-10-15Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+315
2020-10-15Merge tag 'devicetree-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-44/+61
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+26
2020-10-14scripts/decodecode: add the capability to supply the program counterBorislav Petkov1-7/+22
2020-10-14scripts/spelling.txt: add "arbitrary" typoNaoki Hayama1-0/+1
2020-10-14scripts/spelling.txt: increase error-prone spell checkingWang Qing1-0/+3
2020-10-14Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2020-10-14Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-37/+117
2020-10-13Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2-2/+5
2020-10-12scripts/dtc: Update to upstream version v1.6.0-31-gcbca977ea121Rob Herring11-42/+58
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek2-37/+117
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2-7/+16
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar10-44/+68
2020-10-07locking/atomics: Check atomic-arch-fallback.h tooPaul Bolle1-0/+1
2020-10-06Merge branch 'dt/linus' into dt/nextRob Herring1-1/+1
2020-10-03scripts/spelling.txt: fix malformed entryEric Biggers1-1/+1
2020-10-02scripts/spdxcheck.py: handle license identifiers in XML commentsLukas Bulwahn1-0/+3
2020-09-30Merge tag 'devicetree-fixes-for-5.9-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2020-09-29scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwritingUwe Kleine-König1-1/+1
2020-09-24scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*Masahiro Yamada1-1/+15
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-5/+11
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada1-3/+8
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada2-31/+30
2020-09-18kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada1-1/+1
2020-09-16kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron1-1/+2
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness1-1/+2
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness1-5/+6
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman4-6/+12
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2020-09-10scripts: device_attr_show.cocci: update location of sysfs docMauro Carvalho Chehab1-1/+1
2020-09-10kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab1-0/+2
2020-09-08scripts/gdb: update for lockless printk ringbufferJohn Ogness1-37/+102
2020-09-08scripts/gdb: add utils.read_ulong()John Ogness1-0/+7