summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | kconfig: Document automatic submenu creation codeUlf Magnusson2018-01-211-0/+38
| * | | | kconfig: Fix choice symbol expression leakUlf Magnusson2018-01-211-0/+3
| * | | | kconfig: Fix expr_free() E_NOT leakUlf Magnusson2018-01-211-1/+1
| * | | | kconfig: Fix automatic menu creation mem leakUlf Magnusson2018-01-211-0/+1
| * | | | kconfig: Don't leak main menus during parsingUlf Magnusson2018-01-211-9/+24
| * | | | kconfig: Don't leak 'option' arguments during parsingUlf Magnusson2018-01-101-1/+3
| * | | | kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-102-0/+5
| * | | | kconfig: Don't leak symbol names during parsingUlf Magnusson2018-01-101-17/+19
| * | | | kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada2017-12-163-4944/+1Star
| * | | | kbuild: prepare to remove C files pre-generated by flex and bisonMasahiro Yamada2017-12-161-3/+17
| * | | | kbuild: add LEX and YACC variablesMasahiro Yamada2017-12-161-2/+2
| * | | | kconfig: display recursive dependency resolution hint just onceMasahiro Yamada2017-12-161-2/+6
| * | | | kconfig: Clean up modules handling and fix crashUlf Magnusson2017-12-151-4/+6
| * | | | kconfig: Clarify expression rewritingUlf Magnusson2017-12-151-0/+52
| * | | | kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson2017-12-151-6/+10
| * | | | kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson2017-12-121-1/+1
| * | | | kconfig: Document the 'symbol' structUlf Magnusson2017-12-071-1/+44
| * | | | kconfig: Document the 'menu' structUlf Magnusson2017-12-071-0/+45
| * | | | kconfig: Warn if choice default is not in choiceUlf Magnusson2017-12-071-0/+10
* | | | | Merge tag 'kbuild-misc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-019-115/+560
|\ \ \ \ \
| * | | | | Coccinelle: coccicheck: fix typoJulia Lawall2018-02-011-1/+1
| * | | | | Coccinelle: memdup: drop spurious lineJulia Lawall2018-01-291-1/+0Star
| * | | | | Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simpleHimanshu Jha2018-01-161-0/+0
| * | | | | Coccinelle: ifnullfree: Trim the warning reported in report modeHimanshu Jha2018-01-161-1/+1
| * | | | | Coccinelle: alloc_cast: Add more memory allocating functions to the listHimanshu Jha2018-01-161-21/+71
| * | | | | Coccinelle: array_size: report even if include is missingJérémy Lefaure2018-01-161-2/+2
| * | | | | Coccinelle: kzalloc-simple: Add all zero allocating functionsHimanshu Jha2018-01-161-5/+367
| * | | | | kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately failMasahiro Yamada2017-12-121-3/+7
| * | | | | scripts/package: snap-pkg targetPaolo Pisati2017-12-122-0/+30
| |/ / / /
* | | | | Merge tag 'kbuild-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-02-013-142/+101Star
|\ \ \ \ \
| * | | | | kbuild: fix W= option checks for extra DTC warningsMasahiro Yamada2018-01-251-2/+2
| * | | | | Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang2018-01-181-0/+3
| * | | | | fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada2018-01-181-12/+12
| * | | | | fixdep: refactor parse_dep_file()Masahiro Yamada2018-01-181-40/+40
| * | | | | fixdep: move global variables to local variables of main()Masahiro Yamada2018-01-181-26/+16Star
| * | | | | fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada2018-01-181-13/+9Star
| * | | | | fixdep: factor out common code for reading filesMasahiro Yamada2018-01-181-55/+20Star
| * | | | | fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada2018-01-181-24/+32
| * | | | | fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada2018-01-181-1/+0Star
| * | | | | fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn2018-01-081-4/+2Star
| |/ / / /
* | | | | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-012-0/+19
|\ \ \ \ \
| * \ \ \ \ Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-022-26/+4Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | soundwire: Add SoundWire bus typeVinod Koul2017-12-192-0/+19
* | | | | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-02-011-1300/+206Star
|\ \ \ \ \ \
| * | | | | | scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab2018-01-011-15/+41
| * | | | | | scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab2017-12-211-7/+23
| * | | | | | scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab2017-12-211-25/+44
| * | | | | | scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab2017-12-211-12/+26
| * | | | | | scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab2017-12-211-22/+16Star
| * | | | | | scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab2017-12-211-15/+4Star