summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-1517-124/+189
|\
| * kconfig: remove P_ENV property typeMasahiro Yamada2018-08-143-4/+0Star
| * kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-142-10/+0Star
| * kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada2018-08-131-2/+2
| * Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatoryDirk Gouders2018-08-021-2/+2
| * kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada2018-07-251-0/+3
| * 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/+0Star
| * 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/+30Star
| * kconfig: handle format string before calling conf_message_callback()Masahiro Yamada2018-07-254-18/+17Star
| * kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-176-8/+8
| * kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap2018-07-172-0/+9
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-1519-68/+252
|\ \
| * | 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-092-8/+0Star
| * | 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-282-2/+2
| * | kbuild: buildtar: add arm64 supportOlof Johansson2018-07-191-0/+8
| * | kbuild: buildtar: remove crufty vax piecesOlof Johansson2018-07-191-4/+0Star
| * | kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-191-2/+2
| * | kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada2018-07-191-2/+1Star
| * | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-173-11/+11
| * | kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott2018-07-171-5/+5
| * | kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSLaura Abbott2018-07-171-1/+1
| * | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-172-2/+2
| * | kbuild: Add build salt to the kernel and modulesLaura Abbott2018-07-171-0/+3
| * | kbuild: verify that $DEPMOD is installedRandy Dunlap2018-07-171-1/+7
| * | kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-175-2/+2
| * | Coccinelle: add atomic_as_refcounter scriptElena Reshetova2018-07-171-0/+129
| |/
* | Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2018-08-154-28/+182
|\ \
| * | gcc-plugins: Clean up the cgraph_create_edge* macrosAlexander Popov2018-07-251-10/+16
| * | gcc-plugins: Regularize Makefile.gcc-pluginsKees Cook2018-07-251-12/+24
| * | gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada2018-07-251-0/+142
| * | gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada2018-07-032-7/+1Star