public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-10 16:28:07 to 2011-07-30 15:06:52 UTC [more...]

[PATCH] Added hacking menu for override optimization by GCC
 2011-07-30 14:58 UTC  (10+ messages)
  ` [PATCH 1/2] "
  ` [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
      ` [PATCH] Allows Kernel developer to change optimization options making code more debug friendly

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

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

[PATCH] kconfig: Only generate config_is_xxx for bool and tristate options
 2011-07-29 18:58 UTC  (33+ 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()

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)

[RFC 0/4] streamline_config clean-ups
 2011-07-25 13:14 UTC  (11+ messages)
` [RFC 1/4] kbuild: export MAKECMDGOALS

[PATCH 1/9] stringify: add HEX_STRING()
 2011-07-24 21:38 UTC  (18+ messages)
            ` [PATCH] media/Kconfig: fix hexadecimal prefix for `hex' symbols

Your Mail Quota Has Exceeded The Set Quota
 2011-07-23 11:46 UTC 

[PATCH] modpost: Fix modpost's license checking
 2011-07-21  6:46 UTC  (10+ messages)
` [PATCH] modpost: Fix modpost's license checking V2
          ` [PATCH] modpost: Fix modpost's license checking V3

[PATCH] kconfig/nconf: remove useless conditionnal
 2011-07-21  5:08 UTC  (3+ messages)

[PATCH] kbuild: silence generated makefile message
 2011-07-20 15:12 UTC  (8+ messages)
    ` [PATCH V2] "
        ` [PATCH V3] "

[RFC] Kconfig library check merge
 2011-07-19 13:06 UTC  (4+ messages)
` [RFC 0/7] "

[PATCH] nconfig: prevent segfault on empty menu
 2011-07-18 19:02 UTC  (13+ messages)
` [PATCH 1/2] kconfig/nconf: use the generic menu_get_ext_help()
  ` [PATCH 2/2] kconfig/nconf: prevent segfault on empty menu

[PATCH] Avoid Wunused-but-set warning
 2011-07-18 19:00 UTC  (27+ messages)

[PATCH] kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.h
 2011-07-18 15:26 UTC  (5+ messages)

linux-next: Tree for July 7 (kconfig regression)
 2011-07-15  1:58 UTC 

[PATCH] kbuild: Do not write to builddir in modules_install
 2011-07-13 22:19 UTC  (5+ messages)

[GIT] kbuild depmod fix
 2011-07-13 11:32 UTC 

[PATCH 0/9] Random kconfig patches
 2011-07-12  9:04 UTC  (5+ messages)
` [PATCH 0/5] Random kconfig patches (second iteration)


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