linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-09 09:02:48 to 2009-11-24 09:28:04 UTC [more...]

Fast LKM symbol resolution
 2009-11-24  9:28 UTC  (42+ messages)
` [PATCH 0/10] module: Speed up symbol resolution during module loading (using binary search)
` [PATCH 01/10] ARM: use unified discard definition in linker script
` [PATCH 02/10] ARM: unexport symbols used to implement floating point emulation
` [PATCH 03/10] module: extract __EXPORT_SYMBOL from module.h into mod_export.h
` [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
` [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
` [PATCH 06/10] module: refactor symbol tables and try to reduce code size of each_symbol()
` [PATCH 07/10] lib: Add generic binary search function to the kernel
` [PATCH 08/10] lib: bsearch - remove redundant special case for arrays of size 0
` [PATCH 09/10] module: speed up find_symbol() using binary search on the builtin symbol tables
` [PATCH 10/10] module: fix is_exported() to return true for all types of exports

Stepping down as kbuild maintainer
 2009-11-24  9:15 UTC  (12+ messages)
` [PATCH] kbuild: Steppeing down as Maintainer

Stepping down as kbuild maintainer
 2009-11-23 21:14 UTC 

[PATCH][GIT PULL] kconfig: Fix make O=<dir> local{mod,yes}config
 2009-11-20 15:12 UTC 

[PATCH][GIT PULL][v2.6.32] tracing/x86: Add check to detect GCC messing with mcount prologue
 2009-11-20  5:32 UTC 

[PATCH] kconfig: Add missing prototype
 2009-11-19  7:35 UTC  (4+ messages)

[PATCH] Kbuild: clean up marker
 2009-11-19  1:02 UTC  (6+ messages)
` [PATCH] Kbuild: clear marker out of modpost

[PATCH v2] Kbuild: clean up marker
 2009-11-19  0:44 UTC 

[PATCH 0/3] powerpc: Add support for FIT uImages
 2009-11-18 21:51 UTC  (5+ messages)
` [PATCH 1/3] powerpc: Use scripts/mkuboot.sh instead of 'mkimage'
` [PATCH 2/3] powerpc: Add support for creating FIT uImages
` [PATCH 3/3] powerpc: Add support for ram filesystems in "

[patch 3/3] kconfig CROSS_COMPILE option
 2009-11-17 22:45 UTC 

[patch 1/3] kbuild: generate modules.builtin
 2009-11-17 22:45 UTC 

[patch 2/3] kbuild: rebuild fix for Makefile.modbuiltin
 2009-11-17 22:45 UTC 

Dear webmail user
 2009-11-14  1:29 UTC 

[PATCH/RFC 0/4] user remarks for config symbols
 2009-11-12 12:16 UTC  (6+ messages)
` [PATCH 1/4] Support loading and saving custom "
` [PATCH 2/4] menuconfig: allow editing of "
` [PATCH 3/4] xconfig: "
` [PATCH 4/4] make config / oldconfig: "

[PATCH v2] add userspace API headfile for net hardware time-stamp to kbuild
 2009-11-12 15:16 UTC  (2+ messages)

[PATCH] add userspace API headfile for net hardware time-stamp to kbuild
 2009-11-12  9:44 UTC 

[PATCH/RFC] fb: put framebuffer drivers back under the "frame buffer devices" menu
 2009-11-11  7:35 UTC  (3+ messages)

[PATCH] x86 VSDO: fix Kconfig help
 2009-11-11  6:27 UTC  (3+ messages)

re
 2009-11-10  6:55 UTC 

You'll tap any woman you want
 2009-11-09 14:10 UTC 

[PATCH 0/10] module: Speed up symbol resolution during module loading (using binary search)
 2009-11-09  2:49 UTC  (12+ messages)
` [PATCH 01/10] ARM: use unified discard definition in linker script
` [PATCH 02/10] ARM: unexport symbols used to implement floating point emulation
` [PATCH 03/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
` [PATCH 04/10] module: extract EXPORT_SYMBOL() from module.h into mod_export.h
` [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
` [PATCH 06/10] module: refactor symbol tables and try to reduce code size of each_symbol()
` [PATCH 07/10] lib: Add generic binary search function to the kernel
` [PATCH 08/10] lib: bsearch - remove redundant special case for arrays of size 0
` [PATCH 09/10] module: speed up find_symbol() using binary search on the builtin symbol tables
` [PATCH 10/10] module: fix is_exported() to return true for all types of exports

[PATCH] kbuild: Allow to use depmod from a non default install
 2009-11-08 21:34 UTC 

Refresh your B0DY!
 2009-11-08 11:52 UTC 

[PATCH] nconfig v5
 2009-11-07 22:10 UTC  (8+ messages)
    ` [PATCH] nconfig v6

[PATCH] nconfig v5
 2009-11-06 14:39 UTC 

Good solution for all your needs!
 2009-11-06  6:30 UTC 

[PATCH] deb-pkg: Make deb-pkg generate a seperate linux-libc-dev deb
 2009-11-05  0:31 UTC  (5+ messages)

[PATCH resend 0/2] fakeroot dwimery for scripts/package/*
 2009-11-04 21:22 UTC  (10+ messages)
` [PATCH resend 1/2] scripts/package: add ROOTCMD variable
` [PATCH resend 2/2] scripts/package: use fakeroot if available
      ` [PATCH v2 0/2] fakeroot dwimery for scripts/package/*
        ` [PATCH v2 1/2] scripts/package: add KBUILD_PKG_ROOTCMD variable
        ` [PATCH v2 2/2] scripts/package: use fakeroot if available

[patch 2/4] kbuild: generate modules.builtin
 2009-11-04 17:28 UTC  (2+ messages)

[patch 1/4] x86: _end symbol missing from Symbol.map
 2009-11-04 15:19 UTC 

[patch 4/4] kconfig CROSS_COMPILE option
 2009-11-04 15:19 UTC 

[patch 3/4] kbuild: rebuild fix for Makefile.modbuiltin
 2009-11-04 15:19 UTC 

[PATCH] um: minor Makefile simplification through use of cc-ifversion
 2009-11-03 19:55 UTC  (2+ messages)

[PATCH 4/4] module: speed up find_symbol() using binary search on the builtin symbol tables
 2009-11-03 15:34 UTC  (6+ messages)
` [PATCH 1/2] lib: Add generic binary search function to the kernel

GRANT AWARD - 2009
 2009-10-29 11:55 UTC 

[remarks 1/4] Support loading and saving custom remarks for config symbols
 2009-10-28 22:53 UTC  (4+ messages)
  ` [remarks 2/4] menuconfig: allow editing of "
  ` [remarks 3/4] xconfig: "
  ` [remarks 4/4] make config / oldconfig: "

[remarks 0/4] user remarks for config symbols
 2009-10-28 22:53 UTC 

[PATCH] kallsyms: clean up alignment (potentially save a few bytes on ARM)
 2009-10-25 15:05 UTC 

Compiling 2.6.31/31.5
 2009-10-25 11:06 UTC  (2+ messages)

unifdef problem (xen)
 2009-10-22 20:29 UTC  (3+ messages)

Fast LKM symbol resolution with SysV ELH hash table
 2009-10-21 13:48 UTC  (12+ messages)

[PATCH] nconfig v4
 2009-10-21  6:47 UTC  (5+ messages)

[PATCH 0/14 v2] kbuild: Move files to include/generated
 2009-10-18  8:15 UTC  (15+ messages)
` [PATCH 01/14] kbuild: search arch/$ARCH/include before include/
` [PATCH 02/14] dontdiff: add generated
` [PATCH 03/14] kbuild: move bounds.h to include/generated
` [PATCH 04/14] kbuild: move asm-offsets.h "
` [PATCH 05/14] ia64: move nr-irqs.h "
` [PATCH 06/14] arm: move mach-types "
` [PATCH 07/14] sh: move machtypes.h "
` [PATCH 08/14] kbuild: drop include2/ used for O=... builds
` [PATCH 09/14] kbuild: do not check for include/asm-$ARCH
` [PATCH 10/14] kbuild: drop include/asm
` [PATCH 11/14] kbuild: move compile.h to include/generated
` [PATCH 12/14] drop explicit include of autoconf.h
` [PATCH 13/14] kbuild: move autoconf.h to include/generated
` [PATCH 14/14] kbuild: move utsrelease.h "

32-rc1: "CROSS_COMPILE changed" message breaks compilation
 2009-10-17 18:41 UTC  (6+ messages)

(no subject)
 2009-10-14 15:16 UTC 

Protect yourself from ilness
 2009-10-14  9:07 UTC 

[GIT PULL] kbuild fixes
 2009-10-14  6:43 UTC  (7+ messages)

[PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
 2009-10-11 21:43 UTC  (3+ messages)

kbuild generating prefix-foo.o from foo.c
 2009-10-11 10:28 UTC  (4+ 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).