aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada2-9/+0
2020-09-25kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada1-4/+4
2020-09-25kconfig: qconf: reformat the intro messageMasahiro Yamada1-11/+18
2020-09-25kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada3-1/+6
2020-09-25kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada1-2/+0
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada5-4/+10
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+3
2020-09-23bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa1-3/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-39/+47
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-5/+11
2020-09-21coccinelle: misc: add excluded_middle.cocci scriptDenis Efremov1-0/+39
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada1-3/+8
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada2-31/+30
2020-09-19kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada1-1/+1
2020-09-16kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron1-1/+2
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness1-1/+2
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness1-5/+6
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman4-6/+12
2020-09-13scripts: coccicheck: Improve error feedback when coccicheck failsSumera Priyadarsini1-2/+8
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2020-09-12coccinelle: api: update kzfree script to kfree_sensitiveDenis Efremov1-16/+13
2020-09-10scripts: device_attr_show.cocci: update location of sysfs docMauro Carvalho Chehab1-1/+1
2020-09-10kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab1-0/+2
2020-09-08scripts/gdb: update for lockless printk ringbufferJohn Ogness1-37/+102
2020-09-08scripts/gdb: add utils.read_ulong()John Ogness1-0/+7
2020-09-07scripts/tags.sh: exclude tools directory from tags generationRustam Kovhaev1-2/+6
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-09-05checkpatch: fix the usage of capture group ( ... )Mrinal Pandey1-2/+2
2020-09-05coccinelle: misc: add uninitialized_var.cocci scriptDenis Efremov1-0/+51
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2020-09-04scripts/dev-needs: Add script to list device dependenciesSaravana Kannan1-0/+315
2020-09-03kconfig: remove redundant assignment prompt = promptDenis Efremov1-1/+0
2020-09-03kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap1-1/+4
2020-09-02coccinelle: ifnullfree: add vfree(), kvfree*() functionsDenis Efremov1-2/+9
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2020-09-01spelling.txt: Remove some duplicate entriesJoe Perches1-4/+0
2020-08-27Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry2-0/+74
2020-08-27gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada1-10/+0
2020-08-27gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada1-4/+96
2020-08-27gen_compile_commands: move directory walk to a generator functionMasahiro Yamada1-12/+32
2020-08-27gen_compile_commands: make -o option independent of -d optionMasahiro Yamada1-9/+9
2020-08-27gen_compile_commands: reword the help message of -d optionMasahiro Yamada1-2/+2
2020-08-27gen_compile_commands: do not support .cmd files under tools/ directoryMasahiro Yamada1-20/+12
2020-08-27gen_compile_commands: use choices for --log_levels optionMasahiro Yamada1-10/+4
2020-08-27gen_compile_commands: parse only the first line of .*.cmd filesMasahiro Yamada1-5/+2
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada1-8/+8
2020-08-26seqlock,tags: Add support for SEQCOUNT_LOCKTYPE()Peter Zijlstra1-0/+2
2020-08-25bpf: Add d_path helperJiri Olsa1-0/+2
2020-08-24locking/atomics: Use read-write instrumentation for atomic RMWsMarco Elver1-6/+15
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver1-1/+1