summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-1521-146/+227
|\
| * kconfig: remove P_ENV property typeMasahiro Yamada2018-08-143-4/+0
| * kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-142-10/+0
| * kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada2018-08-131-2/+2
| * init/Kconfig: Use short unix-style option instead of --longnameRob Landley2018-08-091-2/+2
| * Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatoryDirk Gouders2018-08-031-2/+2
| * kbuild: remove auto.conf from prerequisite of phony targetsMasahiro Yamada2018-07-251-10/+4
| * kbuild: do not update config for 'make kernelrelease'Masahiro Yamada2018-07-251-1/+2
| * kbuild: do not update config when running install targetsMasahiro Yamada2018-07-251-7/+20
| * kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada2018-07-251-0/+3
| * kbuild: use 'include' directive to load auto.conf from top MakefileMasahiro Yamada2018-07-251-1/+1
| * kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-257-19/+30
| * kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada2018-07-251-4/+6
| * kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2018-07-252-9/+20
| * kconfig: remove unneeded directory generation from local*configMasahiro Yamada2018-07-251-1/+0
| * kconfig: split out useful helpers in confdata.cMasahiro Yamada2018-07-251-17/+64
| * kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada2018-07-253-32/+30
| * kconfig: fix typos in description of "choice" in kconfig-language.txtRandy Dunlap2018-07-251-2/+2
| * kconfig: handle format string before calling conf_message_callback()Masahiro Yamada2018-07-254-18/+17
| * kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-186-8/+8
| * kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap2018-07-183-0/+17
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-1551-169/+373
|\ \
| * | coccicheck: return proper error code on failDenis Efremov2018-08-141-2/+3
| * | Coccinelle: doubletest: reduce side effect false positivesJulia Lawall2018-08-141-8/+26
| * | kbuild: remove deprecated host-progs variableMasahiro Yamada2018-08-093-10/+1
| * | kbuild: make samples really depend on headers_installMasahiro Yamada2018-08-091-1/+2
| * | um: clean up archheaders recipeMasahiro Yamada2018-08-071-7/+1
| * | kbuild: add %asm-generic to no-dot-config-targetsMasahiro Yamada2018-08-071-1/+1
| * | um: fix parallel building with O= optionMasahiro Yamada2018-08-071-2/+1
| * | scripts: Add Python 3 support to tracing/draw_functrace.pyJeremy Cline2018-07-291-1/+1
| * | builddeb: Add automatic support for sh{3,4}{,eb} architecturesBen Hutchings2018-07-281-3/+10
| * | builddeb: Add automatic support for riscv* architecturesBen Hutchings2018-07-281-1/+1
| * | builddeb: Add automatic support for m68k architectureBen Hutchings2018-07-281-1/+1
| * | builddeb: Add automatic support for or1k architectureBen Hutchings2018-07-281-0/+2
| * | builddeb: Add automatic support for sparc64 architectureBen Hutchings2018-07-281-1/+1
| * | builddeb: Add automatic support for mips{,64}r6{,el} architecturesBen Hutchings2018-07-281-1/+3
| * | builddeb: Add automatic support for mips64el architectureBen Hutchings2018-07-281-1/+6
| * | builddeb: Add automatic support for ppc64 and powerpcspe architecturesBen Hutchings2018-07-281-1/+6
| * | builddeb: Introduce functions to simplify kconfig tests in set_debarchBen Hutchings2018-07-281-9/+17
| * | builddeb: Drop check for 32-bit s390Ben Hutchings2018-07-281-1/+1
| * | builddeb: Change architecture detection fallback to use dpkg-architectureBen Hutchings2018-07-281-2/+2
| * | builddeb: Skip architecture detection when KBUILD_DEBARCH is setBen Hutchings2018-07-281-3/+6
| * | kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-285-7/+7
| * | ARM: at91: remove unused duplicated filechk_offsetsMasahiro Yamada2018-07-281-25/+0
| * | kbuild: if_changed: document single use per target limitationDirk Gouders2018-07-211-0/+6
| * | kbuild: buildtar: add arm64 supportOlof Johansson2018-07-191-0/+8
| * | kbuild: buildtar: remove crufty vax piecesOlof Johansson2018-07-191-4/+0
| * | kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-192-4/+4
| * | kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada2018-07-191-2/+1
| * | kbuild: remove redundant LDFLAGS clearing in arch/*/MakefileMasahiro Yamada2018-07-193-5/+0