index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-20
kconfig: tests: test dependency after shuffling choices
Masahiro Yamada
5
-0
/
+71
2024-03-20
kconfig: tests: add a test for randconfig with dependent choices
Masahiro Yamada
5
-0
/
+78
2024-03-20
kconfig: tests: support KCONFIG_SEED for the randconfig runner
Masahiro Yamada
1
-6
/
+10
2024-03-18
kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()
Masahiro Yamada
1
-4
/
+1
2024-03-18
kconfig: check prompt for choice while parsing
Masahiro Yamada
2
-3
/
+6
2024-03-18
kconfig: lxdialog: remove unused dialog colors
Masahiro Yamada
2
-22
/
+0
2024-03-18
kconfig: lxdialog: fix button color for blackbg theme
Masahiro Yamada
1
-1
/
+1
2024-03-10
kconfig: remove named choice support
Masahiro Yamada
1
-7
/
+3
2024-03-09
kconfig: use linked list in get_symbol_str() to iterate over menus
Masahiro Yamada
1
-8
/
+9
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
3
-1
/
+12
2024-02-20
kconfig: lxdialog: fix cursor render in checklist
Matthew Bystrin
1
-3
/
+2
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
7
-39
/
+42
2024-02-20
kconfig: print recursive dependency errors in the parsed order
Masahiro Yamada
2
-15
/
+27
2024-02-20
kconfig: do not imply the type of choice value
Masahiro Yamada
1
-6
/
+0
2024-02-20
kconfig: convert linked list of files to hash table
Masahiro Yamada
1
-9
/
+11
2024-02-20
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
3
-9
/
+11
2024-02-19
kconfig: move ARRAY_SIZE to a header
Masahiro Yamada
2
-2
/
+12
2024-02-19
kconfig: add macros useful for hashtable
Masahiro Yamada
1
-0
/
+48
2024-02-19
kconfig: import more list macros and inline functions
Masahiro Yamada
2
-0
/
+77
2024-02-19
kconfig: resync list.h
Masahiro Yamada
1
-62
/
+121
2024-02-19
kconfig: split list_head into a separate header
Masahiro Yamada
6
-7
/
+15
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
5
-16
/
+13
2024-02-19
kconfig: make file::name a flexible array member
Masahiro Yamada
2
-3
/
+6
2024-02-19
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
3
-33
/
+23
2024-02-19
kconfig: replace remaining current_file->name with cur_filename
Masahiro Yamada
2
-6
/
+6
2024-02-19
kconfig: do not delay the cur_filename update
Masahiro Yamada
2
-10
/
+15
2024-02-19
kconfig: replace file->name with name in zconf_nextfile()
Masahiro Yamada
1
-5
/
+5
2024-02-19
kconfig: associate struct property with file name directly
Masahiro Yamada
3
-9
/
+9
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
5
-10
/
+10
2024-02-19
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
5
-51
/
+37
2024-02-19
kconfig: replace current_pos with separate cur_{filename,lineno}
Masahiro Yamada
1
-8
/
+17
2024-02-19
kconfig: split preprocessor prototypes into preprocess.h
Masahiro Yamada
5
-13
/
+23
2024-02-19
kconfig: call env_write_dep() right after yyparse()
Masahiro Yamada
4
-12
/
+18
2024-02-19
kconfig: write Kconfig files to autoconf.cmd in order
Masahiro Yamada
4
-4
/
+11
2024-02-19
kconfig: remove unneeded sym_find() call in conf_parse()
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: remove compat_getline()
Masahiro Yamada
1
-52
/
+1
2024-02-19
kconfig: remove orphan lookup_file() declaration
Masahiro Yamada
1
-1
/
+0
2024-02-19
kconfig: fix off-by-one in zconf_error()
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: fix infinite loop when expanding a macro at the end of file
Masahiro Yamada
1
-2
/
+5
2024-02-19
kconfig: fix line number in recursive inclusion detection
Masahiro Yamada
1
-4
/
+5
2024-02-19
kconfig: remove unneeded buffer allocation in zconf_initscan()
Masahiro Yamada
1
-16
/
+13
2024-01-31
kconfig: initialize sym->curr.tri to 'no' for all symbol types again
Masahiro Yamada
1
-1
/
+3
2023-12-29
kconfig: WERROR unmet symbol dependency
Sergey Senozhatsky
4
-5
/
+25
2023-12-28
kconfig: Use KCONFIG_CONFIG instead of .config
Markus Schneider-Pargmann
1
-1
/
+1
2023-12-28
kconfig: remove redundant NULL pointer check before free()
Masahiro Yamada
2
-4
/
+2
2023-12-28
kconfig: remove unreachable printf()
Masahiro Yamada
1
-1
/
+0
2023-12-28
kconfig: add include guard to lkc_proto.h
Masahiro Yamada
1
-0
/
+5
2023-12-28
kconfig: squash menu_has_help() and menu_get_help()
Masahiro Yamada
2
-17
/
+2
2023-12-10
kconfig: factor out common code shared by mconf and nconf
Masahiro Yamada
5
-107
/
+75
2023-12-03
kconfig: default to zero if int/hex symbol lacks default property
Masahiro Yamada
1
-5
/
+12
[next]