public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-25 13:20:43 to 2011-08-02 19:33:12 UTC [more...]

[PATCH] kconfig: Only generate config_is_xxx for bool and tristate options
 2011-08-02 19:33 UTC  (32+ messages)
` [RFC][PATCH 1/2] kconfig: Introduce KCONFIG(), KCONFIG_BUILTIN() and KCONFIG_MODULE()
  ` [RFC][PATCH 2/2] mm: Switch NUMA_BUILD and COMPACTION_BUILD to new KCONFIG() syntax
  ` [PATCH] kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()

[PATCH kernel-3.0] kbuild: Fix help text not displayed in choice option
 2011-08-02 19:30 UTC  (2+ messages)

[PATCH 2/5] um: Remove gratuitous use of $(SUBARCH) in Makefile-i386
 2011-08-01 17:52 UTC  (18+ messages)
` [PATCH 1/5] um: Use __i386__ in ifdef for vsyscall exports, not SUBARCH_i386
                ` [uml-devel] "
` [PATCH 3/5] um: Always use -m32 when building for i386
` [PATCH 4/5] um: Do not define SUBARCH in CFLAGS
` [PATCH 5/5] um: Fix SUBARCH=x86 build

[PATCH] kbuild: honor the ARCH setting of the existing configuration
 2011-08-01 17:33 UTC  (8+ messages)

[PATCH] Remove remaining references of CONFIG_GENERIC_TIME
 2011-08-01 17:20 UTC  (10+ messages)

[PATCH RFC] kconfig.h fix extraneous dependencies
 2011-08-01 13:51 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH 1/2] kconfig: Factor out conf_validate_choice_val() function from conf_read_simple()
 2011-07-31 22:21 UTC  (18+ messages)
` [PATCH 2/2] Enable 'make CONFIG_FOO=y oldconfig'

[PATCH] Enable 'make CONFIG_FOO=y oldconfig'
 2011-07-31 21:51 UTC  (33+ messages)
                              ` [PATCH v2] "
                              ` [PATCH v3] x86, kconfig: Default to ARCH=x86 to avoid overriding CONFIG_64BIT

kbuild: prevent make from deleting _shipped files
 2011-07-31 19:03 UTC  (10+ messages)
            ` [PATCH v2] "

[PATCH 2/2] This patch gives ability for add some "-fno-..." options for GCC and to force -O1 optimization. Supporting files, like Kconfig, Makefile are auto-generated due to large amount of available options
 2011-07-30 14:58 UTC  (6+ messages)
` [PATCH] Allows Kernel developer to change optimization options making code more debug friendly

[GIT] kbuild/kconfig for 3.1-rc1
 2011-07-29 20:23 UTC 

Question about "Inconsistent kallsyms data"
 2011-07-29 13:00 UTC  (2+ messages)

Build regressions/improvements in v3.0-rc7 (sound/isa/)
 2011-07-28 18:58 UTC  (9+ messages)

[PATCH 00/40] UAPI header file split [ver #3]
 2011-07-28 15:55 UTC  (40+ messages)
` [PATCH 01/40] UAPI: Add script to convert #include "..." to #include <path/...> in sys headers "
` [PATCH 02/40] UAPI: Convert #include "..." to #include <path/...> in kernel system "
` [PATCH 03/40] UAPI: Add script to audit drivers/gpu/ for #including system headers with "..." "
` [PATCH 05/40] UAPI: Add include/uapi/ directories to build "
` [PATCH 06/40] UAPI: Differentiate userspace build and kernelspace build include path sets "
` [PATCH 07/40] UAPI: Fix AHZ multiple inclusion when __KERNEL__ is removed "
` [PATCH 08/40] UAPI: ac_etime in linux/acct.h must keep its __KERNEL__ guards "
` [PATCH 09/40] UAPI: Make linux/patchkey.h easier to parse "
` [PATCH 10/40] UAPI: Don't have a #elif clause in a __KERNEL__ guard in linux/soundcard.h "
` [PATCH 11/40] UAPI: Fix nested __KERNEL__ guards in video/edid.h "
` [PATCH 12/40] UAPI: Split trivial #if defined(__KERNEL__) && X conditionals "
` [PATCH 13/40] UAPI: Remove the inclusion of linux/types.h from x86's asm/page.h "
` [PATCH 14/40] UAPI: Fix definition of HZ in asm-generic/param.h "
` [PATCH 15/40] UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspace "
` [PATCH 16/40] UAPI: Fix sigset_t ordering problem "
` [PATCH 17/40] UAPI: Fix E820_X_MAX "
` [PATCH 18/40] UAPI: Fix linux/netfilter.h inclusion order "
` [PATCH 19/40] UAPI: Fix linux/input.h "
` [PATCH 20/40] UAPI: Fix up linux/netfilter/xt_policy.h "
` [PATCH 21/40] UAPI: Fix linux/auto_fs.h inclusion order "
` [PATCH 22/40] UAPI: Fix drmP.h to use #include <...> when referring to system header files "
` [PATCH 23/40] UAPI: sound/sound_core.c should include linux/fs.h "
` [PATCH 24/40] UAPI: Fix SNDRV_*_ENDIAN ordering problem "
` [PATCH 25/40] UAPI: Fix u_quad_t ordering problem in linux/coda.h "
` [PATCH 26/40] UAPI: Fix "
` [PATCH 27/40] UAPI: Guard linux/isdn_divertif.h "
` [PATCH 28/40] UAPI: Guard linux/sound.h "
` [PATCH 29/40] UAPI: Fix linux/ncp.h "
` [PATCH 30/40] UAPI: Fix x86_64 system call count and generation "
` [PATCH 31/40] UAPI: Fix arch/mips/include/asm/Kbuild to have separate header-y lines "
` [PATCH 32/40] UAPI: Add a script to create a commit to set up new UAPI dirs "
` [PATCH 33/40] UAPI: Set up UAPI Kbuild files "
` [PATCH 34/40] UAPI: Plumb the UAPI Kbuilds into the user header handling system "
` [PATCH 35/40] UAPI: Set up uapi/asm/Kbuild.asm "
` [PATCH 36/40] UAPI: Move linux/version.h "
` [PATCH 37/40] UAPI: Make UAPI headers install to usr/include/ "
` [PATCH 38/40] UAPI: Fix the page-types query program in the docs "
` [PATCH 39/40] UAPI: Fix the x86 test_get_len tool "
` [PATCH 40/40] UAPI: Scripts to disintegrate header files "

[PATCH 01/40] UAPI: Add script to convert #include "..." to #include <path/...> in sys headers
 2011-07-28 15:48 UTC 

'make distclean' silently removes empty files
 2011-07-28 14:01 UTC  (2+ messages)

[GIT] kbuild misc for 3.1-rc1
 2011-07-25 23:36 UTC 

[GIT] kbuild packaging fix for 3.1-rc1
 2011-07-25 23:32 UTC 

[GIT] kbuild updates for 3.1-rc1
 2011-07-25 23:05 UTC 

[PATCH] xconfig: merge code path to conf_write()
 2011-07-25 21:24 UTC  (5+ messages)

CONTACT morris_frank@live.com ) WITH YOUR ANSWER
 2011-07-25 14:08 UTC 

CONTACT morris_frank@live.com ) WITH YOUR ANSWER
 2011-07-25 14:18 UTC 

[PATCH] kbuild: incremental tags updating with GNU GLOBAL
 2011-07-25 13:37 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