public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-10 20:09:24 to 2017-11-09 16:08:44 UTC [more...]

[PATCH 0/2] kbuild: remove all "obj- := dummy.o" tricks
 2017-11-09 16:08 UTC  (6+ messages)
` [PATCH 1/2] kbuild: create built-in.o automatically if parent directory wants it
` [PATCH 2/2] kbuild: remove all dummy assignments to obj-

[PATCH 0/4] kbuild: optimize output directory creation
 2017-11-09 15:41 UTC  (5+ messages)
` [PATCH 1/4] kbuild: create directory for make cache only when necessary
` [PATCH 2/4] kbuild: remove redundant $(wildcard ...) for cmd_files calculation
` [PATCH 3/4] kbuild: create object directories simpler and faster
` [PATCH 4/4] kbuild: optimize object directory creation for incremental build

[PATCH 0/2] kbuild: move dtb-y and CONFIG_OF_ALL_DTBS to Kbuild core to fix some issues
 2017-11-09 12:23 UTC  (15+ messages)
` [PATCH 1/2] MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
` [PATCH 2/2] kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib

[PATCH v2] coccinelle: fix parallel build with CHECK=scripts/coccicheck
 2017-11-09  7:00 UTC 

[PATCH] kbuild: Set KBUILD_CFLAGS before incl. arch Makefile
 2017-11-09  4:31 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH v2 0/3] Makefile: Introduce CONFIG_CC_STACKPROTECTOR_AUTO
 2017-11-09  1:12 UTC  (6+ messages)
` [PATCH v2 1/3] Makefile: Move stack-protector compiler breakage test earlier
` [PATCH v2 2/3] Makefile: Move stack-protector availability out of Kconfig
` [PATCH v2 3/3] Makefile: Introduce CONFIG_CC_STACKPROTECTOR_AUTO

[PATCH 1/1] kconfig/symbol.c: use correct pointer type argument for sizeof
 2017-11-08 21:09 UTC 

[PATCH v2] kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
 2017-11-08 16:46 UTC  (5+ messages)

[PATCH] coccinelle: fix verbose message about .cocci file being run
 2017-11-08 13:12 UTC  (6+ messages)

[PATCH] coccinelle: grep Options and Requires fields more precisely
 2017-11-08 13:03 UTC  (5+ messages)

linux-next: build warning after merge of the regmap tree
 2017-11-07  6:01 UTC  (2+ messages)

[PATCH] kbuild: fix linker feature test macros when cross compiling with Clang
 2017-11-07  3:41 UTC  (11+ messages)
  ` [PATCH v2] "
              ` [PATCH v3] "

[PATCH] kbuild: /bin/pwd -> pwd
 2017-11-05  9:44 UTC 

[PATCH 01/15] kbuild: add ld-name macro and support for GNU gold
 2017-11-03 18:24 UTC 

[PATCH] sh: select KBUILD_DEFCONFIG depending on ARCH
 2017-11-02 17:40 UTC 

[PATCH] sh: remove pointless select of KBUILD_DEFCONFIG
 2017-11-02  9:45 UTC  (5+ messages)

[PATCH 0/3] .gitignore / kbuild: of: ignore and clean *.dtb and *.dtb.S globally
 2017-11-01 21:45 UTC  (7+ messages)
` [PATCH 1/3] .gitignore: sort normal pattern rules alphabetically
` [PATCH 2/3] .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
` [PATCH 3/3] kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile

[PATCH v2] kbuild: comments correction & update on Makefile.host
 2017-11-01  1:43 UTC 

[PATCH] kbuild: comments correction & update
 2017-11-01  1:38 UTC  (2+ messages)

[PATCH] Check all .c files for bad kernel-doc comments
 2017-10-31  8:13 UTC  (9+ messages)

[GIT PULL] Kbuild fixes for v4.14-rc7
 2017-10-28 15:25 UTC 

[PATCH v4 2/9] brcmsmac: split up wlc_phy_workarounds_nphy
 2017-10-27  7:51 UTC  (2+ messages)
` [v4,2/9] "

[PATCH] x86/build: beautify build log of syscall headers
 2017-10-27  4:11 UTC 

[RFC PATCH] coccinelle: fix parallel build with CHECK=scripts/coccicheck
 2017-10-26  4:56 UTC 

[PATCH v2 0/5] kbuild: Use relative paths if possible
 2017-10-25 12:21 UTC  (9+ messages)
` [PATCH v2 3/5] kbuild: Use relative path for $(objtree)

