summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-09-24scripts/setlocalversion: make git describe output more reliableRasmus Villemoes1-5/+16
2020-09-24scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*Masahiro Yamada1-1/+15
2020-09-24kconfig: qconf: create QApplication after option checksMasahiro Yamada1-1/+2
2020-09-24kconfig: qconf: remove Y, M, N columnsMasahiro Yamada2-61/+4
2020-09-24kconfig: qconf: remove ConfigView classMasahiro Yamada2-47/+17
2020-09-24kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada2-33/+32
2020-09-24kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada2-57/+0
2020-09-24kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada2-17/+91
2020-09-24kconfig: qconf: show data column all the timeMasahiro Yamada2-32/+2
2020-09-24kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada2-42/+39
2020-09-24kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada2-9/+0
2020-09-24kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada1-4/+4
2020-09-24kconfig: qconf: reformat the intro messageMasahiro Yamada1-11/+18
2020-09-24kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada3-1/+6
2020-09-24kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada1-2/+0
2020-09-24kbuild: 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-23Merge 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-18kconfig: 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-05Merge 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-26Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry2-0/+74
2020-08-26gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada1-10/+0
2020-08-26gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada1-4/+96
2020-08-26gen_compile_commands: move directory walk to a generator functionMasahiro Yamada1-12/+32