summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | coccinelle: misc: add excluded_middle.cocci scriptDenis Efremov2020-09-211-0/+39
| * | | | scripts: coccicheck: Improve error feedback when coccicheck failsSumera Priyadarsini2020-09-131-2/+8
| * | | | coccinelle: api: update kzfree script to kfree_sensitiveDenis Efremov2020-09-121-16/+13
| * | | | coccinelle: misc: add uninitialized_var.cocci scriptDenis Efremov2020-09-051-0/+51
| * | | | coccinelle: ifnullfree: add vfree(), kvfree*() functionsDenis Efremov2020-09-021-2/+9
| * | | | coccinelle: api: add kobj_to_dev.cocci scriptDenis Efremov2020-08-211-0/+45
| * | | | coccinelle: add patch rule for dma_alloc_coherentAlex Dewar2020-08-211-3/+13
| * | | | scripts: coccicheck: Add chain mode to list of modesSumera Priyadarsini2020-08-211-1/+1
* | | | | Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-10-161-82/+223
|\ \ \ \ \
| * | | | | scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab2020-10-151-9/+14
| * | | | | scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab2020-10-151-2/+4
| * | | | | scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab2020-10-151-8/+43
| * | | | | scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab2020-10-151-12/+14
| * | | | | scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab2020-10-151-23/+41
| * | | | | scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab2020-10-151-23/+21
| * | | | | scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab2020-10-151-3/+4
| * | | | | scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab2020-10-151-10/+24
| * | | | | scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab2020-10-151-6/+65
| * | | | | scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab2020-10-151-4/+11
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-166-75/+209
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu2020-10-161-1/+9
| * | | | | scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani2020-10-161-4/+5
| * | | | | scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Ritesh Harjani2020-10-161-8/+7
| * | | | | checkpatch: add new warnings to author signoff checks.Dwaipayan Ray2020-10-161-16/+77
| * | | | | checkpatch: fix false positive on empty block comment linesƁukasz Stelmach2020-10-161-1/+1
| * | | | | checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray2020-10-161-3/+4
| * | | | | checkpatch: emit a warning on embedded filenamesJoe Perches2020-10-161-0/+6
| * | | | | checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray2020-10-161-0/+4
| * | | | | checkpatch: allow not using -f with files that are in gitJoe Perches2020-10-161-0/+14
| * | | | | checkpatch: warn on self-assignmentsJoe Perches2020-10-161-0/+11
| * | | | | const_structs.checkpatch: add pinctrl_ops and pinmux_opsRikard Falkeborn2020-10-161-0/+2
| * | | | | checkpatch: warn if trace_printk and friends are calledNicolas Boichat2020-10-161-0/+6
| * | | | | const_structs.checkpatch: add phy_opsRikard Falkeborn2020-10-161-0/+1
| * | | | | checkpatch: add test for comma use that should be semicolonJoe Perches2020-10-161-0/+11
| * | | | | checkpatch: move repeated word testJoe Perches2020-10-161-36/+36
| * | | | | checkpatch: add --kconfig-prefixJerome Forissier2020-10-161-4/+8
| * | | | | get_maintainer: exclude MAINTAINERS file(s) from --git-fallbackJoe Perches2020-10-161-2/+4
| * | | | | get_maintainer: add test for file in VCSJoe Perches2020-10-161-0/+3
* | | | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-152-3/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-053-3/+17
| |\ \ \ \ \
| * | | | | | bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-3/+3
| |\ \ \ \ \ \
| | * | | | | | bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa2020-09-231-3/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-39/+47
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-2/+4
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-0/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | bpf: Add d_path helperJiri Olsa2020-08-251-0/+2
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-4/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | spelling.txt: Remove some duplicate entriesJoe Perches2020-09-011-4/+0
| |/ / / / /
* | | | | | Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2020-10-141-0/+3
|\ \ \ \ \ \