aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-2/+2
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationGravatar Joe Perches 1-5/+7
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+1
2020-10-22Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-275/+170
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 19-680/+401
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopGravatar Toke Høiland-Jørgensen 1-0/+1
2020-10-21kbuild: Use uname for LINUX_COMPILE_HOST detectionGravatar Chris Down 1-1/+1
2020-10-21kbuild: remove leftover comment for filechk utilityGravatar Rasmus Villemoes 1-2/+0
2020-10-21treewide: remove DISABLE_LTOGravatar Sami Tolvanen 1-1/+1
2020-10-18Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Gravatar Linus Torvalds 11-26/+1118
2020-10-17coccinelle: api: add kfree_mismatch scriptGravatar Denis Efremov 1-0/+228
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-82/+223
2020-10-16Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-75/+209
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGravatar George Popescu 1-1/+9
2020-10-16scripts/gdb/tasks: add headers and improve spacing formatGravatar Ritesh Harjani 1-4/+5
2020-10-16scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Gravatar Ritesh Harjani 1-8/+7
2020-10-16checkpatch: add new warnings to author signoff checks.Gravatar Dwaipayan Ray 1-16/+77
2020-10-16checkpatch: fix false positive on empty block comment linesGravatar Łukasz Stelmach 1-1/+1
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Gravatar Dwaipayan Ray 1-3/+4
2020-10-16checkpatch: emit a warning on embedded filenamesGravatar Joe Perches 1-0/+6
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerGravatar Dwaipayan Ray 1-0/+4
2020-10-16checkpatch: allow not using -f with files that are in gitGravatar Joe Perches 1-0/+14
2020-10-16checkpatch: warn on self-assignmentsGravatar Joe Perches 1-0/+11
2020-10-16const_structs.checkpatch: add pinctrl_ops and pinmux_opsGravatar Rikard Falkeborn 1-0/+2
2020-10-16checkpatch: warn if trace_printk and friends are calledGravatar Nicolas Boichat 1-0/+6
2020-10-16const_structs.checkpatch: add phy_opsGravatar Rikard Falkeborn 1-0/+1
2020-10-16checkpatch: add test for comma use that should be semicolonGravatar Joe Perches 1-0/+11
2020-10-16checkpatch: move repeated word testGravatar Joe Perches 1-36/+36
2020-10-16checkpatch: add --kconfig-prefixGravatar Jerome Forissier 1-4/+8
2020-10-16get_maintainer: exclude MAINTAINERS file(s) from --git-fallbackGravatar Joe Perches 1-2/+4
2020-10-16get_maintainer: add test for file in VCSGravatar Joe Perches 1-0/+3
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 2-3/+7
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+0
2020-10-15coccinelle: iterators: Add for_each_child.cocci scriptGravatar Sumera Priyadarsini 1-0/+358
2020-10-15scripts: kernel-doc: try to use c:function if possibleGravatar Mauro Carvalho Chehab 1-9/+14
2020-10-15scripts: kernel-doc: fix line number handlingGravatar Mauro Carvalho Chehab 1-2/+4
2020-10-15scripts: kernel-doc: allow passing desired Sphinx C domain dialectGravatar Mauro Carvalho Chehab 1-8/+43
2020-10-15scripts: kernel-doc: don't mangle with parameter listGravatar Mauro Carvalho Chehab 1-12/+14
2020-10-15scripts: kernel-doc: fix typedef identificationGravatar Mauro Carvalho Chehab 1-23/+41
2020-10-15scripts: kernel-doc: reimplement -nofunction argumentGravatar Mauro Carvalho Chehab 1-23/+21
2020-10-15scripts: kernel-doc: fix troubles with line countsGravatar Mauro Carvalho Chehab 1-3/+4
2020-10-15scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xGravatar Mauro Carvalho Chehab 1-10/+24
2020-10-15scripts: kernel-doc: make it more compatible with Sphinx 3.xGravatar Mauro Carvalho Chehab 1-6/+65
2020-10-15scripts: kernel-doc: add support for typedef enumGravatar Mauro Carvalho Chehab 1-4/+11
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Gravatar Linus Torvalds 1-0/+3
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+315
2020-10-14Merge tag 'devicetree-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-44/+61
2020-10-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-7/+26
2020-10-14kbuild: deb-pkg: clean up package name variablesGravatar Masahiro Yamada 1-9/+9
2020-10-14kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nGravatar Masahiro Yamada 2-9/+16