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
...
*
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
2024-05-10
2
-10
/
+40
*
kconfig: turn missing prompt for choice members into error
Masahiro Yamada
2024-05-10
2
-2
/
+14
*
kconfig: turn conf_choice() into void function
Masahiro Yamada
2024-05-10
1
-6
/
+5
*
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
2024-05-10
1
-5
/
+3
*
kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED
Masahiro Yamada
2024-05-10
1
-6
/
+3
*
kconfig: gconf: remove debug code
Masahiro Yamada
2024-05-10
1
-48
/
+1
*
kconfig: gconf: update pane correctly after loading a config file
Masahiro Yamada
2024-05-10
1
-1
/
+3
*
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2024-05-10
1
-4
/
+4
*
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
2024-05-02
5
-8
/
+4
*
kconfig: remove 'optional' property support
Masahiro Yamada
2024-05-02
14
-75
/
+5
*
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
2024-05-02
6
-9
/
+6
*
kconfig: remove unneeded if-conditional in conf_choice()
Masahiro Yamada
2024-05-02
1
-3
/
+2
*
kconfig: use menu_for_each_entry() to traverse menu tree
Masahiro Yamada
2024-05-02
2
-35
/
+6
*
kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
Masahiro Yamada
2024-05-02
2
-0
/
+26
*
kconfig: Fix typo HEIGTH to HEIGHT
Isak Ellmer
2024-03-31
8
-14
/
+14
*
kconfig: do not reparent the menu inside a choice block
Masahiro Yamada
2024-03-28
4
-13
/
+18
*
kconfig: tests: test dependency after shuffling choices
Masahiro Yamada
2024-03-21
5
-0
/
+71
*
kconfig: tests: add a test for randconfig with dependent choices
Masahiro Yamada
2024-03-21
5
-0
/
+78
*
kconfig: tests: support KCONFIG_SEED for the randconfig runner
Masahiro Yamada
2024-03-21
1
-6
/
+10
*
kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()
Masahiro Yamada
2024-03-19
1
-4
/
+1
*
kconfig: check prompt for choice while parsing
Masahiro Yamada
2024-03-19
2
-3
/
+6
*
kconfig: lxdialog: remove unused dialog colors
Masahiro Yamada
2024-03-19
2
-22
/
+0
*
kconfig: lxdialog: fix button color for blackbg theme
Masahiro Yamada
2024-03-19
1
-1
/
+1
*
kconfig: remove named choice support
Masahiro Yamada
2024-03-10
1
-7
/
+3
*
kconfig: use linked list in get_symbol_str() to iterate over menus
Masahiro Yamada
2024-03-09
1
-8
/
+9
*
kconfig: link menus to a symbol
Masahiro Yamada
2024-03-09
3
-1
/
+12
*
kconfig: lxdialog: fix cursor render in checklist
Matthew Bystrin
2024-02-20
1
-3
/
+2
*
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
2024-02-20
7
-39
/
+42
*
kconfig: print recursive dependency errors in the parsed order
Masahiro Yamada
2024-02-20
2
-15
/
+27
*
kconfig: do not imply the type of choice value
Masahiro Yamada
2024-02-20
1
-6
/
+0
*
kconfig: convert linked list of files to hash table
Masahiro Yamada
2024-02-20
1
-9
/
+11
*
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
2024-02-20
3
-9
/
+11
*
kconfig: move ARRAY_SIZE to a header
Masahiro Yamada
2024-02-19
2
-2
/
+12
*
kconfig: add macros useful for hashtable
Masahiro Yamada
2024-02-19
1
-0
/
+48
*
kconfig: import more list macros and inline functions
Masahiro Yamada
2024-02-19
2
-0
/
+77
*
kconfig: resync list.h
Masahiro Yamada
2024-02-19
1
-62
/
+121
*
kconfig: split list_head into a separate header
Masahiro Yamada
2024-02-19
6
-7
/
+15
*
kconfig: change file_lookup() to return the file name
Masahiro Yamada
2024-02-19
5
-16
/
+13
*
kconfig: make file::name a flexible array member
Masahiro Yamada
2024-02-19
2
-3
/
+6
*
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
2024-02-19
3
-33
/
+23
*
kconfig: replace remaining current_file->name with cur_filename
Masahiro Yamada
2024-02-19
2
-6
/
+6
*
kconfig: do not delay the cur_filename update
Masahiro Yamada
2024-02-19
2
-10
/
+15
*
kconfig: replace file->name with name in zconf_nextfile()
Masahiro Yamada
2024-02-19
1
-5
/
+5
*
kconfig: associate struct property with file name directly
Masahiro Yamada
2024-02-19
3
-9
/
+9
*
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-02-19
5
-10
/
+10
*
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
2024-02-19
5
-51
/
+37
*
kconfig: replace current_pos with separate cur_{filename,lineno}
Masahiro Yamada
2024-02-19
1
-8
/
+17
*
kconfig: split preprocessor prototypes into preprocess.h
Masahiro Yamada
2024-02-19
5
-13
/
+23
*
kconfig: call env_write_dep() right after yyparse()
Masahiro Yamada
2024-02-19
4
-12
/
+18
*
kconfig: write Kconfig files to autoconf.cmd in order
Masahiro Yamada
2024-02-19
4
-4
/
+11
[prev]
[next]