summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: qconf: revive help message in the info viewMasahiro Yamada2020-09-201-3/+8
* kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada2020-09-202-31/+30
* kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada2020-09-191-1/+1
* Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-09-131-2/+6
|\
| * scripts/tags.sh: exclude tools directory from tags generationRustam Kovhaev2020-09-071-2/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-051-2/+2
|\ \
| * | checkpatch: fix the usage of capture group ( ... )Mrinal Pandey2020-09-051-2/+2
| |/
* | kconfig: remove redundant assignment prompt = promptDenis Efremov2020-09-031-1/+0
* | kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap2020-09-031-1/+4
|/
* 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
| * kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada2020-08-141-6/+5
| * kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada2020-08-141-1/+0
| * kconfig: add 'static' to some file-local dataMasahiro Yamada2020-08-142-5/+11
| * kconfig: qconf: Fix mouse events in search viewMaxime Chretien2020-08-141-2/+3
| * kconfig: constify XPM dataMasahiro Yamada2020-08-142-30/+30
| * Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada2020-08-141-5/+1
| * kconfig: remove '---help---' supportMasahiro Yamada2020-08-142-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-121-0/+1
|\ \
| * \ Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-091-0/+1
| |\ \
| | * | KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil2020-07-051-0/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-122-38/+82
|\ \ \ \
| * | | | scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers2020-08-121-2/+2
| * | | | checkpatch: remove missing switch/case break testJoe Perches2020-08-121-25/+0
| * | | | checkpatch: add test for repeated wordsJoe Perches2020-08-121-0/+38