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
/
conf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
Kconfig: remove sym_set_choice_value
Zeng Heng
1
-1
/
+1
2021-12-02
kconfig: Add `make mod2noconfig` to disable module options
Josh Triplett
1
-7
/
+10
2021-10-11
kconfig: refactor listnewconfig code
Masahiro Yamada
1
-12
/
+2
2021-10-01
kconfig: remove 'const' from the return type of sym_escape_string_value()
Masahiro Yamada
1
-8
/
+7
2021-06-05
kconfig: constify long_opts
Masahiro Yamada
1
-1
/
+1
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
1
-4
/
+1
2021-04-14
kconfig: move conf_set_all_new_symbols() to conf.c
Masahiro Yamada
1
-0
/
+193
2021-03-25
kconfig: move conf_rewrite_mod_or_yes() to conf.c
Masahiro Yamada
1
-0
/
+15
2021-03-25
kconfig: remove assignment for Kconfig file
Masahiro Yamada
1
-2
/
+1
2021-03-25
kconfig: add help messages for --help (-h) and --silent (-s)
Masahiro Yamada
1
-3
/
+7
2021-03-25
kconfig: add long options --help and --silent
Masahiro Yamada
1
-0
/
+2
2021-03-25
kconfig: refactor option parse code
Masahiro Yamada
1
-48
/
+43
2021-03-25
kconfig: split randconfig setup code into set_randconfig_seed()
Masahiro Yamada
1
-23
/
+31
2021-02-24
kconfig: omit --oldaskconfig option for 'make config'
Masahiro Yamada
1
-0
/
+1
2021-02-24
kconfig: fix 'invalid option' for help option
Masahiro Yamada
1
-2
/
+2
2021-02-24
kconfig: remove dead code in conf_askvalue()
Masahiro Yamada
1
-15
/
+1
2021-02-24
kconfig: clean up nested if-conditionals in check_conf()
Masahiro Yamada
1
-26
/
+29
2021-02-24
kconfig: Remove duplicate call to sym_get_string_value()
Mickaël Salaün
1
-1
/
+1
2020-12-08
kconfig: clean up header inclusion
Boris Kolpackov
1
-1
/
+0
2020-01-07
kconfig: Add yes2modconfig and mod2yesconfig targets.
Tetsuo Handa
1
-0
/
+16
2019-11-11
kconfig: Add option to get the full help text with listnewconfig
Laura Abbott
1
-1
/
+12
2019-07-06
kconfig: Fix spelling of sym_is_changable
Marco Ammon
1
-3
/
+3
2019-06-09
kconfig: require the argument of --defconfig
Masahiro Yamada
1
-3
/
+1
2019-02-27
kbuild: move ".config not found!" message from Kconfig to Makefile
Masahiro Yamada
1
-13
/
+0
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2018-11-02
kconfig: remove oldnoconfig target
Masahiro Yamada
1
-7
/
+0
2018-08-22
kconfig: suppress "configuration written to .config" for syncconfig
Masahiro Yamada
1
-0
/
+5
2018-07-25
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
1
-14
/
+17
2018-07-25
kconfig: make syncconfig update .config regardless of sym_change_count
Masahiro Yamada
1
-4
/
+6
2018-05-28
kconfig: drop localization support
Sam Ravnborg
1
-28
/
+23
2018-04-13
kconfig: extend output of 'listnewconfig'
Don Zickus
1
-2
/
+12
2018-03-26
kconfig: rename silentoldconfig to syncconfig
Masahiro Yamada
1
-10
/
+10
2018-03-26
kconfig: hide irrelevant sub-menus for oldconfig
Masahiro Yamada
1
-3
/
+6
2018-03-26
kconfig: remove redundant input_mode test for check_conf() loop
Masahiro Yamada
1
-1
/
+1
2018-03-26
kconfig: remove unneeded input_mode test in conf()
Masahiro Yamada
1
-3
/
+1
2018-03-26
kconfig: do not call check_conf() for olddefconfig
Masahiro Yamada
1
-5
/
+5
2018-02-09
kconfig: send error messages to stderr
Masahiro Yamada
1
-4
/
+6
2018-02-09
kconfig: echo stdin to stdout if either is redirected
Masahiro Yamada
1
-3
/
+4
2018-02-09
kconfig: remove check_stdin()
Masahiro Yamada
1
-14
/
+0
2018-02-09
kconfig: show '?' prompt even if no help text is available
Masahiro Yamada
1
-7
/
+2
2018-01-28
kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help
Marc Herbert
1
-2
/
+3
2018-01-22
kconfig: make xfgets() really static
Masahiro Yamada
1
-10
/
+7
2018-01-22
kconfig: make input_mode static
Masahiro Yamada
1
-1
/
+2
2015-12-10
kconfig: allow kconfig to handle longer path names
Markus Mayer
1
-3
/
+4
2015-04-09
kconfig: Do not print status messages in make -s mode
Michal Marek
1
-2
/
+6
2014-06-10
kbuild: trivial - use tabs for code indent where possible
Masahiro Yamada
1
-1
/
+1
2013-06-24
kconfig: loop as long as we changed some symbols in randconfig
Yann E. MORIN
1
-1
/
+2
2013-06-18
kconfig/conf: print the seed used to initialise the RNG for randconfig
Yann E. MORIN
1
-0
/
+1
2013-06-18
kconfig/conf: accept a base-16 seed for randconfig
Yann E. MORIN
1
-1
/
+1
2013-04-25
kconfig: allow specifying the seed for randconfig
Yann E. MORIN
1
-1
/
+11
[next]