summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAge
* checkpatch: improve OPEN_BRACE testJoe Perches2018-02-06
* checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches2018-02-06
* checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches2018-02-06
* checkpatch: improve the TABSTOP test to include declarationsJoe Perches2018-02-06
* checkpatch: add a few DEVICE_ATTR style testsJoe Perches2018-02-06
* checkpatch: improve quoted string and line continuation testJoe Perches2018-02-06
* checkpatch: ignore some octal permissions of 0Joe Perches2018-02-06
* checkpatch: allow long lines containing URLAndreas Brauchli2018-02-06
* kasan: support alloca() poisoningPaul Lawrence2018-02-06
* kasan/Makefile: support LLVM style asan parametersAndrey Ryabinin2018-02-06
* kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2018-02-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-01
|\
| * checkpatch: add pF/pf deprecation warningSergey Senozhatsky2018-01-09
* | Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-02-01
|\ \
| * | kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert2018-01-27
| * | kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel2018-01-25
| * | kconfig: announce removal of oldnoconfig if usedMasahiro Yamada2018-01-25
| * | kconfig: fix make xconfig when gettext is missingYaakov Selkowitz2018-01-21
| * | kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson2018-01-21
| * | kconfig: Document 'if' flattening logicUlf Magnusson2018-01-21
| * | kconfig: Clarify choice dependency propagationUlf Magnusson2018-01-21
| * | kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson2018-01-21
| * | kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIXMasahiro Yamada2018-01-21
| * | kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-21
| * | kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada2018-01-21
| * | kconfig: make xfgets() really staticMasahiro Yamada2018-01-21
| * | kconfig: make input_mode staticMasahiro Yamada2018-01-21
| * | kconfig: Warn if there is more than one help textUlf Magnusson2018-01-21
| * | kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-21
| * | kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-21
| * | kconfig: Document important expression functionsUlf Magnusson2018-01-21
| * | kconfig: Document automatic submenu creation codeUlf Magnusson2018-01-21
| * | kconfig: Fix choice symbol expression leakUlf Magnusson2018-01-21
| * | kconfig: Fix expr_free() E_NOT leakUlf Magnusson2018-01-21
| * | kconfig: Fix automatic menu creation mem leakUlf Magnusson2018-01-21
| * | kconfig: Don't leak main menus during parsingUlf Magnusson2018-01-21
| * | kconfig: Don't leak 'option' arguments during parsingUlf Magnusson2018-01-10
| * | kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-10
| * | kconfig: Don't leak symbol names during parsingUlf Magnusson2018-01-10
| * | kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada2017-12-15
| * | kbuild: prepare to remove C files pre-generated by flex and bisonMasahiro Yamada2017-12-15
| * | kbuild: add LEX and YACC variablesMasahiro Yamada2017-12-15
| * | kconfig: display recursive dependency resolution hint just onceMasahiro Yamada2017-12-15
| * | kconfig: Clean up modules handling and fix crashUlf Magnusson2017-12-14
| * | kconfig: Clarify expression rewritingUlf Magnusson2017-12-14
| * | kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson2017-12-14
| * | kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson2017-12-12
| * | kconfig: Document the 'symbol' structUlf Magnusson2017-12-07
| * | kconfig: Document the 'menu' structUlf Magnusson2017-12-07
| * | kconfig: Warn if choice default is not in choiceUlf Magnusson2017-12-07