public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-02 09:08:12 to 2018-06-14 21:38:43 UTC [more...]

[PATCHv4 0/3] Salted build ids via linker sections
 2018-06-14 21:38 UTC  (14+ messages)
` [PATCHv4 1/3] scripts: Preprocess module-common.lds
` [PATCHv4 2/3] kbuild: Introduce build-salt linker section and config option
` [PATCHv4 3/3] x86: Add build salt to the vDSO and kernel linker scripts

[PATCH v5 0/3] extern inline native_save_fl for paravirt
 2018-06-14 20:59 UTC  (7+ messages)
` [PATCH v5 1/3] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v5 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH v5 3/3] x86: paravirt: make native_save_fl extern inline

[PATCH 0/3] Some more changes for stack protector config symbols
 2018-06-14 16:13 UTC  (5+ messages)
` [PATCH 1/3] x86: fix dependency of X86_32_LAZY_GS
` [PATCH 2/3] kconfig: tinyconfig: remove stale stack protector fixups
` [PATCH 3/3] Kbuild: rename HAVE_CC_STACKPROTECTOR config variable

[PATCH v2 0/3] net: bpfilter: clean-up build rules
 2018-06-14 14:39 UTC  (2+ messages)
` [PATCH v2 3/3] bpfilter: check compiler capability in Kconfig

[GIT PULL] Kbuild updates for 4.18 (2nd round)
 2018-06-14 10:38 UTC  (9+ messages)

[PATCH v4 1/9] Makefile: Prepare for using macros for inline asm
 2018-06-13 22:19 UTC  (4+ messages)

Syncing .version and VERSION
 2018-06-13 12:19 UTC 

[PATCH v2] nconf: respect i-search pattern boundaries
 2018-06-13  5:28 UTC  (4+ messages)

uapi headers userspace build results
 2018-06-13  0:07 UTC 

[PATCH v4 0/3] extern inline native_save_fl for paravirt
 2018-06-12 21:36 UTC  (13+ messages)
` [PATCH v4 1/3] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v4 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH v4 3/3] x86: paravirt: make native_save_fl extern inline

[PATCH] nconf: respect i-search search pattern boundaries
 2018-06-12 19:01 UTC  (3+ messages)

[PATCH 1/2] [RFC] kbuild: add macro for controlling warnings to linux/compiler.h
 2018-06-11 21:19 UTC  (3+ messages)
` [PATCH 2/2] [RFC] disable -Wattribute-alias warning for SYSCALL_DEFINEx()

[RESEND PATCH v5 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-06-11 16:00 UTC  (26+ messages)
` [PATCH v5 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v5 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH v5 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization

[RFC v5 0/1] i-search navigation for mconf
 2018-06-11 12:51 UTC  (2+ messages)
` [RFC v5 1/1] "

[RFC PATCH] kbuild: clean-up passing KCOV compiler flags
 2018-06-11  3:45 UTC 

[PATCH] linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()
 2018-06-11  2:35 UTC 

[PATCH v3 1/9] Makefile: Prepare for using macros for inline asm
 2018-06-10 14:19 UTC 

[PATCH v5 00/31] kconfig: move compiler capability tests to Kconfig
 2018-06-10 14:19 UTC  (14+ messages)
` [PATCH v5 21/31] kconfig: show compiler version text in the top comment
` [PATCH v5 24/31] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH v5 27/31] kcov: test compiler capability in Kconfig and correct dependency

[PATCH] kconfig: fix localmodconfig
 2018-06-10 13:29 UTC  (3+ messages)

[PATCH] kbuild: fix endless syncconfig in case arch Makefile sets CROSS_COMPILE
 2018-06-09 11:36 UTC  (3+ messages)

[RFC v4 0/1] i-search functionality for mconf
 2018-06-09  7:40 UTC  (5+ messages)
` [RFC v4 1/1] "

[PATCH] trace: fix SKIP_STACK_VALIDATION=1 build
 2018-06-08 22:08 UTC  (2+ messages)

[PATCH] uapi: Make generic uapi headers compile standalone
 2018-06-08 20:48 UTC  (10+ messages)

[PATCH v5 03/31] kconfig: reference environment variables directly and remove 'option env='
 2018-06-08 17:53 UTC  (2+ messages)
` [v5, "

master regression: localmodconfig Can't open arch/$(SRCARCH)/Kconfig
 2018-06-08 14:33 UTC 

[PATCH v2 0/2] extern inline native_save_fl for paravirt
 2018-06-08 14:34 UTC  (24+ messages)
` [PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v2 2/2] x86: paravirt: make native_save_fl extern inline

[RFC v3 0/1] Emacs-like isearch for mconf
 2018-06-08  9:35 UTC  (2+ messages)
` [RFC v3 1/1] "

[PATCH] [net-next, wrong] make BPFILTER_UMH depend on X86
 2018-06-08  9:40 UTC  (8+ messages)

[RFC 0/1] mconf: Emacs-like isearch
 2018-06-08  7:56 UTC  (9+ messages)

[PATCH v3 0/3] extern inline native_save_fl for paravirt
 2018-06-07 20:15 UTC  (8+ messages)
` [PATCH v3 1/3] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v3 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH v3 3/3] x86: paravirt: make native_save_fl extern inline

tools/build/Build.include: fix # escaping in .cmd files for future Make
 2018-06-07 14:58 UTC 

[RFC v2 0/1] Emacs-like isearch for mconf
 2018-06-07 13:53 UTC 

[PATCH v2] selftests: add headers_install to lib.mk
 2018-06-07 11:09 UTC  (5+ messages)
` [PATCH v3] "
` [PATCH v4] "

[RFC 1/1] Emacs-like isearch for mconf
 2018-06-06 23:03 UTC  (3+ messages)

[PATCH] uapi: Make generic uapi headers compile standalone
 2018-06-06 22:37 UTC 

[GIT PULL 2/2] Kconfig updates for v4.18
 2018-06-06 18:41 UTC  (2+ messages)

[GIT PULL 1/2] Kbuild updates for v4.18
 2018-06-06 17:06 UTC 

[PATCH v3] kbuild: check for pkg-config on make {menu,n,g.x}config
 2018-06-06  0:41 UTC  (3+ messages)

[PATCH] kconfig: Avoid format overflow warning from GCC 8.1
 2018-06-05 13:15 UTC  (2+ messages)

[PATCH 1/2] kbuild: Add testconfig into make help output
 2018-06-05 13:15 UTC  (3+ messages)
` [PATCH 2/2] kbuild: Move last word of nconfig help to the previous line

[PATCH v5 2/4] powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile
 2018-06-04 14:11 UTC  (2+ messages)
` [v5, "

[PATCH v5 3/4] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
 2018-06-04 14:11 UTC  (2+ messages)
` [v5, "

[PATCH v5 1/4] powerpc/kbuild: set default generic machine type for 32-bit compile
 2018-06-04 14:11 UTC  (2+ messages)
` [v5, "

[2/3] x86/build: use -std=gnu89 for proper extern inline semantics
 2018-06-04  8:12 UTC 


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