index
:
git.armlinux.org.uk/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
/
symbol.c
Age
Commit message (
Expand
)
Author
2025-03-15
kconfig: remove unnecessary cast in sym_get_string()
Masahiro Yamada
2025-01-30
kconfig: fix memory leak in sym_warn_unmet_dep()
Masahiro Yamada
2024-11-06
kconfig: add sym_get_prompt_menu() helper function
Masahiro Yamada
2024-09-20
kconfig: cache expression values
Masahiro Yamada
2024-09-20
scripts: move hash function from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
2024-09-01
kconfig: remove P_SYMBOL property
Masahiro Yamada
2024-07-20
kconfig: recursive checks drop file/lineno
HONG Yifan
2024-07-16
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
2024-07-16
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
kconfig: refactor error messages in sym_check_print_recursive()
Masahiro Yamada
2024-07-16
kconfig: improve error message for recursive dependency in choice
Masahiro Yamada
2024-07-16
kconfig: improve error message for dependency between choice members
Masahiro Yamada
2024-07-16
kconfig: fix conditional prompt behavior for choice
Masahiro Yamada
2024-07-16
kconfig: remove E_LIST expression type
Masahiro Yamada
2024-07-16
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_deps()
Masahiro Yamada
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_choice_deps()
Masahiro Yamada
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_print_recursive()
Masahiro Yamada
2024-07-16
kconfig: use menu_list_for_each_sym() in sym_choice_default()
Masahiro Yamada
2024-07-16
kconfig: change sym_choice_default() to take the choice menu
Masahiro Yamada
2024-07-16
kconfig: remove sym_get_choice_value()
Masahiro Yamada
2024-07-16
kconfig: refactor choice value calculation
Masahiro Yamada
2024-07-16
kconfig: introduce choice_set_value() helper
Masahiro Yamada
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
2024-05-29
kconfig: fix comparison to constant symbols, 'm', 'n'
Masahiro Yamada
2024-05-10
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
2024-05-10
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
2024-05-10
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
2024-02-20
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
2024-02-19
kconfig: associate struct property with file name directly
Masahiro Yamada
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-01-31
kconfig: initialize sym->curr.tri to 'no' for all symbol types again
Masahiro Yamada
2023-12-29
kconfig: WERROR unmet symbol dependency
Sergey Senozhatsky
2023-12-03
kconfig: default to zero if int/hex symbol lacks default property
Masahiro Yamada
2023-12-03
kconfig: remove unneeded symbol_empty variable
Masahiro Yamada
2023-11-17
kconfig: fix memory leak from range properties
Masahiro Yamada
2021-10-11
kconfig: move sym_escape_string_value() to confdata.c
Masahiro Yamada
2021-10-01
kconfig: remove 'const' from the return type of sym_escape_string_value()
Masahiro Yamada
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2020-12-08
kconfig: clean up header inclusion
Boris Kolpackov
2020-08-14
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-05-12
kconfig: do not use OR-assignment for zero-cleared structure
Masahiro Yamada
2020-03-13
kconfig: make 'imply' obey the direct dependency
Masahiro Yamada
2020-03-13
kconfig: allow symbols implied by y to become m
Masahiro Yamada
[next]