summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2017-12-21scripts: kernel-doc: replace tabs by spacesMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: change default to ReST formatMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: improve argument handlingMauro Carvalho Chehab
2017-12-21scripts: kernel-doc: get rid of unused output formatsMauro Carvalho Chehab
2017-12-21docs: get rid of kernel-doc-nano-HOWTO.txtMauro Carvalho Chehab
2017-12-19soundwire: Add SoundWire bus typeVinod Koul
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar
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-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-12-14scripts/faddr2line: fix CROSS_COMPILE unset errorLiu, Changcheng
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-13kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately failMasahiro Yamada
2017-12-13scripts/package: snap-pkg targetPaolo Pisati
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson
2017-12-12checkpatch: Remove ACCESS_ONCE() warningMark Rutland
2017-12-11kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Mauro Carvalho Chehab
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-12-05checkpatch: Add warnings for {smp_,}read_barrier_depends()Paul E. McKenney
2017-12-04Merge tag 'docs-4.15-fixes' of git://git.lwn.net/linuxLinus Torvalds
2017-12-02scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon
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