index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-20
5
-0
/
+71
*
kconfig: tests: add a test for randconfig with dependent choices
Masahiro Yamada
2024-03-20
5
-0
/
+78
*
kconfig: tests: support KCONFIG_SEED for the randconfig runner
Masahiro Yamada
2024-03-20
1
-6
/
+10
*
kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()
Masahiro Yamada
2024-03-18
1
-4
/
+1
*
kconfig: check prompt for choice while parsing
Masahiro Yamada
2024-03-18
2
-3
/
+6
*
kconfig: lxdialog: remove unused dialog colors
Masahiro Yamada
2024-03-18
2
-22
/
+0
*
kconfig: lxdialog: fix button color for blackbg theme
Masahiro Yamada
2024-03-18
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
*
kconfig: remove unneeded sym_find() call in conf_parse()
Masahiro Yamada
2024-02-19
1
-1
/
+1
*
kconfig: remove compat_getline()
Masahiro Yamada
2024-02-19
1
-52
/
+1
*
kconfig: remove orphan lookup_file() declaration
Masahiro Yamada
2024-02-19
1
-1
/
+0
*
kconfig: fix off-by-one in zconf_error()
Masahiro Yamada
2024-02-19
1
-1
/
+1
*
kconfig: fix infinite loop when expanding a macro at the end of file
Masahiro Yamada
2024-02-19
1
-2
/
+5
*
kconfig: fix line number in recursive inclusion detection
Masahiro Yamada
2024-02-19
1
-4
/
+5
*
kconfig: remove unneeded buffer allocation in zconf_initscan()
Masahiro Yamada
2024-02-19
1
-16
/
+13
*
kconfig: initialize sym->curr.tri to 'no' for all symbol types again
Masahiro Yamada
2024-01-31
1
-1
/
+3
*
kconfig: WERROR unmet symbol dependency
Sergey Senozhatsky
2023-12-29
4
-5
/
+25
*
kconfig: Use KCONFIG_CONFIG instead of .config
Markus Schneider-Pargmann
2023-12-28
1
-1
/
+1
*
kconfig: remove redundant NULL pointer check before free()
Masahiro Yamada
2023-12-28
2
-4
/
+2
*
kconfig: remove unreachable printf()
Masahiro Yamada
2023-12-28
1
-1
/
+0
*
kconfig: add include guard to lkc_proto.h
Masahiro Yamada
2023-12-28
1
-0
/
+5
*
kconfig: squash menu_has_help() and menu_get_help()
Masahiro Yamada
2023-12-28
2
-17
/
+2
[next]