public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-20 13:56:36 to 2017-04-24 02:21:59 UTC [more...]

[PATCH v3] kbuild: Add support to generate LLVM bitcode files
 2017-04-24  2:21 UTC  (6+ messages)

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2017-04-23 20:13 UTC  (10+ messages)

[PATCH v2] kbuild: Add better clang cross build support
 2017-04-23 14:26 UTC  (2+ messages)

[PATCH] kbuild: Do not use hyphen in exported variable name
 2017-04-23  7:23 UTC  (4+ messages)

[PATCH] kbuild: drop -Wno-unknown-warning-option from clang options
 2017-04-23  7:13 UTC  (2+ messages)

[PATCH v2 0/2] kbuild: cleanup asm-offset generation, and make it work with clang
 2017-04-23  7:01 UTC  (4+ messages)
` [PATCH v2 1/2] kbuild: consolidate redundant sed script ASM offset generation
` [PATCH v2 2/2] kbuild: fix asm-offset generation to work with clang

[PATCH] frv: Use OFFSET macro in DEF_*REG()
 2017-04-23  6:54 UTC  (6+ messages)

[PATCH] kbuild: avoid conflict between -ffunction-sections and -pg on gcc-4.7
 2017-04-23  6:53 UTC  (3+ messages)

(no subject)
 2017-04-21 16:59 UTC 

[PATCH 0/2] kbuild: clang: Disable spurious warnings
 2017-04-21 21:39 UTC  (3+ messages)
` [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning
` [PATCH 2/2] kbuild: clang: Disable the 'duplicate-decl-specifier' warning

[RFC PATCH 0/2] kbuild: use relative path from $(srctree) instead of __FILE__
 2017-04-21 20:56 UTC  (5+ messages)
` [RFC PATCH 1/2] kbuild: add KBUILD_FILE to point relative file path from $(srctree)
` [RFC PATCH 2/2] bug.h: replace __FILE__ with KBUILD_FILE for shorter names in log

[RFC-b PATCH] kbuild: redefine __FILE__ as relative path from $(srctree) if possible
 2017-04-21 19:52 UTC  (2+ messages)

[PATCH v2] kbuild: Add better clang cross build support
 2017-04-21 17:27 UTC  (3+ messages)

[PATCH 1/1] objtool: make it visible in make V=1 output
 2017-04-21 15:16 UTC 

[PATCH v2 0/3] builddeb updates for v4.12
 2017-04-21 15:04 UTC  (11+ messages)