[PATCH] kbuild: fix dependency of dtbs targets
 2017-10-25  5:40 UTC  (4+ messages)

getconf options
 2017-10-24  7:06 UTC  (5+ messages)

[RFC PATCH] kbuild: Allow specifying some base host CFLAGS
 2017-10-24  4:44 UTC  (4+ messages)

[PATCH] kbuild: clang: fix build failures with sparse check
 2017-10-24  4:13 UTC  (2+ messages)

[PATCH] kbuild doc: a bundle of fixes on makefiles.txt
 2017-10-19 15:36 UTC  (2+ messages)

more build problems with "Makefile: move stackprotector availability out of Kconfig"
 2017-10-19  2:19 UTC  (18+ messages)

[PATCH v2] kbuild: shrink .cache.mk when it exceeds 1000 lines
 2017-10-18 16:54 UTC  (3+ messages)

[PATCH] kbuild: do not call cc-option before KBUILD_CFLAGS initialization
 2017-10-18 16:53 UTC  (3+ messages)

[PATCH v4 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-18 16:49 UTC  (4+ messages)
` [PATCH v4 1/2] kbuild: Add a cache for generated variables
` [PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

[PATCH] Makefile: add targets for config-help and pkg-help
 2017-10-18 16:39 UTC  (4+ messages)

[PATCH 0/4] Cleanup instrumentation avoidance
 2017-10-18 14:16 UTC  (16+ messages)
` [PATCH 1/4] kbuild: allow global override of CC instrumentation
` [PATCH 2/4] arm64: prevent instrumentation of LL/SC atomics
` [PATCH 3/4] kvm/arm64: simplify CC instrumentation opt-out
` [PATCH 4/4] arm64: vdso: remove pointless gcov option

9c2fb296dd ("Makefile: move stackprotector availability out of .."): BUG: kernel hang in early-boot stage, last printk:
 2017-10-18  7:35 UTC 

[PATCH] Makefile: enable dochelp run from main make level
 2017-10-17 23:57 UTC  (8+ messages)

[kbuild:kbuild 15/16] /bin/sh: 1: cannot create arch/arm64/kernel/vdso/.cache.mk: Directory nonexistent
 2017-10-16 17:18 UTC  (3+ messages)

[PATCH v3 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-15  7:48 UTC  (4+ messages)
` [PATCH v3 1/2] kbuild: Add a cache for generated variables
` [PATCH v3 2/2] kbuild: Cache a few more calls to the compiler

[PATCH] kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGS
 2017-10-15  7:48 UTC  (3+ messages)

[PATCH 0/3] ARM, hexagon, c6x: build: fix usage of CFLAGS_MODULE, LDFLAGS_MODULE
 2017-10-15  7:47 UTC  (2+ messages)

[PATCH 0/2] kbuild: use relative path from $(srctree) instead of __FILE__
 2017-10-14 20:15 UTC  (5+ messages)
` [PATCH 1/2] kbuild: add stringify helper to quote a string passed to C files
` [PATCH 2/2] kbuild: redefine __FILE__ as relative path from $(srctree) if possible

[PATCH v4 0/2] of: Add unit tests for applying overlays
 2017-10-13 23:08 UTC  (4+ messages)
` [PATCH v4 2/2] "

[PATCH] kbuild: shrink Makefile cache when it exceeds 1000 lines
 2017-10-13 11:10 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update my email address
 2017-10-12 13:43 UTC  (2+ messages)

[PATCH 1/4] kbuild: replace $(hdr-arch) with $(SRCARCH)
 2017-10-12  0:59 UTC  (3+ messages)
` [PATCH 3/4] kbuild: re-order the code to not parse unnecessary variables

[PATCH] kbuild: clang: remove crufty HOSTCFLAGS
 2017-10-12  0:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] kbuild: add forward declaration of default target to Makefile.asm-generic
 2017-10-11 16:21 UTC  (2+ messages)

[PATCH v2 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-11 16:20 UTC  (4+ messages)
` [PATCH v2 1/2] kbuild: Add a cache for generated variables


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