index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Age
Commit message (
Expand
)
Author
2024-06-06
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
2024-06-06
kconfig: gconf: give a proper initial state to the Save button
Masahiro Yamada
2024-06-06
kconfig: remove unneeded code for user-supplied values being out of range
Masahiro Yamada
2024-05-29
kconfig: remove redundant check in expr_join_or()
Masahiro Yamada
2024-05-29
kconfig: fix comparison to constant symbols, 'm', 'n'
Masahiro Yamada
2024-05-29
kconfig: remove unused expr_is_no()
Masahiro Yamada
2024-05-16
kconfig: use sym_get_choice_menu() in sym_check_prop()
Masahiro Yamada
2024-05-14
kconfig: lxdialog: remove initialization with A_NORMAL
Masahiro Yamada
2024-05-14
kconfig: m/nconf: merge two item_add_str() calls
Masahiro Yamada
2024-05-14
kconfig: m/nconf: remove dead code to display value of bool choice
Masahiro Yamada
2024-05-14
kconfig: m/nconf: remove dead code to display children of choice members
Masahiro Yamada
2024-05-14
kconfig: gconf: show checkbox for choice correctly
Masahiro Yamada
2024-05-10
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
2024-05-10
kconfig: use sym_get_choice_menu() in conf_write_defconfig()
Masahiro Yamada
2024-05-10
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
2024-05-10
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
2024-05-10
kconfig: turn missing prompt for choice members into error
Masahiro Yamada
2024-05-10
kconfig: turn conf_choice() into void function
Masahiro Yamada
2024-05-10
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
2024-05-10
kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED
Masahiro Yamada
2024-05-10
kconfig: gconf: remove debug code
Masahiro Yamada
2024-05-10
kconfig: gconf: update pane correctly after loading a config file
Masahiro Yamada
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
2024-05-02
kconfig: remove unneeded if-conditional in conf_choice()
Masahiro Yamada
2024-05-02
kconfig: use menu_for_each_entry() to traverse menu tree
Masahiro Yamada
2024-05-02
kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
Masahiro Yamada
2024-03-31
kconfig: Fix typo HEIGTH to HEIGHT
Isak Ellmer
2024-03-28
kconfig: do not reparent the menu inside a choice block
Masahiro Yamada
2024-03-21
kconfig: tests: test dependency after shuffling choices
Masahiro Yamada
2024-03-21
kconfig: tests: add a test for randconfig with dependent choices
Masahiro Yamada
2024-03-21
kconfig: tests: support KCONFIG_SEED for the randconfig runner
Masahiro Yamada
2024-03-19
kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()
Masahiro Yamada
2024-03-19
kconfig: check prompt for choice while parsing
Masahiro Yamada
2024-03-19
kconfig: lxdialog: remove unused dialog colors
Masahiro Yamada
2024-03-19
kconfig: lxdialog: fix button color for blackbg theme
Masahiro Yamada
2024-03-10
kconfig: remove named choice support
Masahiro Yamada
2024-03-09
kconfig: use linked list in get_symbol_str() to iterate over menus
Masahiro Yamada
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
2024-02-20
kconfig: lxdialog: fix cursor render in checklist
Matthew Bystrin
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
2024-02-20
kconfig: print recursive dependency errors in the parsed order
Masahiro Yamada
2024-02-20
kconfig: do not imply the type of choice value
Masahiro Yamada
2024-02-20
kconfig: convert linked list of files to hash table
Masahiro Yamada
2024-02-20
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
2024-02-19
kconfig: move ARRAY_SIZE to a header
Masahiro Yamada
2024-02-19
kconfig: add macros useful for hashtable
Masahiro Yamada
2024-02-19
kconfig: import more list macros and inline functions
Masahiro Yamada
[next]