Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2943fdbc688e7a1b4d9e3bc76a8e5ba624550213
/
scripts
/
kconfig
60bef52
merge_config.sh: ignore unwanted grep errors
by Guillaume Tucker
· 5 years ago
54b8ae6
kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
by Masahiro Yamada
· 5 years ago
1634f2b
kbuild: remove clean-dirs syntax
by Masahiro Yamada
· 5 years ago
cdfca82
merge_config.sh: Check error codes from make
by Mark Brown
· 5 years ago
0c5b6c28
kconfig: Clear "written" flag to avoid data loss
by M. Vefa Bicakci
· 5 years ago
8e2442a
kconfig: fix missing choice values in auto.conf
by Masahiro Yamada
· 5 years ago
3266c80
kconfig: run olddefconfig instead of oldconfig after merging fragments
by Masahiro Yamada
· 6 years ago
106f146
Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
e3cd513
kconfig: remove meaningless if-conditional in conf_read()
by Masahiro Yamada
· 5 years ago
baa23ec
kconfig: Fix spelling of sym_is_changable
by Marco Ammon
· 5 years ago
cd238ef
docs: kbuild: convert docs to ReST and rename to *.rst
by Mauro Carvalho Chehab
· 6 years ago
bd305f2
kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
by Masahiro Yamada
· 6 years ago
5533397
kconfig: add static qualifier to expand_string()
by Masahiro Yamada
· 6 years ago
b6f7e9f
kconfig: require the argument of --defconfig
by Masahiro Yamada
· 6 years ago
e0a2668
kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional
by Masahiro Yamada
· 6 years ago
8dde571
kconfig: tests: fix recursive inclusion unit test
by Masahiro Yamada
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
fc2694e
kconfig: use 'else ifneq' for Makefile to improve readability
by Masahiro Yamada
· 6 years ago
aff11cd
kconfig: Terminate menu blocks with a comment in the generated config
by Alexander Popov
· 6 years ago
9cc342f
treewide: prefix header search paths with $(srctree)/
by Masahiro Yamada
· 6 years ago
9b9f594
kconfig: make conf_get_autoconfig_name() static
by Masahiro Yamada
· 6 years ago
b9d1a8e
kconfig: use snprintf for formatting pathnames
by Jacob Garber
· 6 years ago
4cb7261
kconfig: remove useless NULL pointer check in conf_write_dep()
by Masahiro Yamada
· 6 years ago
580c5b3
kconfig: make parent directories for the saved .config as needed
by Masahiro Yamada
· 6 years ago
67424f6
kconfig: do not write .config if the content is the same
by Masahiro Yamada
· 6 years ago
ceb7f32
kconfig: do not accept a directory for configuration output
by Masahiro Yamada
· 6 years ago
65be755
kconfig: remove trailing whitespaces
by Masahiro Yamada
· 6 years ago
b63e37b
kconfig: Make nconf-cfg.sh executable
by Petr Vorel
· 6 years ago
9c38f1f
kconfig/[mn]conf: handle backspace (^H) key
by Changbin Du
· 6 years ago
c71bb9f
kconfig: remove stale lxdialog/.gitignore
by Masahiro Yamada
· 6 years ago
5453a3d
Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
8741908
kconfig: fix 'Save As' menu of xconfig
by Masahiro Yamada
· 6 years ago
0585071
kbuild: move ".config not found!" message from Kconfig to Makefile
by Masahiro Yamada
· 6 years ago
769a1c0
kconfig: rename zconf.y to parser.y
by Masahiro Yamada
· 6 years ago
981e545
kconfig: rename zconf.l to lexer.l
by Masahiro Yamada
· 6 years ago
2648ca1
kconfig: clean generated *conf-cfg files
by Masahiro Yamada
· 6 years ago
d86271a
kconfig: rename generated .*conf-cfg to *conf-cfg
by Masahiro Yamada
· 6 years ago
ba97df4
kbuild: use assignment instead of define ... endef for filechk_* rules
by Masahiro Yamada
· 6 years ago
a500357
kconfig: remove unused "file" field of yylval union
by Masahiro Yamada
· 6 years ago
f222b7f
kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warning
by Masahiro Yamada
· 6 years ago
3b54197856
kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings
by Masahiro Yamada
· 6 years ago
9abe423
kconfig: add static qualifiers to fix gconf warnings
by Masahiro Yamada
· 6 years ago
cbafbf7f
kconfig: split the lexer out of zconf.y
by Masahiro Yamada
· 6 years ago
558e78e
kconfig: split some C files out of zconf.y
by Masahiro Yamada
· 6 years ago
0c87410
kconfig: convert to SPDX License Identifier
by Masahiro Yamada
· 6 years ago
979f2b2
kconfig: remove keyword lookup table entirely
by Masahiro Yamada
· 6 years ago
4b31a32
kconfig: update current_pos in the second lexer
by Masahiro Yamada
· 6 years ago
824fa3b
kconfig: switch to ASSIGN_VAL state in the second lexer
by Masahiro Yamada
· 6 years ago
b3d1d9d
kconfig: stop associating kconf_id with yylval
by Masahiro Yamada
· 6 years ago
caaebb3
kconfig: refactor end token rules
by Masahiro Yamada
· 6 years ago
f545158
kconfig: stop supporting '.' and '/' in unquoted words
by Masahiro Yamada
· 6 years ago
171a515
kconfig: use T_WORD instead of T_VARIABLE for variables
by Masahiro Yamada
· 6 years ago
c3d2287
kconfig: use specific tokens instead of T_ASSIGN for assignments
by Masahiro Yamada
· 6 years ago
ce2164a
kconfig: refactor scanning and parsing "option" properties
by Masahiro Yamada
· 6 years ago
3c8f317
kconfig: use distinct tokens for type and default properties
by Masahiro Yamada
· 6 years ago
a01e5d2
kconfig: remove redundant token defines
by Masahiro Yamada
· 6 years ago
4b5ec81
kconfig: rename depends_list to comment_option_list
by Masahiro Yamada
· 6 years ago
1f31be9
kconfig: loosen the order of "visible" and "depends on" in menu entry
by Masahiro Yamada
· 6 years ago
94d4e1b
kconfig: remove redundant menu_block rule
by Masahiro Yamada
· 6 years ago
4891796
kconfig: remove redundant if_block rule
by Masahiro Yamada
· 6 years ago
2f60e46
kconfig: remove grammatically ambiguous option_error
by Masahiro Yamada
· 6 years ago
6900ae9
kconfig: remove grammatically ambiguous "unexpected option" diagnostic
by Masahiro Yamada
· 6 years ago
7236793
kconfig: warn no new line at end of file
by Masahiro Yamada
· 6 years ago
0bcc547
kconfig: clean up EOF handling in the lexer
by Masahiro Yamada
· 6 years ago
cc66bca
kconfig: fix ambiguous grammar in terms of new lines
by Masahiro Yamada
· 6 years ago
21c5ecf
kconfig: refactor pattern matching in STRING state
by Masahiro Yamada
· 6 years ago
be3c807
kconfig: remove unneeded pattern matching to whitespaces
by Masahiro Yamada
· 6 years ago
413cd19
kconfig: require T_EOL to reduce visible statement
by Masahiro Yamada
· 6 years ago
fbac597
kconfig: fix memory leak when EOF is encountered in quotation
by Masahiro Yamada
· 6 years ago
77c1c0f
kconfig: fix file name and line number of warn_ignored_character()
by Masahiro Yamada
· 6 years ago
0cbe3ac
kconfig: remove k_invalid from expr_parse_string() return type
by Masahiro Yamada
· 6 years ago
2aabbed
kconfig: remove S_OTHER symbol type and correct dependency tracking
by Masahiro Yamada
· 6 years ago
1508fec
kconfig: split out code touching a file to conf_touch_dep()
by Masahiro Yamada
· 6 years ago
0849d21
kconfig: rename conf_split_config() to conf_touch_deps()
by Masahiro Yamada
· 6 years ago
75889e9
kconfig: remove unneeded setsym label in conf_read_simple()
by Masahiro Yamada
· 6 years ago
a9b7228
scripts/kconfig/merge_config: don't redefine 'y' to 'm'
by Anders Roxell
· 6 years ago
6bbe4385
kconfig: merge_config: avoid false positive matches from comment lines
by Masahiro Yamada
· 6 years ago
2cd3faf
merge_config.sh: Allow to define config prefix
by Petr Vorel
· 6 years ago
0085b41
kconfig: remove silentoldconfig target
by Masahiro Yamada
· 6 years ago
04c459d
kconfig: remove oldnoconfig target
by Masahiro Yamada
· 6 years ago
fd65465b
kconfig: do not require pkg-config on make {menu,n}config
by Masahiro Yamada
· 6 years ago
bc8d2e2
kconfig: remove a spurious self-assignment
by Lukas Bulwahn
· 6 years ago
9a9ddcf
kconfig: suppress "configuration written to .config" for syncconfig
by Masahiro Yamada
· 6 years ago
98a4afb
kconfig: fix "Can't open ..." in parallel build
by Masahiro Yamada
· 6 years ago
f498926
kconfig: improve the recursive dependency report
by Masahiro Yamada
· 6 years ago
5e8c529
kconfig: report recursive dependency involving 'imply'
by Masahiro Yamada
· 6 years ago
f157559
kconfig: error out when seeing recursive dependency
by Masahiro Yamada
· 6 years ago
4bf6a9a
kconfig: add build-only configurator targets
by Randy Dunlap
· 6 years ago
01f0e5cd
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
1880861
kconfig: remove P_ENV property type
by Masahiro Yamada
· 6 years ago
c151272
kconfig: remove unused sym_get_env_prop() function
by Masahiro Yamada
· 6 years ago
56869d4
kconfig: fix the rule of mainmenu_stmt symbol
by Masahiro Yamada
· 6 years ago
00c864f
kconfig: allow all config targets to write auto.conf if missing
by Masahiro Yamada
· 6 years ago
16952b7
kconfig: make syncconfig update .config regardless of sym_change_count
by Masahiro Yamada
· 6 years ago
79123b1
kconfig: create directories needed for syncconfig by itself
by Masahiro Yamada
· 6 years ago
adc18ac
kconfig: remove unneeded directory generation from local*config
by Masahiro Yamada
· 6 years ago
0608182
kconfig: split out useful helpers in confdata.c
by Masahiro Yamada
· 6 years ago
a2ff404
kconfig: rename file_write_dep and move it to confdata.c
by Masahiro Yamada
· 6 years ago
5accd7f
kconfig: handle format string before calling conf_message_callback()
by Masahiro Yamada
· 6 years ago
693359f
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
by Dirk Gouders
· 6 years ago
Next »