summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2011-10-11 21:47:24 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-12 09:51:46 -0600
commit76cabaa42800ac3dd3d64e60fa3a18c1dfcbf791 (patch)
tree969aee67e86ab8bfd4e13d4e27c26b997f83616c /scripts
parent5aa55d9f97c63bbf53977e10154e2714e03586b2 (diff)
downloadkernel-76cabaa42800ac3dd3d64e60fa3a18c1dfcbf791.tar.gz
staging: xgifb: move pseudo_palette into xgifb_video_info
pseudo_palette should be dynamically allocated for each fb. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
=linux-6.6.y&id=3c8f317d4cf15e7a67457cfdd1e63182a34bcb69'>kconfig: use distinct tokens for type and default propertiesMasahiro Yamada 2018-12-15kconfig: remove redundant token definesMasahiro Yamada 2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada 2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada 2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada 2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada 2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada 2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada 2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada 2018-12-13kconfig: require T_EOL to reduce visible statementMasahiro Yamada 2018-08-13kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada 2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders 2018-06-28kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders 2018-06-25kconfig: fix line numbers for if-entries in menu treeDirk Gouders 2018-05-29kconfig: support simply expanded variableMasahiro Yamada 2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada 2018-05-29kconfig: make default prompt of mainmenu less specificMasahiro Yamada 2018-05-29kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada 2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada 2018-05-28kconfig: drop localization supportSam Ravnborg 2018-03-02kconfig: Don't leak choice names during parsingMasahiro Yamada 2018-03-02kconfig: add xstrdup() helperMasahiro Yamada 2018-02-03kconfig: Warn if help text is blankUlf Magnusson 2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada 2018-01-22kconfig: Warn if there is more than one help textUlf Magnusson 2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada 2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson 2018-01-22kconfig: Don't leak main menus during parsingUlf Magnusson 2018-01-11kconfig: Don't leak 'option' arguments during parsingUlf Magnusson 2018-01-11kconfig: Don't leak 'source' filenames during parsingUlf Magnusson 2018-01-10kconfig: Don't leak symbol names during parsingUlf Magnusson 2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson 2017-08-19Remove gperf usage from toolchainLinus Torvalds 2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre