summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | gen_compile_commands: do not support .cmd files under tools/ directoryMasahiro Yamada2020-08-271-20/+12
| * | | gen_compile_commands: use choices for --log_levels optionMasahiro Yamada2020-08-271-10/+4
| * | | gen_compile_commands: parse only the first line of .*.cmd filesMasahiro Yamada2020-08-271-5/+2
| * | | kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada2020-08-271-8/+8
* | | | Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2020-10-1811-26/+1118
|\ \ \ \
| * | | | coccinelle: api: add kfree_mismatch scriptDenis Efremov2020-10-171-0/+228
| * | | | coccinelle: iterators: Add for_each_child.cocci scriptSumera Priyadarsini2020-10-151-0/+358
| * | | | scripts: coccicheck: Change default condition for parallelismSumera Priyadarsini2020-10-121-1/+1
| * | | | scripts: coccicheck: Add quotes to improve portabilitySumera Priyadarsini2020-10-121-1/+1
| * | | | coccinelle: api: kfree_sensitive: print memset positionDenis Efremov2020-10-101-4/+6
| * | | | coccinelle: misc: add flexible_array.cocci scriptDenis Efremov2020-10-031-0/+88
| * | | | coccinelle: api: add kvmalloc scriptDenis Efremov2020-10-011-0/+256
| * | | | scripts: coccicheck: Change default value for parallelismSumera Priyadarsini2020-09-271-0/+5
| * | | | 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