linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-18 09:22:44 to 2019-02-18 17:54:11 UTC [more...]

[PATCH v2] deb-pkg: generate correct build dependencies
 2019-02-18 17:54 UTC  (5+ messages)

[PATCH] kbuild: Disable extra debugging info in .s output
 2019-02-18 14:31 UTC  (20+ messages)

[PATCH] modpost: file2alias: define size of alias
 2019-02-18  7:20 UTC  (2+ messages)

consolidate a few more arch support config options
 2019-02-18  3:06 UTC  (33+ messages)
` [PATCH 01/11] powerpc: remove dead ifdefs in <asm/checksum.h>
` [PATCH 02/11] riscv: remove the HAVE_KPROBES option
` [PATCH 03/11] kernel/locks: consolidate RWSEM_GENERIC_* options
` [PATCH 04/11] tracing: consolidate the STACKTRACE_SUPPORT symbol
` [PATCH 05/11] tracing: consolidate the TRACE_IRQFLAGS_SUPPORT symbol
` [PATCH 06/11] lockdep: consolidate the LOCKDEP_SUPPORT symbol
` [PATCH 07/11] init: consolidate the GENERIC_CALIBRATE_DELAY symbol
` [PATCH 08/11] lib: consolidate the GENERIC_BUG symbol
` [PATCH 09/11] lib: consolidate the GENERIC_CSUM symbol
` [PATCH 10/11] lib: consolidate the GENERIC_HWEIGHT symbol
` [PATCH 11/11] s390: don't redefined the HAS_IOMEM symbol

-Wimplicit-fallthrough not working with ccache
 2019-02-16 11:21 UTC 

[PATCH v2 1/4] init/Kconfig: add config support for detecting linker
 2019-02-16  3:07 UTC  (11+ messages)
` [PATCH v2 2/4] Makefile: clang: choose GCC_TOOLCHAIN_DIR not on LD
` [PATCH v2 3/4] Makefile: lld: tell clang to use lld
` [PATCH v2 4/4] Makefile: lld: set -O2 linker flag when linking with LLD
` [PATCH v2 0/4] Improve kernel LLD support

[PATCH] objtool: remove generated files with make clean
 2019-02-14 21:08 UTC 

[PATCH 1/8] kbuild: pkg: use -f $(srctree)/Makefile to recurse to top Makefile
 2019-02-14  3:05 UTC  (8+ messages)
` [PATCH 2/8] kbuild: generate modules.order only when CONFIG_MODULES=y
` [PATCH 3/8] kbuild: set KBUILD_MODULES=1 all the time for single target %/
` [PATCH 4/8] kbuild: turn '/' into an alias of './'
` [PATCH 5/8] kbuild: move tools_silent to a more relevant place
` [PATCH 6/8] kbuild: make -r/-R effective in top Makefile for old Make versions
` [PATCH 7/8] kbuild: remove empty rules for makefiles
` [PATCH 8/8] kbuild: simplify single targets

[PATCH] kbuild: move archive command to scripts/Makefile.lib
 2019-02-14  2:09 UTC  (2+ messages)

[PATCH 1/3] kallsyms: add static qualifiers where missing
 2019-02-14  2:09 UTC  (4+ messages)
` [PATCH 2/3] kallsyms: remove unneeded memset() calls
` [PATCH 3/3] kallsyms: include <asm/bitsperlong.h> instead of <asm/types.h>

[PATCH v2] sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE
 2019-02-14  2:07 UTC  (2+ messages)

[PATCH 0/3] gcc-plugins: Introduce stackinit plugin
 2019-02-12 17:54 UTC  (20+ messages)
` [PATCH 1/3] treewide: Lift switch variables out of switches
    ` [Intel-gfx] "
  ` [Intel-wired-lan] "
` [PATCH 2/3] gcc-plugins: Introduce stackinit plugin
` [PATCH 3/3] lib: Introduce test_stackinit module

[PATCH 2/4] Makefile: clang: choose GCC_TOOLCHAIN_DIR not on LD
 2019-02-11 19:30 UTC  (13+ messages)
` [PATCH 3/4] Makefile: lld: tell clang to use lld
` [PATCH 4/4] Makefile: lld: set -O2 linker flag when linking with LLD

CONFIG_CC_IS_CLANG
 2019-02-11 15:05 UTC  (3+ messages)

debian packaging refinements
 2019-02-11 12:03 UTC  (4+ messages)
` [PATCH 1/3] Makefile: add kernelarch target for printing arch and localversion
` [PATCH 2/3] scripts: mkdebian: allow renaming generated debian/rules
` [PATCH 3/3] scripts: mkdebian: fix dependencies

[PATCH 3/4] Makefile: lld: tell clang to use lld
 2019-02-08 16:24 UTC  (2+ messages)

