summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-01-22kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson1-0/+9
2018-01-22kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIXMasahiro Yamada1-6/+2
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada3-22/+19
2018-01-22kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada1-2/+2
2018-01-22kconfig: make xfgets() really staticMasahiro Yamada1-10/+7
2018-01-22kconfig: make input_mode staticMasahiro Yamada1-1/+2
2018-01-22kconfig: Warn if there is more than one help textUlf Magnusson1-0/+5
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada6-7/+6
2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson3-11/+1
2018-01-22kconfig: Document important expression functionsUlf Magnusson1-0/+106
2018-01-22kconfig: Document automatic submenu creation codeUlf Magnusson1-0/+38
2018-01-22kconfig: Fix choice symbol expression leakUlf Magnusson1-0/+3
2018-01-22kconfig: Fix expr_free() E_NOT leakUlf Magnusson1-1/+1
2018-01-22kconfig: Fix automatic menu creation mem leakUlf Magnusson1-0/+1
2018-01-22kconfig: Don't leak main menus during parsingUlf Magnusson1-9/+24
2018-01-19scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie1-0/+2
2018-01-19scripts/decodecode: fix decoding for AArch64 (arm64) instructionsWill Deacon1-0/+8
2018-01-18Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang1-0/+3
2018-01-18fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada1-12/+12
2018-01-18fixdep: refactor parse_dep_file()Masahiro Yamada1-40/+40
2018-01-18fixdep: move global variables to local variables of main()Masahiro Yamada1-26/+16
2018-01-18fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada1-13/+9
2018-01-18fixdep: factor out common code for reading filesMasahiro Yamada1-55/+20
2018-01-18fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada1-24/+32
2018-01-18fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada1-1/+0
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+10
2018-01-16modpost: Remove trailing semicolonLuis de Bethencourt1-1/+1
2018-01-16Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simpleHimanshu Jha1-0/+0
2018-01-16Coccinelle: ifnullfree: Trim the warning reported in report modeHimanshu Jha1-1/+1
2018-01-16Coccinelle: alloc_cast: Add more memory allocating functions to the listHimanshu Jha1-21/+71
2018-01-16Coccinelle: array_size: report even if include is missingJérémy Lefaure1-2/+2
2018-01-16Coccinelle: kzalloc-simple: Add all zero allocating functionsHimanshu Jha1-5/+367
2018-01-16objtool: Fix seg fault with gold linkerJosh Poimboeuf1-4/+10
2018-01-13Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+4
2018-01-13genksyms: drop *.hash.c from .gitignoreMasahiro Yamada1-1/+0
2018-01-11kconfig: Don't leak 'option' arguments during parsingUlf Magnusson1-1/+3
2018-01-11kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2-0/+5
2018-01-10kconfig: Don't leak symbol names during parsingUlf Magnusson1-17/+19
2018-01-09checkpatch: add pF/pf deprecation warningSergey Senozhatsky1-2/+9
2018-01-08fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn1-4/+2
2018-01-06kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre1-1/+4
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+6
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2-26/+4
2018-01-01scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab1-15/+41
2017-12-21scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab1-7/+23
2017-12-21scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab1-25/+44
2017-12-21scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab1-12/+26
2017-12-21scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab1-22/+16
2017-12-21scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab1-15/+4
2017-12-21scripts: kernel-doc: parse next structs/unionsMauro Carvalho Chehab1-53/+68