messages from 2009-09-18 04:52:57 to 2009-11-03 13:29:52 UTC [more...]
Fast LKM symbol resolution
2009-11-03 13:29 UTC (17+ 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
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)
[PATCH resend 0/2] fakeroot dwimery for scripts/package/*
2009-10-15 13:39 UTC (9+ 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
(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] "
module: Speed up symbol resolution during module loading
2009-09-27 17:05 UTC (24+ 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
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 (12+ 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 (5+ 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)
[patch 15/18] kbuild: check if linker supports the -X option
2009-09-19 1:53 UTC (2+ messages)
[patch 12/18] kbuild: fix cc1 options check to ensure we do not use -fPIC when compiling
2009-09-18 19:49 UTC
[patch 13/18] gconfig: disable "typeahead find" search in treeviews
2009-09-18 19:49 UTC
[patch 14/18] kbuild: fix ld-option Makefile macro to really work
2009-09-18 19:49 UTC
[patch 10/18] kbuild: rebuild fix for Makefile.modbuiltin
2009-09-18 19:49 UTC
[patch 17/18] kbuild: fail build if recordmcount.pl fails
2009-09-18 19:49 UTC
[patch 16/18] kbuild: echo the record_mcount command
2009-09-18 19:49 UTC
[patch 18/18] kbuild: set -fconserve-stack option for gcc 4.5
2009-09-18 19:49 UTC
[patch 01/18] gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma
2009-09-18 19:49 UTC
[patch 04/18] ctags: usability fix
2009-09-18 19:49 UTC
[patch 05/18] checkincludes.pl: close file as soon as we're done with it
2009-09-18 19:49 UTC
[patch 06/18] checkincludes.pl: provide usage helper
2009-09-18 19:49 UTC
[patch 07/18] checkincludes.pl: add option to remove duplicates in place
2009-09-18 19:49 UTC
[patch 08/18] markup_oops: use modinfo to avoid confusion with underscored module names
2009-09-18 19:49 UTC
[patch 02/18] kernel hacking: move STRIP_ASM_SYMS from General
2009-09-18 19:49 UTC
[patch 03/18] kbuild: add static to prototypes
2009-09-18 19:49 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).