aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
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-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-16kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada
2017-12-16kbuild: prepare to remove C files pre-generated by flex and bisonMasahiro Yamada
2017-12-16kbuild: add LEX and YACC variablesMasahiro Yamada
2017-12-16kconfig: display recursive dependency resolution hint just onceMasahiro Yamada
2017-12-15kconfig: Clean up modules handling and fix crashUlf Magnusson
2017-12-15kconfig: Clarify expression rewritingUlf Magnusson
2017-12-15kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson
2017-12-07kconfig: Document the 'symbol' structUlf Magnusson
2017-12-07kconfig: Document the 'menu' structUlf Magnusson
2017-12-07kconfig: Warn if choice default is not in choiceUlf Magnusson
2017-11-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-29scripts/bloat-o-meter: don't fail with division by 0Andy Shevchenko
2017-11-29scripts/faddr2line: extend usage on generic archLiu, Changcheng
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds
2017-11-23kbuild: drop $(extra-y) from real-objs-yMasahiro Yamada
2017-11-23kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada
2017-11-23kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada
2017-11-23coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt
2017-11-21Coccinelle: Remove setup_timer.cocciKees Cook
2017-11-20Add optional check for bad kernel-doc commentsMatthew Wilcox
2017-11-18kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada
2017-11-17Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2017-11-17Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru
2017-11-17checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada
2017-11-17checkpatch: add --strict test for lines ending in [ or (Joe Perches
2017-11-17checkpatch: add TP_printk to list of logging functionsJoe Perches
2017-11-17checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches