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.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
2018-01-21
kconfig: fix make xconfig when gettext is missing
Yaakov Selkowitz
1
-0
/
+1
2018-01-21
kconfig: Clarify menu and 'if' dependency propagation
Ulf Magnusson
1
-0
/
+2
2018-01-21
kconfig: Document 'if' flattening logic
Ulf Magnusson
1
-0
/
+29
2018-01-21
kconfig: Clarify choice dependency propagation
Ulf Magnusson
1
-0
/
+7
2018-01-21
kconfig: Document SYMBOL_OPTIONAL logic
Ulf Magnusson
1
-0
/
+9
2018-01-21
kconfig: use default 'yy' prefix for lexer and parser
Masahiro Yamada
3
-22
/
+19
2018-01-21
kconfig: make conf_unsaved a local variable of conf_read()
Masahiro Yamada
1
-2
/
+2
2018-01-21
kconfig: make xfgets() really static
Masahiro Yamada
1
-10
/
+7
2018-01-21
kconfig: make input_mode static
Masahiro Yamada
1
-1
/
+2
2018-01-21
kconfig: Warn if there is more than one help text
Ulf Magnusson
1
-0
/
+5
2018-01-21
kconfig: drop 'boolean' keyword
Masahiro Yamada
6
-7
/
+6
2018-01-21
kconfig: Remove menu_end_entry()
Ulf Magnusson
3
-11
/
+1
2018-01-21
kconfig: Document important expression functions
Ulf Magnusson
1
-0
/
+106
2018-01-21
kconfig: Document automatic submenu creation code
Ulf Magnusson
1
-0
/
+38
2018-01-21
kconfig: Fix choice symbol expression leak
Ulf Magnusson
1
-0
/
+3
2018-01-21
kconfig: Fix expr_free() E_NOT leak
Ulf Magnusson
1
-1
/
+1
2018-01-21
kconfig: Fix automatic menu creation mem leak
Ulf Magnusson
1
-0
/
+1
2018-01-21
kconfig: Don't leak main menus during parsing
Ulf Magnusson
1
-9
/
+24
2018-01-10
kconfig: Don't leak 'option' arguments during parsing
Ulf Magnusson
1
-1
/
+3
2018-01-10
kconfig: Don't leak 'source' filenames during parsing
Ulf Magnusson
2
-0
/
+5
2018-01-10
kconfig: Don't leak symbol names during parsing
Ulf Magnusson
1
-17
/
+19
2018-01-05
kconfig: fix relational operators for bool and tristate symbols
Nicolas Pitre
1
-1
/
+4
2017-12-16
kconfig: generate lexer and parser during build instead of shipping
Masahiro Yamada
3
-4944
/
+1
2017-12-16
kconfig: display recursive dependency resolution hint just once
Masahiro Yamada
1
-2
/
+6
2017-12-15
kconfig: Clean up modules handling and fix crash
Ulf Magnusson
1
-4
/
+6
2017-12-15
kconfig: Clarify expression rewriting
Ulf Magnusson
1
-0
/
+52
2017-12-15
kconfig: Rename menu_check_dep() to rewrite_m()
Ulf Magnusson
1
-6
/
+10
2017-12-12
kconfig: Sync zconf.y with zconf.tab.c_shipped
Ulf Magnusson
1
-1
/
+1
2017-12-07
kconfig: Document the 'symbol' struct
Ulf Magnusson
1
-1
/
+44
2017-12-07
kconfig: Document the 'menu' struct
Ulf Magnusson
1
-0
/
+45
2017-12-07
kconfig: Warn if choice default is not in choice
Ulf Magnusson
1
-0
/
+10
2017-11-23
kconfig/symbol.c: use correct pointer type argument for sizeof
Heinrich Schuchardt
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-08-19
Remove gperf usage from toolchain
Linus Torvalds
8
-361
/
+67
2017-07-08
Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2017-06-23
kconfig: fix sparse warnings in nconfig
Randy Dunlap
2
-8
/
+8
2017-06-09
kconfig: Check for libncurses before menuconfig
Borislav Petkov
1
-1
/
+1
2017-05-14
scripts: Switch to more portable Perl shebang
Kamil Rytarowski
1
-1
/
+2
2017-03-21
gconfig: remove misleading parentheses around a condition
Nicolas Iooss
1
-1
/
+1
2016-12-18
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
3
-9
/
+27
2016-12-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-877
/
+832
2016-12-11
xconfig: fix missing suboption and help panels on first run
Boris Barbulovski
1
-4
/
+12
2016-12-11
xconfig: fix 'Show Debug' functionality
Boris Barbulovski
1
-1
/
+2
2016-12-11
kconfig/nconf: Fix hang when editing symbol with a long prompt
Ben Hutchings
1
-4
/
+11
2016-12-01
kbuild: make sure autoksyms.h exists early
Nicolas Pitre
1
-0
/
+2
2016-11-29
Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning
Cheah Kok Cheong
1
-0
/
+2
2016-11-16
Kconfig: Regenerate *.c_shipped files after previous changes
Nicolas Pitre
2
-858
/
+753
2016-11-16
Kconfig: Introduce the "imply" keyword
Nicolas Pitre
5
-19
/
+79
2016-05-27
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2
-1
/
+17
2016-05-10
kconfig/symbol.c: handle choice_values that depend on 'm' symbols
Dirk Gouders
1
-0
/
+14
[prev]
[next]