linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-09-20 18:30:17 to 2009-11-06 05:37:57 UTC [more...]

Fast LKM symbol resolution
 2009-11-06  5:37 UTC  (34+ 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

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

module: Speed up symbol resolution during module loading
 2009-11-03 15:34 UTC  (26+ messages)
` [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
` [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
` [PATCH 3/4] module: unexport each_symbol()
` [PATCH 4/4] module: speed up find_symbol() using binary search on the builtin symbol tables
  ` [PATCH 0/2] Use generic binary search function
  ` [PATCH 1/2] lib: Add generic binary search function to the kernel
  ` [PATCH 2/2] module: use bsearch in find_symbol_in_kernel_section

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  (10+ 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)

[PATCH] kconfig: simplification of scripts/extract-ikconfig
 2009-10-07 13:20 UTC  (4+ messages)

One Million Pounds
 2009-10-06  9:39 UTC 

[patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
 2009-09-30 13:50 UTC  (9+ messages)

[PATCH] linux-next: 20090926 - drop autoconf.h from DRBD driver
 2009-09-28  8:50 UTC  (6+ messages)
      ` [Drbd-dev] "

Make a pleasure more durable
 2009-09-27 12:21 UTC 

[patch] Makefile: can't build modules outside the kernel tree if it was built using O=
 2009-09-27  8:44 UTC  (7+ messages)
    ` [PATCH] warn about use of uninstalled kernel headers

[PATCH] Makefile: Fix size_append issue for bzip2/lzma kernel
 2009-09-27  8:38 UTC  (4+ messages)
` [PATCH] scripts: use non-builtin echo for '-e'

[PATCH,resend] kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT set
 2009-09-27  8:29 UTC  (2+ messages)

[PATCH 1/2] kbuild: scripts/package: use $(ROOTCMD) to become root
 2009-09-25 23:16 UTC  (2+ messages)
` [PATCH 2/2] kbuild: scripts/package: set ROOTCMD="fakeroot -u" by default

[GIT] kbuild - 2nd batch
 2009-09-25 19:57 UTC  (2+ messages)

[GIT] fixes for alpha+mips
 2009-09-25 19:13 UTC 

[PATCH] kbuild: generate modules.builtin
 2009-09-25 15:13 UTC 

[patch 09/18] kbuild: generate modules.builtin
 2009-09-25 11:04 UTC  (4+ messages)
` Feedback on "kbuild: generate modules.builtin"

module: Speed up symbol resolution during module loading
 2009-09-24  0:08 UTC  (9+ messages)
` [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
` [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
` [PATCH 3/4] module: unexport each_symbol()
` [PATCH 4/4] module: speed up find_symbol() using binary search on the builtin symbol tables

[PATCH] Fix linking modules against crtsavres.o
 2009-09-23 20:14 UTC 

[patch 11/18] kconfig CROSS_COMPILE option
 2009-09-23  7:16 UTC  (8+ messages)

[GIT] kbuild
 2009-09-21 17:56 UTC 

[PATCH] arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0
 2009-09-20 18:30 UTC  (2+ 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).