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: 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
*
kconfig: factor out common code shared by mconf and nconf
Masahiro Yamada
2023-12-10
5
-107
/
+75
*
kconfig: default to zero if int/hex symbol lacks default property
Masahiro Yamada
2023-12-03
1
-5
/
+12
*
kconfig: remove unneeded symbol_empty variable
Masahiro Yamada
2023-12-03
1
-9
/
+2
*
scripts: clean up IA-64 code
Masahiro Yamada
2023-12-03
2
-2
/
+2
*
kbuild: support W=c and W=e shorthands for Kconfig
Masahiro Yamada
2023-12-03
1
-0
/
+8
*
kconfig: massage the loop in conf_read_simple()
Masahiro Yamada
2023-11-28
1
-6
/
+13
*
kconfig: require an exact match for "is not set" to disable CONFIG option
Masahiro Yamada
2023-11-28
1
-1
/
+1
*
kconfig: introduce getline_stripped() helper
Masahiro Yamada
2023-11-28
1
-14
/
+26
*
kconfig: deduplicate code in conf_read_simple()
Masahiro Yamada
2023-11-28
1
-54
/
+35
*
kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()
Masahiro Yamada
2023-11-28
1
-13
/
+8
*
kconfig: require a space after '#' for valid input
Masahiro Yamada
2023-11-28
1
-0
/
+2
*
kconfig: remove error check for xrealloc()
Masahiro Yamada
2023-11-28
1
-6
/
+2
*
kconfig: do not clear SYMBOL_DEF_USER when the value is out of range
Masahiro Yamada
2023-11-28
1
-1
/
+1
*
kconfig: fix memory leak from range properties
Masahiro Yamada
2023-11-17
1
-8
/
+6
*
kconfig: fix possible buffer overflow
Konstantin Meskhidze
2023-09-05
1
-0
/
+3
*
kbuild: Show marked Kconfig fragments in "help"
Kees Cook
2023-09-03
1
-3
/
+12
*
kconfig: add warn-unknown-symbols sanity check
Sergey Senozhatsky
2023-09-01
1
-2
/
+19
*
kconfig: port qconf to work with Qt6 in addition to Qt5
Boris Kolpackov
2023-08-16
2
-21
/
+44
*
kconfig: nconf: Add search jump feature
Jesse Taube
2023-08-13
3
-15
/
+140
*
kconfig: menuconfig: remove jump_key::index
Masahiro Yamada
2023-07-24
3
-12
/
+4
*
kconfig: menuconfig: simplify global jump key assignment
Masahiro Yamada
2023-07-24
5
-90
/
+97
[prev]
[next]