index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
kconfig: stop supporting '.' and '/' in unquoted words
Masahiro Yamada
2018-12-22
2
-4
/
+3
*
kconfig: use T_WORD instead of T_VARIABLE for variables
Masahiro Yamada
2018-12-22
2
-4
/
+3
*
kconfig: use specific tokens instead of T_ASSIGN for assignments
Masahiro Yamada
2018-12-22
2
-5
/
+13
*
kconfig: refactor scanning and parsing "option" properties
Masahiro Yamada
2018-12-22
5
-52
/
+41
*
kconfig: use distinct tokens for type and default properties
Masahiro Yamada
2018-12-22
3
-32
/
+47
*
kconfig: remove redundant token defines
Masahiro Yamada
2018-12-15
1
-5
/
+0
*
kconfig: rename depends_list to comment_option_list
Masahiro Yamada
2018-12-15
1
-6
/
+6
*
kconfig: loosen the order of "visible" and "depends on" in menu entry
Masahiro Yamada
2018-12-15
1
-7
/
+7
*
kconfig: remove redundant menu_block rule
Masahiro Yamada
2018-12-15
1
-8
/
+1
*
kconfig: remove redundant if_block rule
Masahiro Yamada
2018-12-15
1
-9
/
+1
*
kconfig: remove grammatically ambiguous option_error
Masahiro Yamada
2018-12-15
1
-10
/
+0
*
kconfig: remove grammatically ambiguous "unexpected option" diagnostic
Masahiro Yamada
2018-12-15
1
-10
/
+1
*
kconfig: warn no new line at end of file
Masahiro Yamada
2018-12-15
1
-0
/
+4
*
kconfig: clean up EOF handling in the lexer
Masahiro Yamada
2018-12-13
1
-3
/
+2
*
kconfig: fix ambiguous grammar in terms of new lines
Masahiro Yamada
2018-12-13
2
-15
/
+24
*
kconfig: refactor pattern matching in STRING state
Masahiro Yamada
2018-12-13
1
-11
/
+3
*
kconfig: remove unneeded pattern matching to whitespaces
Masahiro Yamada
2018-12-13
1
-6
/
+0
*
kconfig: require T_EOL to reduce visible statement
Masahiro Yamada
2018-12-13
1
-2
/
+2
*
kconfig: fix memory leak when EOF is encountered in quotation
Masahiro Yamada
2018-12-13
1
-0
/
+2
*
kconfig: fix file name and line number of warn_ignored_character()
Masahiro Yamada
2018-12-13
1
-1
/
+1
*
kconfig: remove k_invalid from expr_parse_string() return type
Masahiro Yamada
2018-12-08
1
-12
/
+2
*
kconfig: remove S_OTHER symbol type and correct dependency tracking
Masahiro Yamada
2018-12-08
3
-24
/
+16
*
kconfig: split out code touching a file to conf_touch_dep()
Masahiro Yamada
2018-12-08
1
-43
/
+49
*
kconfig: rename conf_split_config() to conf_touch_deps()
Masahiro Yamada
2018-12-08
1
-2
/
+2
*
kconfig: remove unneeded setsym label in conf_read_simple()
Masahiro Yamada
2018-12-08
1
-3
/
+3
*
scripts/kconfig/merge_config: don't redefine 'y' to 'm'
Anders Roxell
2018-11-15
1
-8
/
+29
*
kconfig: merge_config: avoid false positive matches from comment lines
Masahiro Yamada
2018-11-11
1
-3
/
+4
*
merge_config.sh: Allow to define config prefix
Petr Vorel
2018-11-02
1
-1
/
+5
*
kconfig: remove silentoldconfig target
Masahiro Yamada
2018-11-02
1
-8
/
+1
*
kconfig: remove oldnoconfig target
Masahiro Yamada
2018-11-02
2
-15
/
+1
*
kconfig: do not require pkg-config on make {menu,n}config
Masahiro Yamada
2018-09-03
6
-31
/
+42
*
kconfig: remove a spurious self-assignment
Lukas Bulwahn
2018-09-01
1
-1
/
+0
*
kconfig: suppress "configuration written to .config" for syncconfig
Masahiro Yamada
2018-08-22
1
-0
/
+5
*
kconfig: fix "Can't open ..." in parallel build
Masahiro Yamada
2018-08-22
1
-2
/
+3
*
kconfig: improve the recursive dependency report
Masahiro Yamada
2018-08-22
2
-17
/
+37
*
kconfig: report recursive dependency involving 'imply'
Masahiro Yamada
2018-08-22
3
-18
/
+32
*
kconfig: error out when seeing recursive dependency
Masahiro Yamada
2018-08-22
5
-12
/
+10
*
kconfig: add build-only configurator targets
Randy Dunlap
2018-08-22
1
-1
/
+10
*
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-08-15
15
-122
/
+184
|
\
|
*
kconfig: remove P_ENV property type
Masahiro Yamada
2018-08-14
3
-4
/
+0
|
*
kconfig: remove unused sym_get_env_prop() function
Masahiro Yamada
2018-08-14
2
-10
/
+0
|
*
kconfig: fix the rule of mainmenu_stmt symbol
Masahiro Yamada
2018-08-13
1
-2
/
+2
|
*
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
2018-07-25
7
-19
/
+30
|
*
kconfig: make syncconfig update .config regardless of sym_change_count
Masahiro Yamada
2018-07-25
1
-4
/
+6
|
*
kconfig: create directories needed for syncconfig by itself
Masahiro Yamada
2018-07-25
2
-9
/
+20
|
*
kconfig: remove unneeded directory generation from local*config
Masahiro Yamada
2018-07-25
1
-1
/
+0
|
*
kconfig: split out useful helpers in confdata.c
Masahiro Yamada
2018-07-25
1
-17
/
+64
|
*
kconfig: rename file_write_dep and move it to confdata.c
Masahiro Yamada
2018-07-25
3
-32
/
+30
|
*
kconfig: handle format string before calling conf_message_callback()
Masahiro Yamada
2018-07-25
4
-18
/
+17
|
*
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
2018-07-18
6
-8
/
+8
[prev]
[next]