summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2020-10-21kbuild: remove leftover comment for filechk utilityRasmus Villemoes
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-14kbuild: deb-pkg: clean up package name variablesMasahiro Yamada
2020-10-14kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nMasahiro Yamada
2020-10-12scripts: remove namespace.plJacob Keller
2020-10-10builddeb: Add support for all required debian/rules targetsGuillem Jover
2020-10-09builddeb: Enable rootless buildsGuillem Jover
2020-10-09builddeb: Pass -n to gzip for reproducible packagesGuillem Jover
2020-10-09kbuild: split the build log of kallsymsMasahiro Yamada
2020-09-25scripts/setlocalversion: make git describe output more reliableRasmus Villemoes
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-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-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-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
2020-08-18Makefile.extrawarn: Move sign-compare from W=2 to W=3Joe Perches
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada
2020-08-14kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada
2020-08-14kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada