index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
kconfig: check for pkg-config on make {menu,n,g,x}config
Randy Dunlap
2018-07-18
2
-0
/
+9
*
|
kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS
Laura Abbott
2018-07-18
1
-4
/
+4
|
/
*
kconfig: loop boundary condition fix
Jerry James
2018-06-28
1
-1
/
+1
*
kconfig: handle P_SYMBOL in print_symbol()
Dirk Gouders
2018-06-28
2
-0
/
+7
*
kconfig: fix line numbers for if-entries in menu tree
Dirk Gouders
2018-06-25
1
-2
/
+2
*
kconfig: fix localmodconfig
Sam Ravnborg
2018-06-11
1
-2
/
+2
*
kconfig: Avoid format overflow warning from GCC 8.1
Nathan Chancellor
2018-06-05
1
-1
/
+1
*
kbuild: Move last word of nconfig help to the previous line
Petr Vorel
2018-06-05
1
-2
/
+1
*
kconfig: Add testconfig into make help output
Petr Vorel
2018-06-05
1
-0
/
+1
*
kconfig: test: add Kconfig macro language tests
Masahiro Yamada
2018-05-29
13
-0
/
+191
*
kconfig: error out if a recursive variable references itself
Masahiro Yamada
2018-05-29
1
-0
/
+13
*
kconfig: add 'filename' and 'lineno' built-in variables
Masahiro Yamada
2018-05-29
1
-0
/
+16
*
kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
Masahiro Yamada
2018-05-29
1
-0
/
+27
*
kconfig: expand lefthand side of assignment statement
Masahiro Yamada
2018-05-29
1
-0
/
+7
*
kconfig: support append assignment operator
Masahiro Yamada
2018-05-29
3
-3
/
+27
*
kconfig: support simply expanded variable
Masahiro Yamada
2018-05-29
4
-7
/
+27
*
kconfig: support user-defined function and recursively expanded variable
Masahiro Yamada
2018-05-29
4
-4
/
+120
*
kconfig: begin PARAM state only when seeing a command keyword
Masahiro Yamada
2018-05-29
1
-1
/
+1
*
kconfig: add 'shell' built-in function
Masahiro Yamada
2018-05-29
1
-0
/
+41
*
kconfig: add built-in function support
Masahiro Yamada
2018-05-29
1
-12
/
+130
*
kconfig: make default prompt of mainmenu less specific
Masahiro Yamada
2018-05-29
2
-2
/
+2
*
kconfig: remove sym_expand_string_value()
Masahiro Yamada
2018-05-29
2
-54
/
+0
*
kconfig: remove string expansion for mainmenu after yyparse()
Masahiro Yamada
2018-05-29
1
-19
/
+5
*
kconfig: remove string expansion in file_lookup()
Masahiro Yamada
2018-05-29
1
-3
/
+1
*
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
2018-05-29
10
-114
/
+326
*
kconfig: drop localization support
Sam Ravnborg
2018-05-28
21
-610
/
+258
*
kconfig: refactor ncurses package checks for building mconf and nconf
Masahiro Yamada
2018-05-28
5
-128
/
+113
*
kconfig: refactor GTK+ package checks for building gconf
Masahiro Yamada
2018-05-28
2
-34
/
+32
*
kconfig: refactor Qt package checks for building qconf
Masahiro Yamada
2018-05-28
2
-45
/
+53
*
kconfig: extend output of 'listnewconfig'
Don Zickus
2018-04-13
1
-2
/
+12
[next]