[PATCH 0/4] Improve kernel LLD support
 2019-02-07 22:04 UTC 

RFC: refactoring the deb build
 2019-02-07 16:40 UTC  (5+ messages)
` [PATCH 1/4] Makefile: add kernelarch rule that prints the kernel architecture and localversion
` [PATCH 2/4] scripts: mkdebian: allow renaming generated debian/rules
` [PATCH 3/4] scripts: mkdebian: fix dependencies
` [PATCH 4/4] debian: add generic rule file

[RFC PATCH] kbuild: support llvm-ar
 2019-02-07  0:54 UTC  (3+ messages)

[PATCH] kbuild, LLVMLinux: Don't suppress format warnings
 2019-02-07  0:40 UTC  (11+ messages)

[kbuild:kbuild2 3/5] arch/arm64/include/asm/io.h:84:21: warning: 'reg' may be used uninitialized in this function
 2019-02-06  7:12 UTC 

[PATCH] kbuild: [bin]deb-pkg: add DPKG_FLAGS variable
 2019-02-05 12:37 UTC 

[PATCH] kbuild: gitignore output directory
 2019-02-05  8:15 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCE again
 2019-02-04  8:55 UTC 

[RESEND BUG REPORT] System hung! Due to ftrace or KASAN?
 2019-02-02 11:52 UTC  (8+ messages)

[PATCH] modpost: always show verbose warning for section mismatch
 2019-02-01  4:50 UTC 

[PATCH 1/2] kconfig: rename zconf.l to lexer.l
 2019-02-01  4:22 UTC  (3+ messages)
` [PATCH 2/2] kconfig: rename zconf.y to parser.y

[kbuild:build-test2 1/1] sc-mips.c:undefined reference to `mips_gcr_base'
 2019-02-01  4:13 UTC 

[PATCH v6 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB
 2019-01-31 19:24 UTC 

[kbuild:build-test 31/31] drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c:27:10: fatal error: vfio_platform_private.h: No such file or directory
 2019-01-31  6:39 UTC 

[PATCH 0/3] kbuild: Add wilddt function instead of listing dtbs
 2019-01-30 13:16 UTC  (4+ messages)

[PATCH AUTOSEL 3.18 13/61] modpost: validate symbol names also in find_elf_symbol
 2019-01-28 16:25 UTC 

[PATCH AUTOSEL 4.4 17/80] modpost: validate symbol names also in find_elf_symbol
 2019-01-28 16:22 UTC 

[PATCH AUTOSEL 4.9 019/107] modpost: validate symbol names also in find_elf_symbol
 2019-01-28 16:18 UTC 

[PATCH AUTOSEL 4.14 033/170] modpost: validate symbol names also in find_elf_symbol
 2019-01-28 16:09 UTC 

[PATCH AUTOSEL 4.19 052/258] modpost: validate symbol names also in find_elf_symbol
 2019-01-28 15:55 UTC 

[PATCH v4] kbuild: Add support for DT binding schema checks
 2019-01-28 15:49 UTC  (8+ messages)

[PATCH AUTOSEL 4.20 059/304] modpost: validate symbol names also in find_elf_symbol
 2019-01-28 15:39 UTC 

[PATCH] Kbuild: Handle too long symbols in kallsyms.c
 2019-01-28  4:03 UTC  (2+ messages)

[PATCH 1/2] kbuild: skip 'addtree' and 'flags' magic for external module build
 2019-01-24  4:28 UTC  (2+ messages)

[PATCH v2 1/4] kbuild: simplify rules of data compression with size appending
 2019-01-24  4:27 UTC  (6+ messages)
` [PATCH v2 2/4] s390: make thin archives not directly depend on *.o.chkbss files
` [PATCH v2 3/4] kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)

[PATCH v3 1/2] kbuild: remove top-level built-in.a
 2019-01-24  4:27 UTC  (2+ messages)

[PATCH] kbuild: descend to scripts/kconfig/ directly when syncconfig is needed
 2019-01-24  4:25 UTC  (2+ messages)

[PATCH 1/3] KVM: powerpc: remove -I. header search paths
 2019-01-24  3:40 UTC  (2+ messages)
` [1/3] "

minimal version requirement for ld
 2019-01-23  9:23 UTC 

[PATCH 1/2] kbuild: remove top-level built-in.a
 2019-01-23  8:26 UTC  (4+ messages)

Dearest Friend
 2019-01-21 18:19 UTC 

Copie de : Cryptocurrency Investing 2019
 2019-01-20 14:03 UTC 

[Question] What is the license of scripts/basic/fixdep.c ?
 2019-01-18 10:41 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;
as well as URLs for NNTP newsgroup(s).