linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-27 21:34:30 to 2017-12-18 06:00:25 UTC [more...]

[PATCH v2 0/5] Support for generalized use of make C={1,2} via a wrapper program
 2017-12-18  6:00 UTC  (14+ messages)
` [PATCH v2 1/5] runchecks: Generalize make C={1,2} to support multiple checkers
` [PATCH v2 2/5] Documentation: Add doc for runchecks, a checker runner

(brak tematu)
 2017-12-18  1:57 UTC 

[PATCH] of: build dbts with symbols when CONFIG_OF_OVERLAY is set
 2017-12-16 17:25 UTC  (3+ messages)

[PATCH] kbuild: fix dependency of dtbs targets
 2017-12-16  3:05 UTC  (5+ messages)

v4.15-rc0 perl locale warnings
 2017-12-15 20:16 UTC  (4+ messages)
  ` [PATCH] fix perl locale warnings in arch/arm/boot/

[PATCH 0/3] kbuild,kconfig: generate lexer/parser C files instead of copying _shipped files
 2017-12-15 19:50 UTC  (6+ messages)
` [PATCH 1/3] kbuild: add LEX and YACC variables
` [PATCH 2/3] kbuild: prepare to remove C files pre-generated by flex and bison

[PATCH 1/2] kconfig: use bool instead of boolean for type definition attributes, again
 2017-12-15 19:06 UTC  (4+ messages)
` [PATCH 2/2] kconfig: drop 'boolean' keyword

[PATCH] kconfig: display recursive dependency resolution hint just once
 2017-12-15 17:28 UTC  (2+ messages)

Applying Facebook's static analysis tool Infer
 2017-12-15  8:23 UTC  (3+ messages)
` [PATCH] fixdep: free memory on second error path of do_config_file
  ` [SIL2review] "

[PATCH 0/3] kconfig: Make 'm' safe before modules symbol is defined
 2017-12-14 23:27 UTC  (2+ messages)

[PATCH] kconfig: Remove menu_end_entry()
 2017-12-13 18:43 UTC  (4+ messages)

[PATCH] kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail
 2017-12-12 15:08 UTC  (3+ messages)

[PATCH v3] scripts/package: snap-pkg target
 2017-12-12 15:08 UTC  (16+ messages)

[PATCH] kconfig: Sync zconf.y with zconf.tab.c_shipped
 2017-12-12 14:58 UTC  (2+ messages)

[PATCH 0/2] Documentation: Add guidance on CONFIG default value
 2017-12-11 22:06 UTC  (2+ messages)

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

[PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
 2017-12-10  5:28 UTC  (3+ messages)

[PATCH] kconfig: fix relational operators for bool and tristate symbols
 2017-12-09 16:35 UTC  (4+ messages)

[PATCH v4 0/5] kasan: support alloca, LLVM
 2017-12-08  9:25 UTC  (11+ messages)
` [PATCH v4 1/5] kasan: add compiler support for clang
` [PATCH v4 2/5] kasan/Makefile: Support LLVM style asan parameters
` [PATCH v4 3/5] kasan: support alloca() poisoning
` [PATCH v4 4/5] kasan: Add tests for alloca poisoning
` [PATCH v4 5/5] kasan: added functions for unpoisoning stack variables

unused-variable warning is getting disabled with clang
 2017-12-08  2:16 UTC  (3+ messages)

[PATCH] Makefile: .PHONY is not a variable, but PHONY is
 2017-12-07 15:03 UTC  (2+ messages)

[PATCH] kconfig: Document the 'symbol' struct
 2017-12-07 14:53 UTC  (2+ messages)

[PATCH] kconfig: Document the 'menu' struct
 2017-12-07 14:52 UTC  (2+ messages)

[PATCH] kconfig: Warn if choice default is not in choice
 2017-12-07 14:50 UTC  (2+ messages)

[PATCH] string.h: work around for increased stack usage
 2017-12-05 22:02 UTC  (2+ messages)

[PATCH 1/2] [RFC] kbuild: add macro for controlling warnings to linux/compiler.h
 2017-12-05 20:30 UTC  (4+ messages)
` [PATCH 2/2] [RFC] disable -Wattribute-alias warning for SYSCALL_DEFINEx()

[PATCH v2 00/18] Add support for clang LTO
 2017-12-04 17:34 UTC  (8+ messages)
` [PATCH v2 11/18] arm64: make mrs_s and msr_s macros work with LTO

[PATCH v3 0/5] kasan: support alloca, LLVM
 2017-12-04 17:09 UTC  (13+ messages)
` [PATCH v3 1/5] kasan: add compiler support for clang
` [PATCH v3 2/5] kasan/Makefile: Support LLVM style asan parameters
` [PATCH v3 3/5] kasan: support alloca() poisoning
` [PATCH v3 4/5] kasan: Add tests for alloca poisonong
` [PATCH v3 5/5] kasan: added functions for unpoisoning stack variables

[PATCH] builddeb: introduce variables for control-file customization
 2017-12-04 16:50 UTC  (11+ messages)
` [PATCH v2] scripts: builddeb: allow customization of "Depends:" fields

[PATCH 0/7] Add support for GNU gold
 2017-12-01  0:36 UTC  (28+ messages)
` [PATCH 1/7] kbuild: add ld-name macro and "
` [PATCH 2/7] kbuild: add ld-if-name-version and linker-specific macros
` [PATCH 3/7] kbuild: fix LD_DEAD_CODE_DATA_ELIMINATION with GNU gold
` [PATCH 4/7] arm64: fix -m for "
` [PATCH 5/7] arm64: keep .altinstructions and .altinstr_replacement
` [PATCH 6/7] arm64: explicitly pass --no-fix-cortex-a53-843419 to GNU gold
` [PATCH 7/7] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS
` [PATCH v2 0/7] Add support for GNU gold
  ` [PATCH v2 1/7] kbuild: fix LD_DEAD_CODE_DATA_ELIMINATION
  ` [PATCH v2 2/7] arm64: keep .altinstructions and .altinstr_replacement
  ` [PATCH v2 3/7] kbuild: add ld-name macro
  ` [PATCH v2 4/7] kbuild: add __ld-ifversion and linker-specific macros
  ` [PATCH v2 5/7] arm64: fix -m for GNU gold
  ` [PATCH v2 6/7] arm64: explicitly pass --no-fix-cortex-a53-843419 to "
  ` [PATCH v2 7/7] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS

Link time optimization for LTO/x86
 2017-12-01  0:22 UTC  (26+ messages)
` [PATCH 01/21] x86/xen: Mark pv stub assembler symbol visible
` [PATCH 02/21] afs: Fix const confusion in AFS
` [PATCH 03/21] x86/timer: Don't inline __const_udelay
` [PATCH 04/21] locking/spinlocks: Mark spinlocks noinline when inline spinlocks are disabled
` [PATCH 05/21] x86/kvm: Make steal_time visible
` [PATCH 06/21] x86/syscalls: Make x86 syscalls use real prototypes
` [PATCH 07/21] x86: Make exception handler functions visible
` [PATCH 08/21] x86/idt: Make const __initconst
` [PATCH 09/21] lto: Use C version for SYSCALL_ALIAS
` [PATCH 10/21] Fix read buffer overflow in delta-ipc
` [PATCH 11/21] trace: Use -mcount-record for dynamic ftrace
` [PATCH 12/21] ftrace: Mark function tracer test functions noinline/noclone
` [PATCH 13/21] ftrace: Disable LTO for ftrace self tests
` [PATCH 14/21] lto, fs: Avoid static variable in linux/fs.h
` [PATCH 15/21] lto, x86, mm: Disable vmalloc BUILD_BUG_ON for LTO
` [PATCH 16/21] lto: Add __noreorder and mark initcalls __noreorder
` [PATCH 17/21] lto, workaround: Disable LTO for BPF
` [PATCH 18/21] lto, crypto: Disable LTO for camelia glue
` [PATCH 19/21] lto, x86: Disable LTO for realmode / vDSO / head64
` [PATCH 20/21] Kbuild, lto: Add Link Time Optimization support
` [PATCH 21/21] x86: Enable Link Time Optimization

[PATCH 0/3] Add version macros for clang and fix arm64 for clang <6.0
 2017-11-30 23:38 UTC  (15+ messages)
` [PATCH 1/3] kbuild: add clang-version.sh
` [PATCH 2/3] kbuild: add cc-if-name-version and compiler-specific variants
` [PATCH 3/3] arm64: use -mno-implicit-float instead of -mgeneral-regs-only
` [PATCH v2 0/2] Add version macros for clang
  ` [PATCH v2 1/2] kbuild: add clang-version.sh
  ` [PATCH v2 2/2] kbuild: add __cc-ifversion and compiler-specific variants

[PATCH v2 0/5] kasan: support alloca, LLVM
 2017-11-30 16:45 UTC  (14+ messages)
` [PATCH v2 1/5] kasan: support alloca() poisoning
` [PATCH v2 2/5] kasan: Add tests for alloca poisonong
` [PATCH v2 3/5] kasan: added functions for unpoisoning stack variables
` [PATCH v2 4/5] kasan: support LLVM-style asan parameters
` [PATCH v2 5/5] kasan: add compiler support for clang

[PATCH v2 12/18] kbuild: add support for clang LTO
 2017-11-29 23:30 UTC  (5+ messages)
` [v2,12/18] "

[PATCH v2] kbuild: Set KBUILD_CFLAGS before incl. arch Makefile
 2017-11-29  2:39 UTC  (7+ messages)
` [PATCH v3] "


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).