index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
expr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kconfig: clear expr::val_is_valid when allocated
Masahiro Yamada
2024-10-01
1
-0
/
+1
*
kconfig: cache expression values
Masahiro Yamada
2024-09-20
1
-4
/
+30
*
kconfig: use hash table to reuse expressions
Masahiro Yamada
2024-09-20
1
-250
/
+131
*
kconfig: refactor expr_eliminate_dups()
Masahiro Yamada
2024-09-20
1
-11
/
+3
*
kconfig: add comments to expression transformations
Masahiro Yamada
2024-09-20
1
-6
/
+37
*
kconfig: change some expr_*() functions to bool
Masahiro Yamada
2024-09-20
1
-7
/
+8
*
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
2024-09-01
1
-0
/
+1
*
kconfig: remove 'e1' and 'e2' macros from expression deduplication
Masahiro Yamada
2024-07-20
1
-52
/
+42
*
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
1
-2
/
+2
*
kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()
Masahiro Yamada
2024-07-16
1
-5
/
+2
*
kconfig: remove E_LIST expression type
Masahiro Yamada
2024-07-15
1
-15
/
+0
*
kconfig: add fallthrough comments to expr_compare_type()
Masahiro Yamada
2024-07-15
1
-0
/
+5
*
kconfig: remove unneeded code in expr_compare_type()
Masahiro Yamada
2024-07-15
1
-4
/
+1
*
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
2024-06-06
1
-29
/
+0
*
kconfig: remove redundant check in expr_join_or()
Masahiro Yamada
2024-05-29
1
-1
/
+1
*
kconfig: remove unreachable printf()
Masahiro Yamada
2023-12-28
1
-1
/
+0
*
kconfig: distinguish between dependencies and visibility in help text
Thomas Hebb
2020-01-06
1
-2
/
+1
*
kconfig: don't crash on NULL expressions in expr_eq()
Thomas Hebb
2019-12-17
1
-0
/
+7
*
kconfig: split some C files out of zconf.y
Masahiro Yamada
2018-12-28
1
-0
/
+2
*
kconfig: convert to SPDX License Identifier
Masahiro Yamada
2018-12-28
1
-1
/
+1
*
kconfig: remove k_invalid from expr_parse_string() return type
Masahiro Yamada
2018-12-08
1
-12
/
+2
*
kconfig: make unmet dependency warnings readable
Masahiro Yamada
2018-03-25
1
-42
/
+0
*
kconfig: Print reverse dependencies in groups
Eugeniu Rosca
2018-03-25
1
-6
/
+12
*
kconfig: clean-up reverse dependency help implementation
Masahiro Yamada
2018-03-25
1
-15
/
+21
*
kconfig: send error messages to stderr
Masahiro Yamada
2018-02-08
1
-2
/
+2
*
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-02-01
1
-5
/
+131
|
\
|
*
kconfig: make "Selected by:" and "Implied by:" readable
Petr Vorel
2018-01-25
1
-4
/
+24
|
*
kconfig: Document important expression functions
Ulf Magnusson
2018-01-21
1
-0
/
+106
|
*
kconfig: Fix expr_free() E_NOT leak
Ulf Magnusson
2018-01-21
1
-1
/
+1
*
|
kconfig: fix relational operators for bool and tristate symbols
Nicolas Pitre
2018-01-05
1
-1
/
+4
|
/
*
kconfig: Fix copy&paste error
Michal Sojka
2015-10-20
1
-1
/
+1
*
kconfig: allow use of relations other than (in)equality
Jan Beulich
2015-06-15
1
-10
/
+157
*
Kconfig: Remove bad inference rules expr_eliminate_dups2()
Martin Walch
2015-05-25
1
-111
/
+0
*
kconfig: Remove unnecessary prototypes from headers
Michal Marek
2015-02-25
1
-6
/
+12
*
kconfig: Remove dead code
Michal Marek
2015-02-25
1
-4
/
+0
*
kconfig: Fix malloc handling in conf tools
Alan Cox
2012-11-20
1
-5
/
+5
*
kconfig: use calloc() for expr allocation
Arnaud Lacombe
2011-07-02
1
-8
/
+4
*
kconfig: nuke LKC_DIRECT_LINK cruft
Arnaud Lacombe
2011-06-06
1
-1
/
+0
*
kconfig: Make expr_copy() take a const argument
Michal Marek
2010-12-21
1
-1
/
+1
*
kconfig: simplify select-with-unmet-direct-dependency warning
Arnaud Lacombe
2010-12-21
1
-0
/
+42
*
kconfig: Fix warning: ignoring return value of 'fwrite'
Jean Sacren
2010-08-13
1
-1
/
+1
*
kconfig: print the range of integer/hex symbol in help text
Li Zefan
2010-06-02
1
-1
/
+1
*
menuconfig: wrap long help lines
Vadim Bendebury (вб)
2010-02-02
1
-2
/
+25
*
kbuild: add static to prototypes
Trevor Keith
2009-09-20
1
-2
/
+2
*
kconfig: add symbol value to help find the real depend
Cheng Renquan
2009-09-20
1
-0
/
+2
*
kconfig: tristate choices with mixed tristate and boolean values
Jan Beulich
2008-01-28
1
-2
/
+8
*
kconfig: explicitly introduce expression list
Roman Zippel
2008-01-28
1
-8
/
+8
*
kconfig: rename E_OR & friends to avoid name clash
Sam Ravnborg
2008-01-28
1
-3
/
+3
*
kconfig: create links in info window
Roman Zippel
2006-06-09
1
-25
/
+25
*
kconfig: remove SYMBOL_{YES,MOD,NO}
Roman Zippel
2006-06-09
1
-1
/
+2
[next]