aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2024-02-21Merge tag 'v4.19.302' into v4.19/standard/baseBruce Ashfield
2024-02-21Merge tag 'v4.19.295' into v4.19/standard/baseBruce Ashfield
2023-12-13kconfig: fix memory leak from range propertiesMasahiro Yamada
2023-09-23kconfig: fix possible buffer overflowKonstantin Meskhidze
2022-09-09Merge tag 'v4.19.231' into v4.19/standard/baseBruce Ashfield
2022-02-23kconfig: let 'shell' return enough output for deep path namesBrenda Streiff
2021-06-10Merge tag 'v4.19.191' into v4.19/standard/baseBruce Ashfield
2021-05-22kconfig: nconf: stop endless search loopsMihai Moldovan
2021-01-21Merge tag 'v4.19.164' into v4.19/standard/baseBruce Ashfield
2020-12-30kconfig: fix return value of do_error_if()Masahiro Yamada
2020-08-26Merge tag 'v4.19.142' into v4.19/standard/baseBruce Ashfield
2020-08-26kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada
2020-08-26kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada
2020-05-28Merge tag 'v4.19.119' into v4.19/standard/baseBruce Ashfield
2020-04-29kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab
2020-03-11Merge tag 'v4.19.106' into v4.19/standard/baseBruce Ashfield
2020-03-11Merge tag 'v4.19.95' into v4.19/standard/baseBruce Ashfield
2020-02-24kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada
2020-01-12kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb
2019-09-15Merge tag 'v4.19.65' into v4.19/standard/baseBruce Ashfield
2019-08-06kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci
2019-07-27Merge tag 'v4.19.61' into v4.19/standard/baseBruce Ashfield
2019-07-26kconfig: fix missing choice values in auto.confMasahiro Yamada
2019-05-08Merge tag 'v4.19.39' into v4.19/standard/baseBruce Ashfield
2019-05-04kconfig/[mn]conf: handle backspace (^H) keyChangbin Du
2019-02-06Merge tag 'v4.19.18' into v4.19/standard/baseBruce Ashfield
2019-01-26kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada
2019-01-26kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada
2018-11-28menuconfig,mconf-cfg: Allow specification of ncurses locationBruce Ashfield
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada
2018-09-01kconfig: remove a spurious self-assignmentLukas Bulwahn
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada
2018-08-22kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada
2018-08-22kconfig: add build-only configurator targetsRandy Dunlap
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-08-14kconfig: remove P_ENV property typeMasahiro Yamada
2018-08-14kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada
2018-08-13kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada
2018-07-25kconfig: remove unneeded directory generation from local*configMasahiro Yamada
2018-07-25kconfig: split out useful helpers in confdata.cMasahiro Yamada
2018-07-25kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada
2018-07-25kconfig: handle format string before calling conf_message_callback()Masahiro Yamada
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap