index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts: kconfig: merge_config: config files: add a trailing newline
Anders Roxell
2024-08-06
1
-0
/
+2
*
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-07-21
13
-395
/
+11
*
kconfig: recursive checks drop file/lineno
HONG Yifan
2024-07-20
2
-48
/
+30
*
kconfig: remove 'e1' and 'e2' macros from expression deduplication
Masahiro Yamada
2024-07-20
1
-52
/
+42
*
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
2024-07-16
5
-11
/
+8
*
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
8
-36
/
+40
*
kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()
Masahiro Yamada
2024-07-16
1
-5
/
+2
*
kconfig: refactor error messages in sym_check_print_recursive()
Masahiro Yamada
2024-07-16
1
-9
/
+9
*
kconfig: improve error message for recursive dependency in choice
Masahiro Yamada
2024-07-16
1
-6
/
+1
*
kconfig: improve error message for dependency between choice members
Masahiro Yamada
2024-07-16
1
-1
/
+1
*
kconfig: fix conditional prompt behavior for choice
Masahiro Yamada
2024-07-16
2
-36
/
+4
*
kconfig: remove E_LIST expression type
Masahiro Yamada
2024-07-16
3
-18
/
+2
*
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-16
6
-37
/
+3
*
kconfig: use sym_get_choice_menu() in sym_check_deps()
Masahiro Yamada
2024-07-16
1
-4
/
+4
*
kconfig: use sym_get_choice_menu() in sym_check_choice_deps()
Masahiro Yamada
2024-07-16
1
-3
/
+7
*
kconfig: use sym_get_choice_menu() in sym_check_print_recursive()
Masahiro Yamada
2024-07-16
1
-2
/
+4
*
kconfig: remove expr_list_for_each_sym() macro
Masahiro Yamada
2024-07-16
1
-3
/
+0
*
kconfig: use menu_list_for_each_sym() in sym_choice_default()
Masahiro Yamada
2024-07-16
1
-5
/
+4
*
kconfig: change sym_choice_default() to take the choice menu
Masahiro Yamada
2024-07-16
3
-6
/
+6
*
kconfig: remove conf_unsaved in conf_read_simple()
Masahiro Yamada
2024-07-16
1
-3
/
+2
*
kconfig: remove sym_get_choice_value()
Masahiro Yamada
2024-07-16
6
-21
/
+11
*
kconfig: refactor choice value calculation
Masahiro Yamada
2024-07-16
7
-197
/
+187
*
kconfig: import list_move(_tail) and list_for_each_entry_reverse macros
Masahiro Yamada
2024-07-16
1
-0
/
+53
*
kconfig: remember the current choice while parsing the choice block
Masahiro Yamada
2024-07-16
1
-6
/
+4
*
kconfig: introduce choice_set_value() helper
Masahiro Yamada
2024-07-16
5
-22
/
+47
*
kconfig: add fallthrough comments to expr_compare_type()
Masahiro Yamada
2024-07-16
1
-0
/
+5
*
kconfig: remove unneeded code in expr_compare_type()
Masahiro Yamada
2024-07-16
1
-4
/
+1
*
kconfig: add -e and -u options to *conf-cfg.sh scripts
Masahiro Yamada
2024-07-16
4
-0
/
+8
*
kconfig: refactor conf_write_defconfig() to reduce indentation level
Masahiro Yamada
2024-07-16
1
-25
/
+22
*
kconfig: refactor conf_set_all_new_symbols() to reduce indentation level
Masahiro Yamada
2024-07-16
1
-31
/
+30
*
kconfig: remove tristate choice support
Masahiro Yamada
2024-07-16
27
-315
/
+42
*
kconfig: pass new conf_changed value to the callback
Masahiro Yamada
2024-07-16
5
-14
/
+11
*
kconfig: gconf: move conf_changed() definition up
Masahiro Yamada
2024-07-16
1
-8
/
+7
*
kconfig: gconf: remove unnecessary forward declarations
Masahiro Yamada
2024-07-16
1
-2
/
+0
*
kconfig: qconf: remove initial call to conf_changed()
Masahiro Yamada
2024-07-16
1
-3
/
+3
*
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
2024-06-06
3
-32
/
+0
*
kconfig: gconf: give a proper initial state to the Save button
Masahiro Yamada
2024-06-06
1
-1
/
+2
*
kconfig: remove unneeded code for user-supplied values being out of range
Masahiro Yamada
2024-06-06
1
-13
/
+0
*
kconfig: remove redundant check in expr_join_or()
Masahiro Yamada
2024-05-29
1
-1
/
+1
*
kconfig: fix comparison to constant symbols, 'm', 'n'
Masahiro Yamada
2024-05-29
1
-2
/
+4
*
kconfig: remove unused expr_is_no()
Masahiro Yamada
2024-05-29
1
-5
/
+0
*
kconfig: use sym_get_choice_menu() in sym_check_prop()
Masahiro Yamada
2024-05-16
1
-4
/
+2
*
kconfig: lxdialog: remove initialization with A_NORMAL
Masahiro Yamada
2024-05-14
1
-9
/
+0
*
kconfig: m/nconf: merge two item_add_str() calls
Masahiro Yamada
2024-05-14
2
-9
/
+4
*
kconfig: m/nconf: remove dead code to display value of bool choice
Masahiro Yamada
2024-05-14
2
-29
/
+14
*
kconfig: m/nconf: remove dead code to display children of choice members
Masahiro Yamada
2024-05-14
2
-95
/
+71
*
kconfig: gconf: show checkbox for choice correctly
Masahiro Yamada
2024-05-14
1
-7
/
+5
*
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
2024-05-10
1
-10
/
+15
*
kconfig: use sym_get_choice_menu() in conf_write_defconfig()
Masahiro Yamada
2024-05-10
1
-4
/
+5
*
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
2024-05-10
2
-0
/
+36
[next]