aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2020-08-16Merge branch 'master-next'Bruce Ashfield
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
2020-08-14kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada
2020-08-14kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada
2020-08-14kconfig: qconf: Fix mouse events in search viewMaxime Chretien
2020-08-14kconfig: constify XPM dataMasahiro Yamada
2020-08-14Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada
2020-08-14kconfig: remove '---help---' supportMasahiro Yamada
2020-08-13Merge branch 'master-next'Bruce Ashfield
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-12scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers
2020-08-12checkpatch: remove missing switch/case break testJoe Perches
2020-08-12checkpatch: add test for repeated wordsJoe Perches
2020-08-12checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet
2020-08-12checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches
2020-08-12checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches
2020-08-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-08-10recordmcount: Fix build failure on non arm64Christophe Leroy
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-08-10kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada
2020-08-10kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-08-10kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada
2020-08-10kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada
2020-08-10kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada
2020-08-10kbuild: always create directories of targetsMasahiro Yamada
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-08-07kasan: allow enabling stack tagging for tag-based modeAndrey Konovalov