aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-22Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen
2020-10-21kbuild: Use uname for LINUX_COMPILE_HOST detectionChris Down
2020-10-21kbuild: remove leftover comment for filechk utilityRasmus Villemoes
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-18Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds
2020-10-17coccinelle: api: add kfree_mismatch scriptDenis Efremov
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu
2020-10-16scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani
2020-10-16scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Ritesh Harjani
2020-10-16checkpatch: add new warnings to author signoff checks.Dwaipayan Ray
2020-10-16checkpatch: fix false positive on empty block comment linesŁukasz Stelmach
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray
2020-10-16checkpatch: emit a warning on embedded filenamesJoe Perches
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray
2020-10-16checkpatch: allow not using -f with files that are in gitJoe Perches
2020-10-16checkpatch: warn on self-assignmentsJoe Perches
2020-10-16const_structs.checkpatch: add pinctrl_ops and pinmux_opsRikard Falkeborn
2020-10-16checkpatch: warn if trace_printk and friends are calledNicolas Boichat
2020-10-16const_structs.checkpatch: add phy_opsRikard Falkeborn
2020-10-16checkpatch: add test for comma use that should be semicolonJoe Perches
2020-10-16checkpatch: move repeated word testJoe Perches
2020-10-16checkpatch: add --kconfig-prefixJerome Forissier
2020-10-16get_maintainer: exclude MAINTAINERS file(s) from --git-fallbackJoe Perches
2020-10-16get_maintainer: add test for file in VCSJoe Perches
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-10-15coccinelle: iterators: Add for_each_child.cocci scriptSumera Priyadarsini
2020-10-15scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-14Merge tag 'devicetree-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-14kbuild: deb-pkg: clean up package name variablesMasahiro Yamada
2020-10-14kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nMasahiro Yamada