public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-10 05:49:00 to 2018-02-19 17:03:34 UTC [more...]

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs
 2018-02-19 17:03 UTC  (23+ messages)
` [PATCH 01/20] ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
` [PATCH 10/20] lib/Kconfig: Remove leftover select of GENERIC_IO
` [PATCH 15/20] phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB
` [PATCH 16/20] auxdisplay: img-ascii-lcd: Remove MIPS_SEAD3 dep
    ` [PATCH v2] auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 reference
` [PATCH 18/20] iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default
    ` [PATCH] ALSA: ac97: kconfig: Remove select of undefined symbol AC97

[kbuild:kbuild 3/4] make[2]: *** No rule to make target 'arch/sh/boot/dts/.dtb.o', needed by 'arch/sh/boot/dts/built-in.a'
 2018-02-19 16:49 UTC  (2+ messages)

[PATCH 00/23] kconfig: move compiler capability tests to Kconfig
 2018-02-19 15:57 UTC  (37+ messages)
` [PATCH 01/23] kbuild: remove kbuild cache
` [PATCH 02/23] kbuild: remove CONFIG_CROSS_COMPILE support
` [PATCH 03/23] kconfig: add xstrdup() helper
` [PATCH 04/23] kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
` [PATCH 05/23] kconfig: move and rename sym_expand_string_value()
` [PATCH 06/23] kconfig: reference environments directly and remove 'option env=' syntax
` [PATCH 07/23] kconfig: add function support and implement 'shell' function
` [PATCH 08/23] kconfig: add 'macro' keyword to support user-defined function
` [PATCH 09/23] kconfig: add 'cc-option' macro
` [PATCH 10/23] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH 11/23] kconfig: add 'shell-stdout' function
` [PATCH 12/23] kconfig: replace $UNAME_RELEASE with function call
` [PATCH 13/23] kconfig: expand environments/functions in (main)menu, comment, prompt
` [PATCH 14/23] kconfig: show compiler version text in the top comment
` [PATCH 15/23] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH 16/23] kbuild: add clang-version.sh
` [PATCH 17/23] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH 18/23] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH 19/23] kcov: imply GCC_PLUGINS and GCC_PLUGIN_SANCOV instead of select'ing them
` [PATCH 20/23] gcc-plugins: always build plugins with C++
` [PATCH 21/23] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH 22/23] gcc-plugins: test GCC plugin support in Kconfig
` [PATCH 23/23] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST

[PATCH] kconfig: really drop GENERIC_IO
 2018-02-19 15:25 UTC  (2+ messages)

(no subject)
 2018-02-19  5:58 UTC 

[PATCH 0/2] remove the last of incremental linking
 2018-02-19  7:04 UTC  (15+ messages)
` [PATCH 1/2] kbuild: remove incremental linking option
` [PATCH 2/2] kbuild: rename built-in.o to built-in.a

[PATCH] kbuild: process mixture of clean/build targets one by one
 2018-02-18 23:44 UTC  (2+ messages)

[PATCH v2] Makefile: Fix lying comment re. silentoldconfig
 2018-02-18 23:45 UTC  (3+ messages)

[PATCH] kbuild: Improve portability of some sed invocations
 2018-02-18 23:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/3] Print reverse dependencies in groups
 2018-02-18 21:05 UTC  (13+ messages)
` [PATCH v3 1/3] kconfig: Print reverse dependencies on new line consistently
` [PATCH v3 2/3] kconfig: Prepare for printing reverse dependencies in groups
` [PATCH v3 3/3] kconfig: Print "

[PATCH v4 0/3] Kconfig: Print reverse dependencies in groups
 2018-02-18 20:54 UTC  (5+ messages)
` [PATCH v4 1/3] kconfig: Print reverse dependencies on new line consistently
` [PATCH v4 2/3] kconfig: Prepare for printing reverse dependencies in groups
` [PATCH v4 3/3] kconfig: Print "

[PATCH 1/2] kconfig: remove check_stdin()
 2018-02-18 19:44 UTC  (2+ messages)

[PATCH 00/14] Add Kconfig unit tests
 2018-02-18 19:38 UTC  (2+ messages)

[PATCH 1/2] kconfig: Print reverse dependencies on new line consistently
 2018-02-18 11:34 UTC  (14+ messages)
` [PATCH 2/2] kconfig: Print the value of each reverse dependency

[PATCH 0/3] fixing the last failures in randconfig builds
 2018-02-17 13:32 UTC  (9+ messages)
` [PATCH 1/3] Kconfig: disable PROFILE_ALL_BRANCHES for compile testing
` [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments
` [PATCH 3/3] Kconfig: add a default allrandom.config

[PATCH 0/3] Improve and extend checkpatch.pl Kconfig help text checks
 2018-02-16 21:14 UTC  (5+ messages)
` [PATCH 1/3] checkpatch: kconfig: recognize more prompts when checking help texts
` [PATCH 2/3] checkpatch: kconfig: check help texts for menuconfig and choice
` [PATCH 3/3] checkpatch: kconfig: prefer 'help' over '---help---'

[RFC PATCH 0/7] Kconfig: add new special property shell= to test compiler options in Kconfig
 2018-02-15 23:38 UTC  (73+ messages)
` [RFC PATCH 4/7] kconfig: support new special property shell=
                                          ` [RFC PATCH 4/7] kconfig: support new special property shell

[PATCH] disable sparse warnings about unknown attributes
 2018-02-15 23:21 UTC  (2+ messages)

why scripts/link-vmlinux.sh has a final build of init/
 2018-02-14 11:31 UTC  (4+ messages)

[PATCH 00/11] Remove blank help texts from Kconfig files and add warning
 2018-02-14 10:11 UTC  (8+ messages)
` [PATCH 03/11] mmc: kconfig: Remove blank help text
` [PATCH 02/11] video: fbdev: "
        ` [PATCH] video: fbdev: kconfig: Add help text to FB_I810_I2C

[PATCH] Makefile: Fix lying comment re. silentoldconfig
 2018-02-13  7:44 UTC 

[PATCH] riscv: kconfig: Remove RISCV_IRQ_INTC select
 2018-02-13  2:07 UTC  (2+ messages)

(no subject)
 2018-02-11  7:19 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox