summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-06-0659-1143/+1666
|\
| * kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor2018-06-051-1/+1
| * kbuild: Move last word of nconfig help to the previous linePetr Vorel2018-06-051-2/+1
| * kconfig: Add testconfig into make help outputPetr Vorel2018-06-051-0/+1
| * kconfig: add basic helper macros to scripts/Kconfig.includeMasahiro Yamada2018-05-284-0/+32
| * kconfig: show compiler version text in the top commentMasahiro Yamada2018-05-283-0/+6
| * kconfig: test: add Kconfig macro language testsMasahiro Yamada2018-05-2813-0/+191
| * Documentation: kconfig: document a new Kconfig macro languageMasahiro Yamada2018-05-282-1/+243
| * kconfig: error out if a recursive variable references itselfMasahiro Yamada2018-05-281-0/+13
| * kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada2018-05-281-0/+16
| * kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada2018-05-281-0/+27
| * kconfig: expand lefthand side of assignment statementMasahiro Yamada2018-05-281-0/+7
| * kconfig: support append assignment operatorMasahiro Yamada2018-05-283-3/+27
| * kconfig: support simply expanded variableMasahiro Yamada2018-05-284-7/+27
| * kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-284-4/+120
| * kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada2018-05-281-1/+1
| * kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada2018-05-282-4/+3
| * kconfig: add 'shell' built-in functionMasahiro Yamada2018-05-281-0/+41
| * kconfig: add built-in function supportMasahiro Yamada2018-05-281-12/+130
| * kconfig: make default prompt of mainmenu less specificMasahiro Yamada2018-05-282-2/+2
| * kconfig: remove sym_expand_string_value()Masahiro Yamada2018-05-282-54/+0
| * kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada2018-05-281-19/+5
| * kconfig: remove string expansion in file_lookup()Masahiro Yamada2018-05-281-3/+1
| * kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-2819-154/+343
| * kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada2018-05-282-12/+0
| * kbuild: remove kbuild cacheMasahiro Yamada2018-05-282-90/+16
| * kconfig: drop localization supportSam Ravnborg2018-05-2821-610/+258
| * kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada2018-05-285-128/+113
| * kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada2018-05-282-34/+32
| * kconfig: refactor Qt package checks for building qconfMasahiro Yamada2018-05-282-45/+53
| * kbuild: do not display CHK for filechkMasahiro Yamada2018-05-281-1/+0
* | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-0633-443/+349
|\ \
| * | kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-019-10/+10
| * | kbuild: add endianness flag to CHEKCFLAGSLuc Van Oostenryck2018-05-294-3/+5
| * | kbuild: $(CHECK) doesnt need NOSTDINC_FLAGS twiceLuc Van Oostenryck2018-05-291-1/+0
| * | scripts: Fixed printf format mismatchnixiaoming2018-05-293-3/+3
| * | scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generationJoey Pabalinas2018-05-221-10/+1
| * | coccinelle: deref_null: improve performanceJulia Lawall2018-05-221-20/+20
| * | coccinelle: mini_lock: improve performanceJulia Lawall2018-05-221-2/+4
| * | powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectedNicholas Piggin2018-05-172-11/+12
| * | kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledNicholas Piggin2018-05-172-15/+27
| * | kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections ...Nicholas Piggin2018-05-171-2/+2
| * | kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin2018-05-171-20/+29
| * | modpost: constify *modname function argument where possibleMasahiro Yamada2018-05-171-2/+2
| * | modpost: remove redundant is_vmlinux() testMasahiro Yamada2018-05-171-2/+1
| * | modpost: use strstarts() helper more widelyMasahiro Yamada2018-05-171-21/+18
| * | modpost: pass struct elf_info pointer to get_modinfo()Masahiro Yamada2018-05-171-13/+12
| * | checkpatch: remove VMLINUX_SYMBOL() checkMasahiro Yamada2018-05-171-10/+0
| * | vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-171-145/+144
| * | kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXMasahiro Yamada2018-05-173-15/+1