summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2025-12-03kconfig/nconf: Initialize the default locale at startupJakub Horký1-0/+3
2025-12-03kconfig/mconf: Initialize the default locale at startupJakub Horký1-0/+3
2025-08-28kconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN1-1/+1
2025-08-28kconfig: gconf: fix potential memory leak in renderer_edited()Masahiro Yamada1-1/+2
2025-08-28kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()Masahiro Yamada1-2/+3
2025-08-28kconfig: nconf: Ensure null termination where strncpy is usedShankari Anand2-0/+3
2025-08-28kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran1-2/+4
2025-06-04kconfig: merge_config: use an empty file as initfileDaniel Gomez1-2/+2
2024-11-08scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell1-0/+2
2024-07-27kconfig: remove wrong expr_trans_bool()Masahiro Yamada3-32/+0
2024-07-27kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada1-1/+2
2024-06-16kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada1-2/+4
2024-03-26kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada1-2/+5
2023-12-13kconfig: fix memory leak from range propertiesMasahiro Yamada1-8/+6
2023-09-23kconfig: fix possible buffer overflowKonstantin Meskhidze1-0/+3
2022-02-23kconfig: fix failing to generate auto.confJing Leng1-4/+9
2022-02-23kconfig: let 'shell' return enough output for deep path namesBrenda Streiff1-1/+1
2021-05-19kconfig: nconf: stop endless search loopsMihai Moldovan1-1/+1
2020-12-30kconfig: fix return value of do_error_if()Masahiro Yamada1-1/+1
2020-08-26kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada1-4/+4
2020-08-26kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada1-34/+34
2020-04-29kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab1-6/+7
2020-02-24kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada1-1/+1
2020-01-12kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb1-0/+7
2019-09-04merge_config.sh: ignore unwanted grep errorsGuillaume Tucker1-1/+1
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-4/+4
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada1-1/+1
2019-08-22merge_config.sh: Check error codes from makeMark Brown1-5/+5
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci1-0/+4
2019-07-17kconfig: fix missing choice values in auto.confMasahiro Yamada2-4/+4
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada1-1/+1
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds10-47/+27
2019-07-11kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada1-4/+2
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon7-17/+17
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2-8/+8
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada1-0/+4
2019-06-09kconfig: add static qualifier to expand_string()Masahiro Yamada2-2/+2
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada3-21/+1
2019-06-09kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada1-3/+1
2019-06-05kconfig: tests: fix recursive inclusion unit testMasahiro Yamada1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada1-3/+1
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov1-1/+12
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2-2/+1
2019-05-14kconfig: use snprintf for formatting pathnamesJacob Garber2-2/+3
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada1-2/+0
2019-05-11kconfig: make parent directories for the saved .config as neededMasahiro Yamada3-3/+5
2019-05-11kconfig: do not write .config if the content is the sameMasahiro Yamada1-0/+54
2019-05-11kconfig: do not accept a directory for configuration outputMasahiro Yamada1-34/+24