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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-11
kconfig: refactor conf_touch_dep()
Masahiro Yamada
1
-18
/
+4
2021-10-11
kconfig: refactor conf_write_dep()
Masahiro Yamada
1
-17
/
+37
2021-10-11
kconfig: refactor conf_write_autoconf()
Masahiro Yamada
1
-37
/
+57
2021-10-11
kconfig: add conf_get_autoheader_name()
Masahiro Yamada
1
-3
/
+8
2021-10-11
kconfig: move sym_escape_string_value() to confdata.c
Masahiro Yamada
3
-47
/
+45
2021-10-11
kconfig: refactor listnewconfig code
Masahiro Yamada
3
-12
/
+8
2021-10-11
kconfig: refactor conf_write_symbol()
Masahiro Yamada
1
-79
/
+57
2021-10-11
kconfig: refactor conf_write_heading()
Masahiro Yamada
1
-62
/
+33
2021-10-01
kconfig: remove 'const' from the return type of sym_escape_string_value()
Masahiro Yamada
4
-23
/
+24
2021-09-30
kconfig: rename a variable in the lexer to a clearer name
Masahiro Yamada
1
-3
/
+3
2021-09-30
kconfig: narrow the scope of variables in the lexer
Masahiro Yamada
1
-1
/
+2
2021-09-25
kconfig: Create links to main menu items in search
Ariel Marcovitch
1
-15
/
+18
2021-08-10
scripts: merge_config: add strict mode to fail upon any redefinition
Matthias Maennich
1
-0
/
+15
2021-07-10
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2021-06-29
streamline_config.pl: add softtabstop=4 for vim users
Steven Rostedt (VMware)
1
-0
/
+2
2021-06-29
streamline_config.pl: make spacing consistent
Steven Rostedt (VMware)
1
-39
/
+39
2021-06-05
kconfig: constify long_opts
Masahiro Yamada
1
-1
/
+1
2021-04-29
Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
24
-635
/
+559
2021-04-26
kconfig: refactor .gitignore
Masahiro Yamada
1
-10
/
+3
2021-04-25
kbuild: redo fake deps at include/config/*.h
Alexey Dobriyan
1
-10
/
+5
2021-04-19
kconfig: highlight xconfig 'comment' lines with '***'
Randy Dunlap
1
-0
/
+1
2021-04-19
kconfig: highlight gconfig 'comment' lines with '***'
Randy Dunlap
1
-2
/
+6
2021-04-19
kconfig: gconf: remove unused code
Masahiro Yamada
1
-7
/
+0
2021-04-19
kconfig: remove unused PACKAGE definition
Masahiro Yamada
1
-4
/
+0
2021-04-16
kconfig: nconf: stop endless search loops
Mihai Moldovan
1
-1
/
+1
2021-04-14
kconfig: split menu.c out of parser.y
Masahiro Yamada
4
-5
/
+14
2021-04-14
kconfig: nconf: refactor in print_in_middle()
Masahiro Yamada
3
-34
/
+6
2021-04-14
kconfig: nconf: remove meaningless wattrset() call from show_menu()
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: nconf: change set_config_filename() to void function
Masahiro Yamada
1
-2
/
+1
2021-04-14
kconfig: nconf: refactor attributes setup code
Masahiro Yamada
3
-175
/
+144
2021-04-14
kconfig: nconf: remove unneeded default for menu prompt
Masahiro Yamada
1
-4
/
+2
2021-04-14
kconfig: nconf: get rid of (void) casts from wattrset() calls
Masahiro Yamada
2
-17
/
+17
2021-04-14
kconfig: nconf: fix NORMAL attributes
Masahiro Yamada
1
-2
/
+2
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
2
-17
/
+6
2021-04-14
kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build
Masahiro Yamada
1
-4
/
+4
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
7
-24
/
+18
2021-04-14
kconfig: nconf: fix core dump when searching in empty menu
Masahiro Yamada
1
-3
/
+7
2021-04-14
kconfig: lxdialog: A spello fix and a punctuation added
Bhaskar Chowdhury
1
-2
/
+2
2021-04-14
kconfig: streamline_config.pl: Couple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-04-14
kconfig: use true and false for bool variable
Yang Li
1
-1
/
+1
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
7
-16
/
+8
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
6
-20
/
+1
2021-04-14
kconfig: do not use allnoconfig_y option
Masahiro Yamada
1
-1
/
+2
2021-04-14
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
Masahiro Yamada
1
-0
/
+4
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
9
-29
/
+42
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
2
-2
/
+2
2021-04-14
kconfig: move conf_set_all_new_symbols() to conf.c
Masahiro Yamada
3
-187
/
+193
2021-03-25
kconfig: move conf_rewrite_mod_or_yes() to conf.c
Masahiro Yamada
3
-16
/
+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
[next]