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
/
symbol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kconfig: clean up header inclusion
Boris Kolpackov
2020-12-08
1
-1
/
+1
*
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-08-14
1
-4
/
+10
*
kconfig: do not use OR-assignment for zero-cleared structure
Masahiro Yamada
2020-05-12
1
-1
/
+1
*
kconfig: make 'imply' obey the direct dependency
Masahiro Yamada
2020-03-13
1
-1
/
+3
*
kconfig: allow symbols implied by y to become m
Masahiro Yamada
2020-03-13
1
-4
/
+1
*
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
2020-01-07
1
-21
/
+0
*
kconfig: remove sym from struct property
Masahiro Yamada
2020-01-07
1
-1
/
+0
*
Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2019-07-12
1
-1
/
+1
|
\
|
*
kconfig: Fix spelling of sym_is_changable
Marco Ammon
2019-07-06
1
-1
/
+1
*
|
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
|
/
*
kconfig: split some C files out of zconf.y
Masahiro Yamada
2018-12-28
1
-1
/
+1
*
kconfig: convert to SPDX License Identifier
Masahiro Yamada
2018-12-28
1
-1
/
+1
*
kconfig: remove S_OTHER symbol type and correct dependency tracking
Masahiro Yamada
2018-12-08
1
-3
/
+0
*
kconfig: improve the recursive dependency report
Masahiro Yamada
2018-08-22
1
-14
/
+34
*
kconfig: report recursive dependency involving 'imply'
Masahiro Yamada
2018-08-22
1
-2
/
+7
*
kconfig: error out when seeing recursive dependency
Masahiro Yamada
2018-08-22
1
-3
/
+0
*
kconfig: remove P_ENV property type
Masahiro Yamada
2018-08-14
1
-2
/
+0
*
kconfig: remove unused sym_get_env_prop() function
Masahiro Yamada
2018-08-14
1
-9
/
+0
*
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
2018-07-18
1
-1
/
+1
*
kconfig: remove sym_expand_string_value()
Masahiro Yamada
2018-05-29
1
-53
/
+0
*
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
2018-05-29
1
-56
/
+0
*
kconfig: make unmet dependency warnings readable
Masahiro Yamada
2018-03-26
1
-12
/
+23
*
kconfig: warn unmet direct dependency of tristate symbols selected by y
Masahiro Yamada
2018-03-26
1
-2
/
+2
*
kconfig: only write '# CONFIG_FOO is not set' for visible symbols
Ulf Magnusson
2018-03-26
1
-1
/
+2
*
kconfig: add xstrdup() helper
Masahiro Yamada
2018-03-02
1
-2
/
+2
*
kconfig: remove const qualifier from sym_expand_string_value()
Masahiro Yamada
2018-02-10
1
-1
/
+1
*
kconfig: add xrealloc() helper
Masahiro Yamada
2018-02-10
1
-1
/
+1
*
kconfig: send error messages to stderr
Masahiro Yamada
2018-02-09
1
-1
/
+1
*
kconfig: do not write choice values when their dependency becomes n
Masahiro Yamada
2018-02-09
1
-9
/
+7
*
kconfig: drop 'boolean' keyword
Masahiro Yamada
2018-01-22
1
-1
/
+1
*
kconfig: Don't leak 'source' filenames during parsing
Ulf Magnusson
2018-01-11
1
-0
/
+4
*
kconfig: display recursive dependency resolution hint just once
Masahiro Yamada
2017-12-16
1
-2
/
+6
*
kconfig/symbol.c: use correct pointer type argument for sizeof
Heinrich Schuchardt
2017-11-23
1
-1
/
+1
*
Kconfig: Introduce the "imply" keyword
Nicolas Pitre
2016-11-16
1
-1
/
+23
*
kconfig/symbol.c: handle choice_values that depend on 'm' symbols
Dirk Gouders
2016-05-10
1
-0
/
+14
*
kbuild: document recursive dependency limitation / resolution
Luis R. Rodriguez
2015-10-08
1
-0
/
+2
*
kconfig: Delete unnecessary checks before the function call "sym_calc_value"
Markus Elfring
2015-08-19
1
-2
/
+1
*
kconfig: allow use of relations other than (in)equality
Jan Beulich
2015-06-15
1
-0
/
+4
*
kconfig: Remove unnecessary prototypes from headers
Michal Marek
2015-02-25
1
-21
/
+21
*
kconfig: fix trivial typos and update mconf documentation
Martin Walch
2013-10-08
1
-1
/
+1
*
kconfig: switch to "long long" for sanity
Kees Cook
2013-08-15
1
-9
/
+10
*
kconfig: simplify symbol-search code
Yann E. MORIN
2013-07-16
1
-19
/
+11
*
kconfig: don't allocate n+1 elements in temporary array
Yann E. MORIN
2013-07-16
1
-1
/
+1
*
kconfig: minor style fixes in symbol-search code
Yann E. MORIN
2013-07-16
1
-4
/
+3
*
kconfig: avoid multiple calls to strlen
Yann E. MORIN
2013-07-16
1
-5
/
+5
*
kconfig: allow "hex" and "range" to support longs
Kees Cook
2013-06-29
1
-5
/
+5
*
kconfig: sort found symbols by relevance
Yann E. MORIN
2013-06-24
1
-9
/
+69
*
kconfig: Fix defconfig when one choice menu selects options that another choi...
Arve Hjønnevåg
2013-06-16
1
-0
/
+11
*
kconfig: Fix malloc handling in conf tools
Alan Cox
2012-11-20
1
-6
/
+6
*
kconfig: fix new choices being skipped upon config update
Arnaud Lacombe
2012-01-26
1
-1
/
+8
[next]