aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-21coccinelle: api: add kobj_to_dev.cocci scriptDenis Efremov1-0/+45
2020-08-21coccinelle: add patch rule for dma_alloc_coherentAlex Dewar1-3/+13
2020-08-21scripts: coccicheck: Add chain mode to list of modesSumera Priyadarsini1-1/+1
2020-08-21kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamMasahiro Yamada1-54/+62
2020-08-21kconfig: qconf: remove redundant help in the info viewMasahiro Yamada1-6/+1
2020-08-21kconfig: qconf: remove qInfo() to get back Qt4 supportMasahiro Yamada1-2/+0
2020-08-19dt-bindings: Use json for processed-schema*Andrei Ziureaev1-1/+1
2020-08-19scripts/dtc: dtx_diff - make help text formatting consistentGeert Uytterhoeven1-1/+2
2020-08-18kconfig: qconf: remove unused colNrMasahiro Yamada1-1/+1
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowMasahiro Yamada2-18/+15
2020-08-18kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada1-4/+4
2020-08-18genksyms: keywords: Use __restrict not _restrictJoe Perches1-2/+2
2020-08-18extract-cert: add static to local dataMasahiro Yamada1-1/+1
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley1-0/+7
2020-08-18Makefile.extrawarn: Move sign-compare from W=2 to W=3Joe Perches1-1/+1
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-243/+218
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada2-28/+27
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada1-34/+34
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada2-14/+27
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada2-2/+2
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada1-8/+0
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada2-19/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada2-19/+11
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada1-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada2-10/+10
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada2-5/+5
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada2-5/+5
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada1-1/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada2-24/+22