summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet2020-08-121-9/+12
| * | | | checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches2020-08-121-2/+24
| * | | | checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches2020-08-121-0/+6
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-08-111-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | recordmcount: Fix build failure on non arm64Christophe Leroy2020-08-101-0/+2
* | | | | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-0920-108/+130
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada2020-08-101-7/+3
| * | | | kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada2020-08-103-11/+0
| * | | | kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-109-27/+36
| * | | | kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada2020-08-102-7/+8
| * | | | kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada2020-08-104-43/+55
| * | | | kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-102-2/+2
| * | | | kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-6/+8
| * | | | kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada2020-08-101-0/+4
| * | | | kbuild: always create directories of targetsMasahiro Yamada2020-08-101-3/+1
| * | | | kbuild: buildtar: add dtbs supportDomenico Andreoli2020-07-071-0/+12
| * | | | Revert "kbuild: Create directory for target DTB"Masahiro Yamada2020-07-071-2/+1
| * | | | kbuild: run the checker after the compilerLuc Van Oostenryck2020-07-071-2/+2