summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2020-09-29scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwritingUwe Kleine-König
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire
2020-09-27scripts: coccicheck: Change default value for parallelismSumera Priyadarsini
2020-09-25scripts/setlocalversion: make git describe output more reliableRasmus Villemoes
2020-09-25scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*Masahiro Yamada
2020-09-25kconfig: qconf: create QApplication after option checksMasahiro Yamada
2020-09-25kconfig: qconf: remove Y, M, N columnsMasahiro Yamada
2020-09-25kconfig: qconf: remove ConfigView classMasahiro Yamada
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada
2020-09-25kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada
2020-09-25kconfig: qconf: show data column all the timeMasahiro Yamada
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada
2020-09-25kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada
2020-09-25kconfig: qconf: reformat the intro messageMasahiro Yamada
2020-09-25kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada
2020-09-25kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-23bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness
2020-09-21coccinelle: misc: add excluded_middle.cocci scriptDenis Efremov
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada
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