index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
expr.h
Age
Commit message (
Expand
)
Author
2024-09-20
kconfig: cache expression values
Masahiro Yamada
2024-09-20
kconfig: use hash table to reuse expressions
Masahiro Yamada
2024-09-20
kconfig: change some expr_*() functions to bool
Masahiro Yamada
2024-09-01
kconfig: remove P_SYMBOL property
Masahiro Yamada
2024-07-21
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-07-16
kconfig: remove SYMBOL_CHOICEVAL flag
Masahiro Yamada
2024-07-16
kconfig: add const qualifiers to several function arguments
Masahiro Yamada
2024-07-16
kconfig: remove E_LIST expression type
Masahiro Yamada
2024-07-16
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-16
kconfig: remove expr_list_for_each_sym() macro
Masahiro Yamada
2024-07-16
kconfig: refactor choice value calculation
Masahiro Yamada
2024-06-06
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
2024-05-29
kconfig: remove unused expr_is_no()
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
2024-02-19
kconfig: split list_head into a separate header
Masahiro Yamada
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
2024-02-19
kconfig: make file::name a flexible array member
Masahiro Yamada
2024-02-19
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
2024-02-19
kconfig: associate struct property with file name directly
Masahiro Yamada
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-02-19
kconfig: remove orphan lookup_file() declaration
Masahiro Yamada
2023-07-25
kconfig: menuconfig: remove jump_key::index
Masahiro Yamada
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
2020-01-07
kconfig: distinguish between dependencies and visibility in help text
Thomas Hebb
2020-01-07
kconfig: remove sym from struct property
Masahiro Yamada
2019-07-17
kconfig: fix missing choice values in auto.conf
Masahiro Yamada
2019-02-13
kconfig: rename zconf.y to parser.y
Masahiro Yamada
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
2018-12-08
kconfig: remove S_OTHER symbol type and correct dependency tracking
Masahiro Yamada
2018-08-14
kconfig: remove P_ENV property type
Masahiro Yamada
2018-07-18
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
2018-06-28
kconfig: handle P_SYMBOL in print_symbol()
Dirk Gouders
2018-03-26
kconfig: make unmet dependency warnings readable
Masahiro Yamada
2018-03-26
kconfig: Print reverse dependencies in groups
Eugeniu Rosca
2018-01-25
kconfig: make "Selected by:" and "Implied by:" readable
Petr Vorel
2017-12-07
kconfig: Document the 'symbol' struct
Ulf Magnusson
2017-12-07
kconfig: Document the 'menu' struct
Ulf Magnusson
2016-11-16
Kconfig: Introduce the "imply" keyword
Nicolas Pitre
2015-06-15
kconfig: allow use of relations other than (in)equality
Jan Beulich
2015-02-25
kconfig: Remove unnecessary prototypes from headers
Michal Marek
2014-04-07
kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT
Josh Triplett
2013-10-08
kconfig: add short explanation to SYMBOL_WRITE
Martin Walch
2013-06-16
kconfig: Fix defconfig when one choice menu selects options that another choi...
Arve Hjønnevåg
2012-10-25
menuconfig: Replace CIRCLEQ by list_head-style lists.
Benjamin Poirier
[next]