index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
symbol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-11
kconfig: move sym_escape_string_value() to confdata.c
Masahiro Yamada
1
-44
/
+0
2021-10-01
kconfig: remove 'const' from the return type of sym_escape_string_value()
Masahiro Yamada
1
-1
/
+2
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
1
-1
/
+1
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
1
-1
/
+0
2020-12-08
kconfig: clean up header inclusion
Boris Kolpackov
1
-1
/
+1
2020-08-14
kconfig: add 'static' to some file-local data
Masahiro Yamada
1
-4
/
+10
2020-05-12
kconfig: do not use OR-assignment for zero-cleared structure
Masahiro Yamada
1
-1
/
+1
2020-03-13
kconfig: make 'imply' obey the direct dependency
Masahiro Yamada
1
-1
/
+3
2020-03-13
kconfig: allow symbols implied by y to become m
Masahiro Yamada
1
-4
/
+1
2020-01-07
kconfig: squash prop_alloc() into menu_add_prop()
Masahiro Yamada
1
-21
/
+0
2020-01-07
kconfig: remove sym from struct property
Masahiro Yamada
1
-1
/
+0
2019-07-12
Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2019-07-06
kconfig: Fix spelling of sym_is_changable
Marco Ammon
1
-1
/
+1
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2018-12-28
kconfig: split some C files out of zconf.y
Masahiro Yamada
1
-1
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2018-12-08
kconfig: remove S_OTHER symbol type and correct dependency tracking
Masahiro Yamada
1
-3
/
+0
2018-08-22
kconfig: improve the recursive dependency report
Masahiro Yamada
1
-14
/
+34
2018-08-22
kconfig: report recursive dependency involving 'imply'
Masahiro Yamada
1
-2
/
+7
2018-08-22
kconfig: error out when seeing recursive dependency
Masahiro Yamada
1
-3
/
+0
2018-08-14
kconfig: remove P_ENV property type
Masahiro Yamada
1
-2
/
+0
2018-08-14
kconfig: remove unused sym_get_env_prop() function
Masahiro Yamada
1
-9
/
+0
2018-07-18
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
1
-1
/
+1
2018-05-29
kconfig: remove sym_expand_string_value()
Masahiro Yamada
1
-53
/
+0
2018-05-29
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
1
-56
/
+0
2018-03-26
kconfig: make unmet dependency warnings readable
Masahiro Yamada
1
-12
/
+23
2018-03-26
kconfig: warn unmet direct dependency of tristate symbols selected by y
Masahiro Yamada
1
-2
/
+2
2018-03-26
kconfig: only write '# CONFIG_FOO is not set' for visible symbols
Ulf Magnusson
1
-1
/
+2
2018-03-02
kconfig: add xstrdup() helper
Masahiro Yamada
1
-2
/
+2
2018-02-10
kconfig: remove const qualifier from sym_expand_string_value()
Masahiro Yamada
1
-1
/
+1
2018-02-10
kconfig: add xrealloc() helper
Masahiro Yamada
1
-1
/
+1
2018-02-09
kconfig: send error messages to stderr
Masahiro Yamada
1
-1
/
+1
2018-02-09
kconfig: do not write choice values when their dependency becomes n
Masahiro Yamada
1
-9
/
+7
2018-01-22
kconfig: drop 'boolean' keyword
Masahiro Yamada
1
-1
/
+1
2018-01-11
kconfig: Don't leak 'source' filenames during parsing
Ulf Magnusson
1
-0
/
+4
2017-12-16
kconfig: display recursive dependency resolution hint just once
Masahiro Yamada
1
-2
/
+6
2017-11-23
kconfig/symbol.c: use correct pointer type argument for sizeof
Heinrich Schuchardt
1
-1
/
+1
2016-11-16
Kconfig: Introduce the "imply" keyword
Nicolas Pitre
1
-1
/
+23
2016-05-10
kconfig/symbol.c: handle choice_values that depend on 'm' symbols
Dirk Gouders
1
-0
/
+14
2015-10-08
kbuild: document recursive dependency limitation / resolution
Luis R. Rodriguez
1
-0
/
+2
2015-08-19
kconfig: Delete unnecessary checks before the function call "sym_calc_value"
Markus Elfring
1
-2
/
+1
2015-06-15
kconfig: allow use of relations other than (in)equality
Jan Beulich
1
-0
/
+4
2015-02-25
kconfig: Remove unnecessary prototypes from headers
Michal Marek
1
-21
/
+21
2013-10-08
kconfig: fix trivial typos and update mconf documentation
Martin Walch
1
-1
/
+1
2013-08-15
kconfig: switch to "long long" for sanity
Kees Cook
1
-9
/
+10
2013-07-16
kconfig: simplify symbol-search code
Yann E. MORIN
1
-19
/
+11
2013-07-16
kconfig: don't allocate n+1 elements in temporary array
Yann E. MORIN
1
-1
/
+1
2013-07-16
kconfig: minor style fixes in symbol-search code
Yann E. MORIN
1
-4
/
+3
2013-07-16
kconfig: avoid multiple calls to strlen
Yann E. MORIN
1
-5
/
+5
2013-06-29
kconfig: allow "hex" and "range" to support longs
Kees Cook
1
-5
/
+5
[next]