summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | builddeb: Enable rootless buildsGuillem Jover2020-10-092-2/+8
| * | | builddeb: Pass -n to gzip for reproducible packagesGuillem Jover2020-10-091-1/+1
| * | | kbuild: split the build log of kallsymsMasahiro Yamada2020-10-091-10/+10
| * | | scripts/setlocalversion: make git describe output more reliableRasmus Villemoes2020-09-251-5/+16
| * | | kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada2020-09-253-1/+6
| * | | kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada2020-09-251-2/+0
| * | | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-255-4/+10
| * | | Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry2020-08-272-0/+74
| * | | gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada2020-08-271-10/+0
| * | | gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada2020-08-271-4/+96
| * | | gen_compile_commands: move directory walk to a generator functionMasahiro Yamada2020-08-271-12/+32
| * | | gen_compile_commands: make -o option independent of -d optionMasahiro Yamada2020-08-271-9/+9
| * | | gen_compile_commands: reword the help message of -d optionMasahiro Yamada2020-08-271-2/+2
| * | | 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