index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
mconf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
1
-0
/
+1
2024-07-21
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
1
-1
/
+1
2024-07-16
kconfig: remove sym_get_choice_value()
Masahiro Yamada
1
-3
/
+3
2024-07-16
kconfig: introduce choice_set_value() helper
Masahiro Yamada
1
-1
/
+1
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
1
-21
/
+7
2024-05-14
kconfig: m/nconf: merge two item_add_str() calls
Masahiro Yamada
1
-4
/
+2
2024-05-14
kconfig: m/nconf: remove dead code to display value of bool choice
Masahiro Yamada
1
-12
/
+5
2024-05-14
kconfig: m/nconf: remove dead code to display children of choice members
Masahiro Yamada
1
-46
/
+35
2024-03-31
kconfig: Fix typo HEIGTH to HEIGHT
Isak Ellmer
1
-2
/
+2
2024-02-19
kconfig: split list_head into a separate header
Masahiro Yamada
1
-0
/
+1
2023-12-10
kconfig: factor out common code shared by mconf and nconf
Masahiro Yamada
1
-53
/
+1
2023-12-03
scripts: clean up IA-64 code
Masahiro Yamada
1
-1
/
+1
2023-07-25
kconfig: menuconfig: remove jump_key::index
Masahiro Yamada
1
-3
/
+4
2023-07-25
kconfig: menuconfig: simplify global jump key assignment
Masahiro Yamada
1
-36
/
+50
2023-04-17
kconfig: menuconfig: reorder functions to remove forward declarations
Masahiro Yamada
1
-162
/
+152
2022-12-29
kconfig: Add static text for search information in help menu
Bhaskar Chowdhury
1
-0
/
+6
2022-11-21
kconfig: remove redundant (void *) cast in search_conf()
Masahiro Yamada
1
-2
/
+1
2022-11-21
kconfig: remove const qualifier from str_get()
Masahiro Yamada
1
-2
/
+2
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
1
-8
/
+3
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
1
-1
/
+1
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
1
-0
/
+2
2020-01-10
kconfig: fix an "implicit declaration of function" warning
Bartosz Golaszewski
1
-0
/
+1
2019-07-06
kconfig: Fix spelling of sym_is_changable
Marco Ammon
1
-5
/
+5
2019-05-11
kconfig: make parent directories for the saved .config as needed
Masahiro Yamada
1
-1
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2018-09-01
kconfig: remove a spurious self-assignment
Lukas Bulwahn
1
-1
/
+0
2018-07-25
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
1
-0
/
+1
2018-07-25
kconfig: handle format string before calling conf_message_callback()
Masahiro Yamada
1
-6
/
+3
2018-05-28
kconfig: drop localization support
Sam Ravnborg
1
-73
/
+68
2018-01-22
kconfig: drop 'boolean' keyword
Masahiro Yamada
1
-1
/
+1
2015-04-09
kconfig: Do not print status messages in make -s mode
Michal Marek
1
-10
/
+21
2014-12-09
calloc/xcalloc: Fix argument order
Arjun Sreedharan
1
-2
/
+2
2014-06-10
kbuild: trivial - use tabs for code indent where possible
Masahiro Yamada
1
-1
/
+1
2014-06-10
kbuild: trivial - remove trailing empty lines
Masahiro Yamada
1
-1
/
+0
2013-10-08
kconfig: fix trivial typos and update mconf documentation
Martin Walch
1
-31
/
+29
2013-07-23
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...
Michal Marek
1
-2
/
+2
2013-07-16
kconfig/[mn]conf: shorten title in search-box
Yann E. MORIN
1
-2
/
+2
2013-07-10
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
1
-9
/
+12
2013-06-24
kconfig/[mn]conf: make it explicit in the search box that a regexp is possible
Yann E. MORIN
1
-1
/
+1
2013-06-18
mconf/nconf: mark empty menus/menuconfigs different from non-empty ones
Dirk Gouders
1
-5
/
+6
2013-06-18
kconfig/lxdialog: handle newline characters in print_autowrap()
Dirk Gouders
1
-2
/
+2
2013-06-18
kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()
Sedat Dilek
1
-1
/
+3
2013-05-30
mconf: handle keys in empty dialogs
Dirk Gouders
1
-5
/
+6
2013-04-16
menuconfig: Add "breadcrumbs" navigation aid
Benjamin Poirier
1
-1
/
+70
2013-04-16
menuconfig: Fix memory leak introduced by jump keys feature
Benjamin Poirier
1
-0
/
+3
2013-02-25
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
Michal Marek
1
-3
/
+3
2013-01-16
menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...
Wang YanQing
1
-14
/
+0
2013-01-16
menuconfig: Add Save/Load buttons
Wang YanQing
1
-5
/
+25
2012-11-20
kconfig: remove CONFIG_ from string constants
Yann E. MORIN
1
-2
/
+8
2012-10-25
menuconfig: Replace CIRCLEQ by list_head-style lists.
Benjamin Poirier
1
-3
/
+3
[next]