summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2018-01-22kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson
2018-01-22kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIXMasahiro Yamada
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada
2018-01-22kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada
2018-01-22kconfig: make xfgets() really staticMasahiro Yamada
2018-01-22kconfig: make input_mode staticMasahiro 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: Document important expression functionsUlf Magnusson
2018-01-22kconfig: Document automatic submenu creation codeUlf Magnusson
2018-01-22kconfig: Fix choice symbol expression leakUlf Magnusson
2018-01-22kconfig: Fix expr_free() E_NOT leakUlf Magnusson
2018-01-22kconfig: Fix automatic menu creation mem leakUlf Magnusson
2018-01-22kconfig: Don't leak main menus during parsingUlf Magnusson
2018-01-19scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie
2018-01-19scripts/decodecode: fix decoding for AArch64 (arm64) instructionsWill Deacon
2018-01-18Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang
2018-01-18fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada
2018-01-18fixdep: refactor parse_dep_file()Masahiro Yamada
2018-01-18fixdep: move global variables to local variables of main()Masahiro Yamada
2018-01-18fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada
2018-01-18fixdep: factor out common code for reading filesMasahiro Yamada
2018-01-18fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada
2018-01-18fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-16modpost: Remove trailing semicolonLuis de Bethencourt
2018-01-16Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simpleHimanshu Jha
2018-01-16Coccinelle: ifnullfree: Trim the warning reported in report modeHimanshu Jha
2018-01-16Coccinelle: alloc_cast: Add more memory allocating functions to the listHimanshu Jha
2018-01-16Coccinelle: array_size: report even if include is missingJérémy Lefaure
2018-01-16Coccinelle: kzalloc-simple: Add all zero allocating functionsHimanshu Jha
2018-01-16objtool: Fix seg fault with gold linkerJosh Poimboeuf
2018-01-13Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-13genksyms: drop *.hash.c from .gitignoreMasahiro Yamada
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
2018-01-09checkpatch: add pF/pf deprecation warningSergey Senozhatsky
2018-01-08fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn
2018-01-06kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman
2018-01-01scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: parse next structs/unionsMauro Carvalho Chehab