linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-06 22:35:40 to 2018-06-19 09:14:57 UTC [more...]

[PATCH v3 0/3] mtd: rawnand: denali: add new clocks and improve setup_data_interface
 2018-06-19  9:14 UTC  (13+ messages)
` [PATCH v3 1/3] mtd: rawnand: denali_dt: add more clocks based on IP datasheet
` [PATCH v3 2/3] mtd: rawnand: denali_dt: use dev as a shorthand of &pdev->dev
` [PATCH v3 3/3] mtd: rawnand: denali: optimize timing parameters for data interface

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

[RFC PATCH 0/5] kbuild: build modules from code in multiple directories
 2018-06-19  5:03 UTC  (13+ messages)
` [PATCH 1/5] kbuild: detect directories in components of a module
` [PATCH 5/5] kbuild: Add documentation for modobj-m
` [PATCH 3/5] kbuild: support building of per-directory mod.a
  ` [PATCH 3/5 - v2] "
` [PATCH 4/5] kbuild: disable KBUILD_MODNAME when building for mod.a
` [PATCH 2/5] kbuild: treat a directory listed in a composite object as foo/mod.a

uapi headers userspace build results
 2018-06-19  1:47 UTC  (2+ messages)

[PATCH] stack-protector: Fix test with 32-bit userland and CONFIG_64BIT=y
 2018-06-18 17:45 UTC 

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

[PATCH 0/3] Resolve -Wattribute-alias warnings from SYSCALL_DEFINEx()
 2018-06-18 13:05 UTC  (10+ messages)
` [PATCH 1/3] kbuild: add macro for controlling warnings to linux/compiler.h
` [PATCH 2/3] disable -Wattribute-alias warning for SYSCALL_DEFINEx()
` [PATCH 3/3] Revert "powerpc: fix build failure by disabling attribute-alias warning in pci_32"

[RFC v7 0/1] mconf: global i-search in menu prompts
 2018-06-17 12:15 UTC  (2+ messages)
` [RFC v7 1/1] "

[PATCH] Kbuild: fix mismatched if/endif pairs
 2018-06-17 11:36 UTC 

[PATCH] Kbuild: fix mismatched if/endif pairs
 2018-06-17 10:16 UTC 

[PATCH 1/2] kbuild: do not update config when running install targets
 2018-06-17  0:07 UTC  (2+ messages)
` [PATCH 2/2] kbuild: do not update config for 'make kernelrelease'

/bin/sh: 1: .: Can't open scripts/kconfig/.mconf-cfg
 2018-06-16 11:10 UTC 

[RFC v6 0/1] mconf: global i-search in menu structure
 2018-06-15 22:29 UTC  (2+ messages)
` [RFC v6 1/1] "

[PATCH v5 0/3] extern inline native_save_fl for paravirt
 2018-06-15  4:04 UTC  (9+ 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

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

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)

[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()

[PATCH v5 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
 2018-06-11 16:00 UTC  (4+ messages)

[PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
 2018-06-11 15:46 UTC  (17+ messages)

[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  (8+ messages)
` [PATCH v5 21/31] kconfig: show compiler version text in the top comment
` [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  (12+ messages)
` [PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations

[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  (4+ 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 


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