summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-01-21kconfig: Fix expr_free() E_NOT leakUlf Magnusson1-1/+1
2018-01-21kconfig: Fix automatic menu creation mem leakUlf Magnusson1-0/+1
2018-01-21kconfig: Don't leak main menus during parsingUlf Magnusson1-9/+24
2018-01-10kconfig: Don't leak 'option' arguments during parsingUlf Magnusson1-1/+3
2018-01-10kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2-0/+5
2018-01-10kconfig: Don't leak symbol names during parsingUlf Magnusson1-17/+19
2017-12-16kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada3-4944/+1
2017-12-16kbuild: prepare to remove C files pre-generated by flex and bisonMasahiro Yamada1-3/+17
2017-12-16kbuild: add LEX and YACC variablesMasahiro Yamada1-2/+2
2017-12-16kconfig: display recursive dependency resolution hint just onceMasahiro Yamada1-2/+6
2017-12-15kconfig: Clean up modules handling and fix crashUlf Magnusson1-4/+6
2017-12-15kconfig: Clarify expression rewritingUlf Magnusson1-0/+52
2017-12-15kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson1-6/+10
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson1-1/+1
2017-12-07kconfig: Document the 'symbol' structUlf Magnusson1-1/+44
2017-12-07kconfig: Document the 'menu' structUlf Magnusson1-0/+45
2017-12-07kconfig: Warn if choice default is not in choiceUlf Magnusson1-0/+10
2017-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+19
2017-11-30scripts/bloat-o-meter: don't fail with division by 0Andy Shevchenko1-2/+5
2017-11-30scripts/faddr2line: extend usage on generic archLiu, Changcheng1-7/+14
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-277/+0
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds5-14/+16
2017-11-24Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds2-1/+29
2017-11-23kbuild: drop $(extra-y) from real-objs-yMasahiro Yamada1-1/+1
2017-11-23kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada1-1/+1
2017-11-23kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada1-3/+2
2017-11-23coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada1-6/+9
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt1-1/+1
2017-11-22Coccinelle: Remove setup_timer.cocciKees Cook1-277/+0
2017-11-20Add optional check for bad kernel-doc commentsMatthew Wilcox2-1/+29
2017-11-18kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada1-2/+2
2017-11-18Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-216/+452
2017-11-18Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-90/+129
2017-11-18Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru1-0/+7
2017-11-18checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada1-0/+1
2017-11-18checkpatch: add --strict test for lines ending in [ or (Joe Perches1-0/+6
2017-11-18checkpatch: add TP_printk to list of logging functionsJoe Perches1-0/+1
2017-11-18checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches1-2/+3
2017-11-18checkpatch: printks always need a KERN_<LEVEL>Joe Perches1-22/+4
2017-11-18scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt1-1/+1
2017-11-18checkpatch: support function pointers for unnamed function definition argumentsMiles Chen1-1/+1
2017-11-18get_maintainer: add more --self-test optionsJoe Perches1-17/+132
2017-11-18get_maintainer: add --self-test for internal consistency testsTom Saeger1-17/+77
2017-11-18parse-maintainers: add ability to specify filenamesJoe Perches1-5/+47
2017-11-18spelling.txt: add "unnecessary" typo variantsJoe Perches1-0/+4
2017-11-16kbuild: move coccicheck help from scripts/Makefile.help to top MakefileMasahiro Yamada1-3/+0
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+5
2017-11-16Merge tag 'leaks-4.15-rc1' of git://github.com/tcharding/linuxLinus Torvalds1-87/+283
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-36/+55