summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-09-19kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada
2020-09-16kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman
2020-09-13scripts: coccicheck: Improve error feedback when coccicheck failsSumera Priyadarsini
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-09-12coccinelle: api: update kzfree script to kfree_sensitiveDenis Efremov
2020-09-10scripts: device_attr_show.cocci: update location of sysfs docMauro Carvalho Chehab
2020-09-10kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab
2020-09-08scripts/gdb: update for lockless printk ringbufferJohn Ogness
2020-09-08scripts/gdb: add utils.read_ulong()John Ogness
2020-09-07scripts/tags.sh: exclude tools directory from tags generationRustam Kovhaev
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05checkpatch: fix the usage of capture group ( ... )Mrinal Pandey
2020-09-05coccinelle: misc: add uninitialized_var.cocci scriptDenis Efremov
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04scripts/dev-needs: Add script to list device dependenciesSaravana Kannan
2020-09-03kconfig: remove redundant assignment prompt = promptDenis Efremov
2020-09-03kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap
2020-09-02coccinelle: ifnullfree: add vfree(), kvfree*() functionsDenis Efremov
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01spelling.txt: Remove some duplicate entriesJoe Perches
2020-08-27Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry
2020-08-27gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada
2020-08-27gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada
2020-08-27gen_compile_commands: move directory walk to a generator functionMasahiro Yamada
2020-08-27gen_compile_commands: make -o option independent of -d optionMasahiro Yamada
2020-08-27gen_compile_commands: reword the help message of -d optionMasahiro Yamada
2020-08-27gen_compile_commands: do not support .cmd files under tools/ directoryMasahiro Yamada
2020-08-27gen_compile_commands: use choices for --log_levels optionMasahiro Yamada
2020-08-27gen_compile_commands: parse only the first line of .*.cmd filesMasahiro Yamada
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada
2020-08-26seqlock,tags: Add support for SEQCOUNT_LOCKTYPE()Peter Zijlstra
2020-08-25bpf: Add d_path helperJiri Olsa
2020-08-24locking/atomics: Use read-write instrumentation for atomic RMWsMarco Elver
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver
2020-08-21coccinelle: api: add kobj_to_dev.cocci scriptDenis Efremov
2020-08-21coccinelle: add patch rule for dma_alloc_coherentAlex Dewar
2020-08-21scripts: coccicheck: Add chain mode to list of modesSumera Priyadarsini
2020-08-21kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamMasahiro Yamada
2020-08-21kconfig: qconf: remove redundant help in the info viewMasahiro Yamada
2020-08-21kconfig: qconf: remove qInfo() to get back Qt4 supportMasahiro Yamada
2020-08-19dt-bindings: Use json for processed-schema*Andrei Ziureaev
2020-08-19scripts/dtc: dtx_diff - make help text formatting consistentGeert Uytterhoeven
2020-08-18kconfig: qconf: remove unused colNrMasahiro Yamada
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowMasahiro Yamada
2020-08-18kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada
2020-08-18genksyms: keywords: Use __restrict not _restrictJoe Perches
2020-08-18extract-cert: add static to local dataMasahiro Yamada