public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-18 14:06:25 to 2018-02-05 14:01:39 UTC [more...]

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs
 2018-02-05 14:01 UTC  (40+ messages)
` [PATCH 01/20] ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
` [PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling
` [PATCH 03/20] kconfig: Remove leftover references to AVR32 symbol
    ` [PATCH v2 "
` [PATCH 04/20] misc: atmel: Remove CPU_AT32AP700X (AVR32) reference
` [PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency
` [PATCH 06/20] riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select
` [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select
` [PATCH 08/20] s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE select
` [PATCH 09/20] clk: sunxi-ng: Remove SUNXI_CCU_* selects
` [PATCH 10/20] lib/Kconfig: Remove leftover select of GENERIC_IO
` [PATCH 11/20] usb: gadget: udc: Remove USB_GADGET_DUALSPEED select
` [PATCH 12/20] ARM: debug: Remove ARCH_MSM dep. from UNCOMPRESS_INCLUDE
` [PATCH 13/20] ore: Remove PNFS_OBJLAYOUT dependency
` [PATCH 14/20] iio: gyro: mpu3050: Remove INPUT_MPU3050 dep. from I2C
` [PATCH 15/20] phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB
` [PATCH 16/20] auxdisplay: img-ascii-lcd: Remove MIPS_SEAD3 dep
` [PATCH 17/20] media: sec: Remove PLAT_S5P dependency
` [PATCH 18/20] iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default
` [PATCH 19/20] ARC: Fix malformed ARC_EMUL_UNALIGNED default
` [PATCH 20/20] x86/PCI: VMD: Fix malformed default

[PATCH v4 0/1] Support for generalized use of make C={1,2} via a wrapper program
 2018-02-05  7:20 UTC  (5+ messages)
` [PATCH v4 1/1] runchecks: Generalize make C={1,2} to support multiple checkers

[PATCH] kconfig: Minimize 'Selected by' and 'Implied by'
 2018-02-04 22:12 UTC  (8+ messages)

[PATCH 0/7] LTO: hacks to build LTO-enabled randconfig kernels
 2018-02-02 22:18 UTC  (16+ messages)
` [PATCH 1/7] [HACK] lto: make config.gz symbol visible
` [PATCH 2/7] [HACK] x86: lto: always link in library files
` [PATCH 3/7] [HACK] x86: crypto: fix link error with LTO
` [PATCH 4/7] [HACK] lto: shut up some warnings
` [PATCH 5/7] [HACK] avoid gcc-8 ICE on LTO
` [PATCH 6/7] Kbuild: lto: clean build artifacts
` [PATCH 7/7] Kbuild: lto: pass -m32/-m64 to to LDFINAL

unused-variable warning is getting disabled with clang
 2018-02-02 16:01 UTC  (7+ messages)
` [PATCH] kbuild: clang: Disable -Wunused-const-variable warnings

[PATCH 00/11] Remove blank help texts from Kconfig files and add warning
 2018-02-02  9:28 UTC  (26+ messages)
` [PATCH 01/11] net/sched: kconfig: Remove blank help texts
` [PATCH 02/11] video: fbdev: kconfig: Remove blank help text
` [PATCH 03/11] mmc: "
` [PATCH 04/11] Staging: rtl8192u: "
` [PATCH 05/11] Staging: rtl8192e: "
` [PATCH 06/11] lib/Kconfig.debug: "
` [PATCH 07/11] MIPS: BCM63XX: kconfig: "
` [PATCH 08/11] MIPS: "
` [PATCH 09/11] arm: vt8500: "
` [PATCH 10/11] nios2: "
` [PATCH 11/11] kconfig: Warn if help text is blank

[GIT PULL 3/3] Kconfig updates for v4.16
 2018-02-01 17:01 UTC 

[GIT PULL 2/3] Kbuild misc updates for v4.16
 2018-02-01 16:58 UTC 

[GIT PULL 1/3] Kbuild updates for v4.16
 2018-02-01 16:55 UTC 

[PATCH 00/10] Remove empty help texts from Kconfig files
 2018-01-31 17:28 UTC  (20+ messages)
` [PATCH 01/10] net/sched: kconfig: Remove empty help texts
` [PATCH 02/10] video: fbdev: kconfig: Remove empty help text
` [PATCH 03/10] mmc: "
` [PATCH 04/10] Staging: rtl8192u: "
` [PATCH 05/10] Staging: rtl8192e: "
` [PATCH 06/10] lib/Kconfig.debug: "
` [PATCH 07/10] MIPS: BCM63XX: kconfig: "
` [PATCH 08/10] MIPS: "
` [PATCH 09/10] arm: vt8500: "
` [PATCH 10/10] nios2: "

[PATCH] kconfig: Warn if help text is blank
 2018-01-31  9:53 UTC  (5+ messages)

[PATCH v2 00/10] Remove empty help texts from Kconfig files
 2018-01-31  9:46 UTC  (13+ messages)
` [PATCH v2 01/10] net/sched: kconfig: Remove empty help texts
` [PATCH v2 02/10] video: fbdev: kconfig: Remove empty help text
` [PATCH v2 03/10] mmc: "
` [PATCH v2 04/10] Staging: rtl8192u: "
` [PATCH v2 05/10] Staging: rtl8192e: "
` [PATCH v2 06/10] lib/Kconfig.debug: "
` [PATCH v2 07/10] MIPS: BCM63XX: kconfig: "
` [PATCH v2 08/10] MIPS: "
` [PATCH v2 09/10] arm: vt8500: "
` [PATCH v2 10/10] nios2: "

[PATCH] kbuild: Improve portability of some sed invocations
 2018-01-30  8:03 UTC  (2+ messages)

[PATCH] kbuild: Use ls(1) instead of stat(1) to obtain file size
 2018-01-30  8:01 UTC  (2+ messages)

[PATCH v1 1/1] kconfig: double up dollar signs in strings
 2018-01-29 13:41 UTC  (4+ messages)

Link time optimization for LTO/x86
 2018-01-28 18:33 UTC  (6+ messages)
` [PATCH 20/21] Kbuild, lto: Add Link Time Optimization support

[PATCH] kbuild: fix W= option checks for extra DTC warnings
 2018-01-28  1:41 UTC  (2+ messages)

[PATCH] Remove silentoldconfig from "make help"; fix kconfig/conf's help
 2018-01-28  1:40 UTC  (10+ messages)
` [PATCH v3] Remove silentoldconfig from help and docs; "

[PATCH v6 1/1] kconfig: make "Selected by:" and "Implied by:" readable
 2018-01-28  1:23 UTC  (2+ messages)

[PATCH] kconfig: announce removal of oldnoconfig if used
 2018-01-28  1:22 UTC  (3+ messages)

Mutli-directory module Makefiles
 2018-01-27 22:28 UTC  (5+ messages)

Darlehensangebot
 2018-01-27 14:05 UTC 

Darlehen Geld für Einzelpersonen und Fachleute in weniger als 72 Stunden
 2018-01-26  7:22 UTC 

[PATCH] kbuild: make Makefile|Kbuild in each directory optional
 2018-01-25 19:17 UTC  (3+ messages)
  ` [oss-drivers] "

[PATCH v5 1/1] kconfig: menuconfig make "Selected by:" and "Implied by:" readable
 2018-01-25  4:57 UTC  (3+ messages)

[PATCH v4 1/1] kconfig: menuconfig make "Selected by:" and "Depends on:" readable
 2018-01-23 19:02 UTC  (4+ messages)

[PATCH v2] kasan: don't emit builtin calls when sanitization is off
 2018-01-23 16:34 UTC  (10+ messages)

Darlehen
 2018-01-21 17:05 UTC 

[PATCH 1/2] kconfig: Document 'if' flattening logic
 2018-01-21 16:47 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] kconfig: fix make xconfig when gettext is missing
 2018-01-21 16:45 UTC  (2+ messages)

[PATCH] kconfig: Clarify choice dependency propagation
 2018-01-21 16:44 UTC  (5+ messages)

[PATCH] kconfig: Clarify menu and 'if' dependency propagation
 2018-01-21 16:43 UTC  (2+ messages)

[PATCH] kasan: don't emit builtin calls when sanitization is off
 2018-01-19 17:58 UTC  (3+ messages)

[PATCH 1/2] kconfig: use default 'yy' prefix for lexer and parser
 2018-01-18 14:05 UTC  (2+ messages)


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