linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-20 14:43:12 to 2017-12-05 22:02:27 UTC [more...]

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

[PATCH v3] scripts/package: snap-pkg target
 2017-12-05 21:23 UTC  (12+ 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 v4 0/5] kasan: support alloca, LLVM
 2017-12-05 16:37 UTC  (10+ 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

[PATCH v2 00/18] Add support for clang LTO
 2017-12-04 17:34 UTC  (54+ messages)
` [PATCH v2 06/18] arm64: kvm: use -fno-jump-tables with clang
` [PATCH v2 09/18] arm64: explicitly pass --no-fix-cortex-a53-843419 to GNU gold
` [PATCH v2 11/18] arm64: make mrs_s and msr_s macros work with LTO
` [PATCH v2 16/18] arm64: crypto: disable LTO for aes-ce-cipher.c
` [PATCH v2 18/18] arm64: select ARCH_SUPPORTS_LTO_CLANG

[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] "

[GIT PULL] Kbuild updates for v4.15 (2nd round)
 2017-11-27 12:26 UTC  (4+ messages)

[PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
 2017-11-27 12:25 UTC  (2+ messages)

[PATCH v2] scripts/package: snap-pkg target
 2017-11-27 10:46 UTC  (3+ messages)

v4.15-rc0 perl locale warnings
 2017-11-27  9:46 UTC  (3+ messages)
  ` [PATCH] fix perl locale warnings in arch/arm/boot/

[PATCH] kbuild: drop $(extra-y) from real-objs-y
 2017-11-23 14:37 UTC 

[PATCH] kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used
 2017-11-23 14:20 UTC  (2+ messages)

[PATCH] kbuild: package: use --transform option to prefix paths in tar
 2017-11-23 14:19 UTC  (2+ messages)

[PATCH] kbuild: clean up *.i and *.lst patterns by make clean
 2017-11-23 14:18 UTC  (2+ messages)

[PATCH v4] coccinelle: fix parallel build with CHECK=scripts/coccicheck
 2017-11-23 14:18 UTC  (3+ messages)

[PATCH 1/1] kconfig/symbol.c: use correct pointer type argument for sizeof
 2017-11-23 14:13 UTC  (2+ messages)

[PATCH 0/7] Support for automatic checkpatch running in the kernel
 2017-11-21 20:03 UTC  (12+ messages)
` [PATCH 2/7] kbuild: Add P= command line flag to run checkpatch

[PATCH 0/2] Documentation: Add guidance on CONFIG default value
 2017-11-20 22:39 UTC  (3+ messages)
` [PATCH 1/2] Documentation/kbuild: Add guidance for the use of default
` [PATCH 2/2] Documentation/process: Add CONFIG default value to submit-checklist

[PATCH] Check all .c files for bad kernel-doc comments
 2017-11-20 19:14 UTC  (4+ messages)

[GIT PULL 1/2] Kbuild updates for v4.15
 2017-11-20 15:48 UTC  (5+ 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).