summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kbuild: remove leftover comment for filechk utilityRasmus Villemoes2020-10-211-2/+0
* treewide: remove DISABLE_LTOSami Tolvanen2020-10-211-1/+1
* kbuild: deb-pkg: clean up package name variablesMasahiro Yamada2020-10-141-9/+9
* kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nMasahiro Yamada2020-10-142-9/+16
* scripts: remove namespace.plJacob Keller2020-10-121-473/+0
* builddeb: Add support for all required debian/rules targetsGuillem Jover2020-10-101-2/+6
* builddeb: Enable rootless buildsGuillem Jover2020-10-092-2/+8
* builddeb: Pass -n to gzip for reproducible packagesGuillem Jover2020-10-091-1/+1
* kbuild: split the build log of kallsymsMasahiro Yamada2020-10-091-10/+10
* scripts/setlocalversion: make git describe output more reliableRasmus Villemoes2020-09-251-5/+16
* kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada2020-09-253-1/+6
* kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada2020-09-251-2/+0
* kbuild: preprocess module linker scriptMasahiro Yamada2020-09-255-4/+10
* Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry2020-08-272-0/+74
* gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada2020-08-271-10/+0
* gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada2020-08-271-4/+96
* gen_compile_commands: move directory walk to a generator functionMasahiro Yamada2020-08-271-12/+32
* gen_compile_commands: make -o option independent of -d optionMasahiro Yamada2020-08-271-9/+9
* gen_compile_commands: reword the help message of -d optionMasahiro Yamada2020-08-271-2/+2
* gen_compile_commands: do not support .cmd files under tools/ directoryMasahiro Yamada2020-08-271-20/+12
* gen_compile_commands: use choices for --log_levels optionMasahiro Yamada2020-08-271-10/+4
* gen_compile_commands: parse only the first line of .*.cmd filesMasahiro Yamada2020-08-271-5/+2
* kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada2020-08-271-8/+8
* kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamMasahiro Yamada2020-08-211-54/+62
* kconfig: qconf: remove redundant help in the info viewMasahiro Yamada2020-08-211-6/+1
* kconfig: qconf: remove qInfo() to get back Qt4 supportMasahiro Yamada2020-08-211-2/+0
* kconfig: qconf: remove unused colNrMasahiro Yamada2020-08-181-1/+1
* kconfig: qconf: fix the popup menu in the ConfigInfoView windowMasahiro Yamada2020-08-182-18/+15
* kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada2020-08-181-4/+4
* genksyms: keywords: Use __restrict not _restrictJoe Perches2020-08-181-2/+2
* extract-cert: add static to local dataMasahiro Yamada2020-08-181-1/+1
* Makefile.extrawarn: Move sign-compare from W=2 to W=3Joe Perches2020-08-181-1/+1
* Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-08-148-243/+218
|\
| * kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada2020-08-142-28/+27
| * kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada2020-08-141-34/+34
| * kconfig: qconf: refactor icon setupsMasahiro Yamada2020-08-142-14/+27
| * kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada2020-08-142-2/+2
| * kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada2020-08-141-8/+0
| * kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada2020-08-142-19/+11
| * kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada2020-08-142-19/+11
| * kconfig: qconf: drop more localization codeMasahiro Yamada2020-08-141-8/+3
| * kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada2020-08-142-10/+10
| * kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada2020-08-142-5/+5
| * kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada2020-08-142-5/+5
| * kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada2020-08-141-1/+2
| * kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada2020-08-142-24/+22
| * kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada2020-08-141-4/+0
| * kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada2020-08-141-3/+1
| * kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada2020-08-142-2/+1
| * kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada2020-08-141-21/+20