index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2020-08-14
Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-08-14
kconfig: qconf: move setOptionMode() to ConfigList from ConfigView
Masahiro Yamada
2020-08-14
kconfig: qconf: do not limit the pop-up menu to the first row
Masahiro Yamada
2020-08-14
kconfig: qconf: refactor icon setups
Masahiro Yamada
2020-08-14
kconfig: qconf: remove unused voidPix, menuInvPix
Masahiro Yamada
2020-08-14
kconfig: qconf: remove ConfigItem::text/setText
Masahiro Yamada
2020-08-14
kconfig: qconf: remove ConfigList::addColumn/removeColumn
Masahiro Yamada
2020-08-14
kconfig: qconf: remove ConfigItem::pixmap/setPixmap
Masahiro Yamada
2020-08-14
kconfig: qconf: drop more localization code
Masahiro Yamada
2020-08-14
kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
Masahiro Yamada
2020-08-14
kconfig: qconf: remove unused argument from ConfigView::updateList()
Masahiro Yamada
2020-08-14
kconfig: qconf: remove unused argument from ConfigList::updateList()
Masahiro Yamada
2020-08-14
kconfig: qconf: omit parent to QHBoxLayout()
Masahiro Yamada
2020-08-14
kconfig: qconf: remove name from ConfigSearchWindow constructor
Masahiro Yamada
2020-08-14
kconfig: qconf: remove unused ConfigList::listView()
Masahiro Yamada
2020-08-14
kconfig: qconf: overload addToolBar() to create and insert toolbar
Masahiro Yamada
2020-08-14
kconfig: qconf: remove toolBar from ConfigMainWindow members
Masahiro Yamada
2020-08-14
kconfig: qconf: use 'menu' variable for (QMenu *)
Masahiro Yamada
2020-08-14
kconfig: qconf: do not use 'menu' variable for (QMenuBar *)
Masahiro Yamada
2020-08-14
kconfig: qconf: remove ->addSeparator() to menuBar
Masahiro Yamada
2020-08-14
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-08-14
kconfig: qconf: Fix mouse events in search view
Maxime Chretien
2020-08-14
kconfig: constify XPM data
Masahiro Yamada
2020-08-14
Revert "checkpatch: kconfig: prefer 'help' over '---help---'"
Masahiro Yamada
2020-08-14
kconfig: remove '---help---' support
Masahiro Yamada
2020-08-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-08-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-12
scripts/gdb: fix python 3.8 SyntaxWarning
Nick Desaulniers
2020-08-12
checkpatch: remove missing switch/case break test
Joe Perches
2020-08-12
checkpatch: add test for repeated words
Joe Perches
2020-08-12
checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing
Quentin Monnet
2020-08-12
checkpatch: add --fix option for ASSIGN_IN_IF
Joe Perches
2020-08-12
checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_
Joe Perches
2020-08-11
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2020-08-10
recordmcount: Fix build failure on non arm64
Christophe Leroy
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2020-08-09
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-08-10
kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base
Masahiro Yamada
2020-08-10
kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled
Masahiro Yamada
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
2020-08-10
kbuild: sort hostprogs before passing it to ifneq
Masahiro Yamada
2020-08-10
kbuild: move host .so build rules to scripts/gcc-plugins/Makefile
Masahiro Yamada
2020-08-10
kbuild: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-10
kbuild: introduce ccflags-remove-y and asflags-remove-y
Masahiro Yamada
2020-08-10
kbuild: do not export LDFLAGS_vmlinux
Masahiro Yamada
2020-08-10
kbuild: always create directories of targets
Masahiro Yamada
2020-08-07
Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2020-08-07
kasan: allow enabling stack tagging for tag-based mode
Andrey Konovalov
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
[next]