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
/
kconfig
Age
Commit message (
Expand
)
Author
2018-06-13
kconfig: Avoid format overflow warning from GCC 8.1
Nathan Chancellor
2018-05-30
kconfig: Fix expr_free() E_NOT leak
Ulf Magnusson
2018-05-30
kconfig: Fix automatic menu creation mem leak
Ulf Magnusson
2018-05-30
kconfig: Don't leak main menus during parsing
Ulf Magnusson
2017-01-09
kconfig/nconf: Fix hang when editing symbol with a long prompt
Ben Hutchings
2016-05-04
unbreak allmodconfig KCONFIG_ALLCONFIG=...
Al Viro
2016-04-12
scripts/kconfig: allow building with make 3.80 again
Jan Beulich
2015-11-10
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2015-11-02
Add current selection check.
Boris Barbulovski
2015-11-02
Use pkg-config to find Qt 4 and 5 instead of direct qmake
Thiago Macieira
2015-10-20
kconfig: Fix copy&paste error
Michal Sojka
2015-10-15
scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O=
Michael Ellerman
2015-10-14
kconfig/merge_config.sh: Accept a single file
Gabriel de Perthuis
2015-10-14
kconfig/merge_config.sh: Support KCONFIG_CONFIG
Gabriel de Perthuis
2015-10-14
Update the buildsystem for KConfig finding Qt
Thiago Macieira
2015-10-14
Port xconfig to Qt5 - Update copyright.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Fix goParent issue.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - on Back clicked, deselect old item.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Add(back) one click checkbox toggle.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Add(back) lineedit editing.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Remove some commented code.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Source format.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Change ConfigItem constructor parent type.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Disable ConfigList soring
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Remove ConfigList::updateMenuList template.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Add ConfigList::mode to initializer list.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Add ConfigItem::nextItem to initializer list.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Tree widget set column titles.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Quick workaround to bypass app crash at startup.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Set ConfigView object name.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Use correct signal names.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Remove Qt3Support from Makefile.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Put back some of the old implementation(part 2).
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Put back some of the old implementation.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - update signals
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Fix the code so it compiles with Qt5
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Remove custom ListView classes.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Make single/split/full actions checkable.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Update QAction checkable
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Fix layout margin.
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Fix layout
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Replace Q3VBox with QWidget
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Remove unused #include <q3dragobject.h>
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Use QMenu
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Use QTextBrowser
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Use QList
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Use QFileDialog
Boris Barbulovski
2015-10-14
Port xconfig to Qt5 - Use QAction
Boris Barbulovski
[next]