` [PATCH v2 1/3] builddeb: Update a few outdated and hardcoded strings
` [PATCH 2/3] builddeb: fix typo
` [PATCH 3/3] builddeb: add make fastdeb-pkg target

[PATCH 0/7] LLVM: make x86_64 kernel build with clang
 2017-04-21  7:49 UTC  (35+ messages)
` [PATCH 1/7] Makefile, LLVM: add -no-integrated-as to KBUILD_[AC]FLAGS
` [PATCH 2/7] Makefile, x86, LLVM: disable unsupported optimization flags
` [PATCH 3/7] x86, LLVM: suppress clang warnings about unaligned accesses
` [PATCH 6/7] md/raid10, LLVM: get rid of variable length array

[PATCH RESEND] Makefile, LLVM: add -no-integrated-as to KBUILD_[AC]FLAGS
 2017-04-21  7:40 UTC  (2+ messages)

[PATCH 0/2] kbuild: cleanup asm-offset generation, and make it work with clang
 2017-04-18 14:03 UTC  (9+ messages)
` [PATCH 1/2] kbuild: consolidate redundant sed script ASM offset generation
` [PATCH 2/2] kbuild: fix asm-offset generation to work with clang

(no subject)
 2017-04-16 15:22 UTC 

[PATCH 0/2] make mrproper cleanup more file
 2017-04-14 21:54 UTC  (3+ messages)
` [PATCH 1/2] kbuild: cleanup signing keys with mrproper
` [PATCH 2/2] kbuild: remove initramfs cpio "

[RFC PATCH] kbuild: Fix asm-offset generation to work with clang
 2017-04-14  5:53 UTC  (5+ messages)

[PATCH v2] kbuild: Consolidate header generation from ASM offset information
 2017-04-13 23:44 UTC  (2+ messages)

[PATCH] kbuild: use -Oz instead of -Os when using clang
 2017-04-12 20:39 UTC  (7+ messages)

[PATCH] scripts: kconfig: implement a sort method
 2017-04-12 18:19 UTC  (5+ messages)

[PATCH] kbuild: Consolidate header generation from ASM offset information
 2017-04-12  1:38 UTC  (3+ messages)

[PATCH v9 00/11] uapi: export all headers under uapi directories
 2017-04-11  2:40 UTC  (32+ messages)
` [PATCH v10 "
  ` [PATCH v10 01/11] h8300: put bitsperlong.h in uapi
  ` [PATCH v10 07/11] btrfs_tree.h: fix include from userland
  ` [PATCH v10 11/11] uapi: export all arch specifics directories
      ` [PATCH v11 00/12] uapi: export all headers under uapi directories
        ` [PATCH v11 01/12] h8300: put bitsperlong.h in uapi
        ` [PATCH v11 02/12] nios2: put setup.h "
        ` [PATCH v11 03/12] x86: stop exporting msr-index.h to userland
        ` [PATCH v11 04/12] Makefile.headersinst: cleanup input files
        ` [PATCH v11 05/12] Makefile.headersinst: remove destination-y option
        ` [PATCH v11 06/12] uapi: includes linux/types.h before exporting files
        ` [PATCH v11 07/12] btrfs_tree.h: fix include from userland
        ` [PATCH v11 08/12] cryptouser.h: "
        ` [PATCH v11 09/12] smc_diag.h: "
        ` [PATCH v11 10/12] uapi: export all headers under uapi directories
        ` [PATCH v11 11/12] uapi: export all arch specifics directories
        ` [PATCH v11 12/12] arch/include: remove empty Kbuild files

[PATCH] MAINTAINERS: relinquish kconfig
 2017-04-10 20:10 UTC 

[PATCH v3 1/1] kconfig: menuconfig make "selected by:" readable
 2017-04-10 16:01 UTC  (3+ messages)

[PATCH] kconfig: Check for libncurses before menuconfig
 2017-04-09 13:07 UTC 

[PATCH RFC] menuconfigification work
 2017-04-09  9:41 UTC  (2+ messages)
` [PATCH] Make PPS a menuconfig to ease disabling it all

[GIT PULL] Kbuild fixes for v4.11
 2017-04-05  0:19 UTC 

[PATCH v2] x86/boot: Support uncompressed kernel
 2017-04-04 22:41 UTC  (3+ messages)

27646 linux-kbuild
 2017-04-04 14:14 UTC 

[PATCH] Kbuild.include: addtree: Remove quotes before matching path
 2017-04-04  7:02 UTC  (6+ messages)

[PATCH] [v2] kbuild: disable -ffunction-sections on gcc-4.7 with ftrace
 2017-03-31 20:39 UTC  (7+ messages)
` [PATCH] [SUBMITTED 20170314] [v333kbuild: "

[PATCH] x86/boot: Support uncompressed kernel
 2017-03-28 22:55 UTC  (12+ messages)

[PATCH 0/5] Fix dead URLs to ftp.kernel.org
 2017-03-28 14:20 UTC  (11+ messages)
` [PATCH 1/5] MAINTAINERS: Fix a dead URL "
` [PATCH 2/5] drivers/block: "
` [PATCH 3/5] drivers/md: "
` [PATCH 4/5] fs/autofs4: "
` [PATCH 5/5] scripts: Fix dead URLs "
    ` [PATCH] "

[PATCH] kbuild: Add better clang cross build support
 2017-03-25  0:02 UTC 

[PATCH 0/2] kconfig/mconf: propagate jumping function in search result view
 2017-03-23 10:17 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] jump label: fix passing kbuild_cflags when checking for asm goto support
 2017-03-21 18:04 UTC  (8+ messages)
      ` [PATCH v2] "
        ` [PING PATCH "

[PATCH 1/1] gconfig: remove misleading parentheses around a condition
 2017-03-21 17:58 UTC  (2+ messages)

[PATCH v2] Kbuild: make designated_init attribute fatal
 2017-03-21 17:53 UTC  (2+ messages)

[PATCH] scripts: package: KDEB_SOURCENAME in .deb names
 2017-03-21 17:01 UTC  (5+ messages)

[PATCH] kbuild/mkspec: Fix architectures where KBUILD_IMAGE isn't a full path
 2017-03-20 17:00 UTC  (6+ messages)
`  "

[PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition
 2017-03-20 13:56 UTC  (9+ messages)
` [PATCH 2/6] arm: "
` [PATCH 3/6] arc: "
` [PATCH 6/6] deb-pkg: Remove the KBUILD_IMAGE workaround


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