Sign in
android-kvm
/
linux
/
cca318378d6dcb38acd0ba8801b34d1a9be16028
/
scripts
/
kconfig
/
expr.h
f79dc03
kconfig: refactor choice value calculation
by Masahiro Yamada
· 8 months ago
77a9266
kconfig: remove wrong expr_trans_bool()
by Masahiro Yamada
· 9 months ago
a607468
kconfig: remove unused expr_is_no()
by Masahiro Yamada
· 9 months ago
a7c79cf
kconfig: remove SYMBOL_NO_WRITE flag
by Masahiro Yamada
· 10 months ago
6a12158
kconfig: remove 'optional' property support
by Masahiro Yamada
· 10 months ago
1da251c
kconfig: remove SYMBOL_CHOICE flag
by Masahiro Yamada
· 10 months ago
e049221
kconfig: link menus to a symbol
by Masahiro Yamada
· 12 months ago
91b6945
kconfig: use generic macros to implement symbol hashtable
by Masahiro Yamada
· 1 year ago
4dae9cf
kconfig: split list_head into a separate header
by Masahiro Yamada
· 1 year ago
5b05803
kconfig: change file_lookup() to return the file name
by Masahiro Yamada
· 1 year ago
6676c5b
kconfig: make file::name a flexible array member
by Masahiro Yamada
· 1 year ago
8facc5f
kconfig: move the file and lineno in struct file to struct buffer
by Masahiro Yamada
· 1 year ago
1a90b0c
kconfig: associate struct property with file name directly
by Masahiro Yamada
· 1 year ago
40bab83
kconfig: associate struct menu with file name directly
by Masahiro Yamada
· 1 year ago
1778746
kconfig: remove orphan lookup_file() declaration
by Masahiro Yamada
· 1 year ago
356f0cb
kconfig: menuconfig: remove jump_key::index
by Masahiro Yamada
· 1 year, 7 months ago
ab83857
kconfig: remove allnoconfig_y option
by Masahiro Yamada
· 4 years ago
b75b0a8
kconfig: change defconfig_list option to environment variable
by Masahiro Yamada
· 4 years ago
4066162
kconfig: move JUMP_NB to mconf.c
by Masahiro Yamada
· 4 years ago
3460d0bc
kconfig: distinguish between dependencies and visibility in help text
by Thomas Hebb
· 5 years ago
6397d96
kconfig: remove sym from struct property
by Masahiro Yamada
· 5 years ago
8e2442a
kconfig: fix missing choice values in auto.conf
by Masahiro Yamada
· 6 years ago
769a1c0
kconfig: rename zconf.y to parser.y
by Masahiro Yamada
· 6 years ago
0c87410
kconfig: convert to SPDX License Identifier
by Masahiro Yamada
· 6 years ago
2aabbed
kconfig: remove S_OTHER symbol type and correct dependency tracking
by Masahiro Yamada
· 6 years ago
1880861
kconfig: remove P_ENV property type
by Masahiro Yamada
· 7 years ago
693359f
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
by Dirk Gouders
· 7 years ago
ecd53ac
kconfig: handle P_SYMBOL in print_symbol()
by Dirk Gouders
· 7 years ago
f8f69dc
kconfig: make unmet dependency warnings readable
by Masahiro Yamada
· 7 years ago
d9119b5
kconfig: Print reverse dependencies in groups
by Eugeniu Rosca
· 7 years ago
1ccb271
kconfig: make "Selected by:" and "Implied by:" readable
by Petr Vorel
· 7 years ago
52aede4
kconfig: Document the 'symbol' struct
by Ulf Magnusson
· 7 years ago
33ca1a2
kconfig: Document the 'menu' struct
by Ulf Magnusson
· 7 years ago
237e3ad
Kconfig: Introduce the "imply" keyword
by Nicolas Pitre
· 8 years ago
31847b6
kconfig: allow use of relations other than (in)equality
by Jan Beulich
· 10 years ago
ad8d40c
kconfig: Remove unnecessary prototypes from headers
by Michal Marek
· 10 years ago
5d2acfc
kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT
by Josh Triplett
· 11 years ago
31bfb10
kconfig: add short explanation to SYMBOL_WRITE
by Martin Walch
· 11 years ago
fbe98bb9
kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on
by Arve Hjønnevåg
· 12 years ago
bad9955
menuconfig: Replace CIRCLEQ by list_head-style lists.
by Benjamin Poirier
· 12 years ago
95ac9b3
menuconfig: Assign jump keys per-page instead of globally
by Benjamin Poirier
· 12 years ago
5e609ad
menuconfig: Add jump keys to search results
by Benjamin Poirier
· 12 years ago
37ae2d5
kbuild: Fix compiler warning with assertion when calling 'fwrite'
by Arnaud Lacombe
· 13 years ago
8425038
kconfig: nuke reference to SWIG
by Arnaud Lacombe
· 14 years ago
2b2112f
kconfig: get rid of unused flags
by Yann E. MORIN
· 14 years ago
f28b1c8
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
0597fcd
kconfig: fix warning
by Arnaud Lacombe
· 14 years ago
17742dc
kconfig: Make expr_copy() take a const argument
by Michal Marek
· 14 years ago
86e187f
kconfig: add an option to determine a menu's visibility
by Arnaud Lacombe
· 14 years ago
239060b
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
by Michal Marek
· 14 years ago
ff5ff60
kconfig: delay symbol direct dependency initialization
by Arnaud Lacombe
· 14 years ago
2e7a091
kconfig: constify file name
by Arnaud Lacombe
· 14 years ago
59e89e3
kconfig: save location of config symbols
by Sam Ravnborg
· 15 years ago
246cf9c
kbuild: Warn on selecting symbols with unmet direct dependencies
by Catalin Marinas
· 15 years ago
e66f25d
Improve kconfig symbol hashing
by Andi Kleen
· 15 years ago
cf82607
kconfig: struct property commented
by Sam Ravnborg
· 16 years ago
5b2cf36
kconfig: add comments to symbol flags
by Sam Ravnborg
· 16 years ago
eaa2a87
kconfig: explain symbol value defaults
by Sam Ravnborg
· 16 years ago
9344908
kconfig: environment symbol support
by Roman Zippel
· 17 years ago
7a96292
kconfig: explicitly introduce expression list
by Roman Zippel
· 17 years ago
de83cf1
kconfig: delete unused FILE_ and SYMBOL_ flags
by Sam Ravnborg
· 17 years ago
d6ee357
kconfig: rename E_OR & friends to avoid name clash
by Sam Ravnborg
· 17 years ago
1edf1c0
kconfig: remove unused members from struct symbol
by Sam Ravnborg
· 18 years ago
03d2912
kconfig: attach help text to menus
by Sam Ravnborg
· 18 years ago
face437
kconfig: add defconfig_list/module option
by Roman Zippel
· 19 years ago
2e3646e
kconfig: integrate split config into silentoldconfig
by Roman Zippel
· 19 years ago
669bfad9
kconfig: allow loading multiple configurations
by Roman Zippel
· 19 years ago
0c1822e
kconfig: allow multiple default values per symbol
by Roman Zippel
· 19 years ago
c0e150ac
kconfig: remove SYMBOL_{YES,MOD,NO}
by Roman Zippel
· 19 years ago
3f04e7d
[PATCH] kconfig: Fix Kconfig performance bug
by David Gibson
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2