aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-10-02scripts/spdxcheck.py: handle license identifiers in XML commentsGravatar Lukas Bulwahn 1-0/+3
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+6
2020-09-07scripts/tags.sh: exclude tools directory from tags generationGravatar Rustam Kovhaev 1-2/+6
2020-09-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2020-09-05checkpatch: fix the usage of capture group ( ... )Gravatar Mrinal Pandey 1-2/+2
2020-09-03kconfig: remove redundant assignment prompt = promptGravatar Denis Efremov 1-1/+0
2020-09-03kconfig: streamline_config.pl: check defined(ENV variable) before using itGravatar Randy Dunlap 1-1/+4
2020-08-21kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamGravatar Masahiro Yamada 1-54/+62
2020-08-21kconfig: qconf: remove redundant help in the info viewGravatar Masahiro Yamada 1-6/+1
2020-08-21kconfig: qconf: remove qInfo() to get back Qt4 supportGravatar Masahiro Yamada 1-2/+0
2020-08-18kconfig: qconf: remove unused colNrGravatar Masahiro Yamada 1-1/+1
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowGravatar Masahiro Yamada 2-18/+15
2020-08-18kconfig: qconf: fix signal connection to invalid slotsGravatar Masahiro Yamada 1-4/+4
2020-08-18genksyms: keywords: Use __restrict not _restrictGravatar Joe Perches 1-2/+2
2020-08-18extract-cert: add static to local dataGravatar Masahiro Yamada 1-1/+1
2020-08-18Makefile.extrawarn: Move sign-compare from W=2 to W=3Gravatar Joe Perches 1-1/+1
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 8-243/+218
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewGravatar Masahiro Yamada 2-28/+27
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowGravatar Masahiro Yamada 1-34/+34
2020-08-14kconfig: qconf: refactor icon setupsGravatar Masahiro Yamada 2-14/+27
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixGravatar Masahiro Yamada 2-2/+2
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextGravatar Masahiro Yamada 1-8/+0
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnGravatar Masahiro Yamada 2-19/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapGravatar Masahiro Yamada 2-19/+11
2020-08-14kconfig: qconf: drop more localization codeGravatar Masahiro Yamada 1-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Gravatar Masahiro Yamada 2-10/+10
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Gravatar Masahiro Yamada 2-5/+5
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Gravatar Masahiro Yamada 2-5/+5
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Gravatar Masahiro Yamada 1-1/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorGravatar Masahiro Yamada 2-24/+22
2020-08-14kconfig: qconf: remove unused ConfigList::listView()Gravatar Masahiro Yamada 1-4/+0
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarGravatar Masahiro Yamada 1-3/+1
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersGravatar Masahiro Yamada 2-2/+1
2020-08-14kconfig: qconf: use 'menu' variable for (QMenu *)Gravatar Masahiro Yamada 1-21/+20
2020-08-14kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Gravatar Masahiro Yamada 1-6/+5
2020-08-14kconfig: qconf: remove ->addSeparator() to menuBarGravatar Masahiro Yamada 1-1/+0
2020-08-14kconfig: add 'static' to some file-local dataGravatar Masahiro Yamada 2-5/+11
2020-08-14kconfig: qconf: Fix mouse events in search viewGravatar Maxime Chretien 1-2/+3
2020-08-14kconfig: constify XPM dataGravatar Masahiro Yamada 2-30/+30
2020-08-14Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Gravatar Masahiro Yamada 1-5/+1
2020-08-14kconfig: remove '---help---' supportGravatar Masahiro Yamada 2-2/+2
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2020-08-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-38/+82
2020-08-12scripts/gdb: fix python 3.8 SyntaxWarningGravatar Nick Desaulniers 1-2/+2
2020-08-12checkpatch: remove missing switch/case break testGravatar Joe Perches 1-25/+0
2020-08-12checkpatch: add test for repeated wordsGravatar Joe Perches 1-0/+38
2020-08-12checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingGravatar Quentin Monnet 1-9/+12
2020-08-12checkpatch: add --fix option for ASSIGN_IN_IFGravatar Joe Perches 1-2/+24
2020-08-12checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Gravatar Joe Perches 1-0/+6
2020-08-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+2