summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2020-10-15scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab-12/+14
2020-10-15scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab-23/+41
2020-10-15scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab-23/+21
2020-10-15scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab-3/+4
2020-10-15scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab-10/+24
2020-10-15scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab-6/+65
2020-10-15scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab-4/+11
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds-0/+3
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+315
2020-10-14Merge tag 'devicetree-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-44/+61
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+26
2020-10-14kbuild: deb-pkg: clean up package name variablesMasahiro Yamada-9/+9
2020-10-14kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nMasahiro Yamada-9/+16
2020-10-13scripts/decodecode: add the capability to supply the program counterBorislav Petkov-7/+22
2020-10-13scripts/spelling.txt: add "arbitrary" typoNaoki Hayama-0/+1
2020-10-13scripts/spelling.txt: increase error-prone spell checkingWang Qing-0/+3
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+7
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-37/+117
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds-2/+5
2020-10-12scripts/dtc: Update to upstream version v1.6.0-31-gcbca977ea121Rob Herring-42/+58
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek-37/+117
2020-10-12scripts: coccicheck: Change default condition for parallelismSumera Priyadarsini-1/+1
2020-10-12scripts: coccicheck: Add quotes to improve portabilitySumera Priyadarsini-1/+1
2020-10-12scripts: remove namespace.plJacob Keller-473/+0
2020-10-10coccinelle: api: kfree_sensitive: print memset positionDenis Efremov-4/+6
2020-10-10builddeb: Add support for all required debian/rules targetsGuillem Jover-2/+6
2020-10-09builddeb: Enable rootless buildsGuillem Jover-2/+8
2020-10-09builddeb: Pass -n to gzip for reproducible packagesGuillem Jover-1/+1
2020-10-09kbuild: split the build log of kallsymsMasahiro Yamada-10/+10
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar-7/+16
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar-44/+68
2020-10-07locking/atomics: Check atomic-arch-fallback.h tooPaul Bolle-0/+1
2020-10-06Merge branch 'dt/linus' into dt/nextRob Herring-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+17
2020-10-03coccinelle: misc: add flexible_array.cocci scriptDenis Efremov-0/+88
2020-10-03scripts/spelling.txt: fix malformed entryEric Biggers-1/+1
2020-10-02scripts/spdxcheck.py: handle license identifiers in XML commentsLukas Bulwahn-0/+3
2020-10-01coccinelle: api: add kvmalloc scriptDenis Efremov-0/+256
2020-09-29Merge tag 'devicetree-fixes-for-5.9-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2020-09-29scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwritingUwe Kleine-König-1/+1
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire-0/+2
2020-09-27scripts: coccicheck: Change default value for parallelismSumera Priyadarsini-0/+5
2020-09-25scripts/setlocalversion: make git describe output more reliableRasmus Villemoes-5/+16
2020-09-25scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*Masahiro Yamada-1/+15
2020-09-25kconfig: qconf: create QApplication after option checksMasahiro Yamada-1/+2
2020-09-25kconfig: qconf: remove Y, M, N columnsMasahiro Yamada-61/+4
2020-09-25kconfig: qconf: remove ConfigView classMasahiro Yamada-47/+17
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada-33/+32
2020-09-25kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada-57/+0
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada-17/+91