Tim Abbott ([email protected])

Number of posts: 241 (0.66 per day)
First post: 2009-06-12 14:52:37
Last post: 2010-06-15 02:52:14

Date List Subject
2009-09-24 14:41:38 linux-kernel [PATCH v2 09/11] powerpc: Cleanup linker script using new linker script macros.
2009-09-24 14:41:34 linux-kernel [PATCH v2 11/11] alpha: Clean up linker script using new linker script macros.
2009-09-24 14:41:22 linux-kernel [PATCH v2 04/11] xtensa: Cleanup linker script using new linker script macros.
2009-09-24 14:40:59 linux-kernel [PATCH v2 01/11] Optimize the ordering of sections in RW_DATA_SECTION.
2009-09-24 14:39:00 linux-kernel [PATCH v2 08/11] blackfin: Cleanup linker script using new linker script macros.
2009-09-24 14:38:39 linux-kernel [PATCH v2 03/11] parisc: Remove useless altinstructions code copied from x86.
2009-09-24 14:37:44 linux-kernel [PATCH v2 05/11] um: Clean up linker script using standard macros.
2009-09-24 14:37:23 linux-kernel [PATCH v2 10/11] alpha: use .data.init_task instead of .data.init_thread.
2009-09-24 14:37:15 linux-kernel [PATCH v2 06/11] h8300: Cleanup linker script using new linker script macros.
2009-09-24 14:37:07 linux-kernel [PATCH v2 02/11] parisc: Clean up linker script using new linker script macros.
2009-09-24 14:37:04 linux-kernel [PATCH v2 00/11] Linker script cleanups for various architectures
2009-09-24 14:36:58 linux-kernel [PATCH v2 07/11] mn10300: Clean up linker script using higher-level macros.
2009-09-24 14:27:47 linux-kernel Re: [GIT PULL] m32r: Cleanup linker script
2009-09-23 18:37:03 linux-kernel Re: [PATCH 01/13] Optimize the ordering of sections in RW_DATA_SECTION.
2009-09-23 17:34:49 linux-kernel [PATCH 0/2] Use generic binary search function
2009-09-23 17:34:39 linux-kernel [PATCH 2/2] module: use bsearch in find_symbol_in_kernel_section.
2009-09-23 17:34:33 linux-kernel Re: [PATCH 3/4] module: unexport each_symbol()
2009-09-23 17:29:45 linux-kernel [PATCH 1/2] lib: Add generic binary search function to the kernel.
2009-09-23 13:47:41 linux-kernel Re: [GIT PULL] m32r: Cleanup linker script
2009-09-22 17:13:12 linux-kernel [PATCH v2] blackfin: Cleanup linker script using new linker script macros.
2009-09-22 17:11:24 linux-kernel [PATCH v2] Linker script cleanup for blackfin
2009-09-22 17:00:15 linux-kernel [PATCH v2 2/2] m68knommu: Clean up linker script using new linker script macros.
2009-09-22 16:57:32 linux-kernel [PATCH v2 0/2] Linker script cleanup patches for m68knommu
2009-09-22 16:57:21 linux-kernel [PATCH v2 1/2] m68knommu: Make THREAD_SIZE available to assembly files.
2009-09-22 15:53:27 linux-kernel Re: [PATCH] blackfin: Cleanup linker script using new linker script macros.
2009-09-22 15:41:50 linux-kernel Re: [PATCH] blackfin: Cleanup linker script using new linker script macros.
2009-09-22 15:31:53 linux-kernel Re: [PATCH] blackfin: Cleanup linker script using new linker script macros.
2009-09-22 15:18:58 linux-kernel [PATCH v2] Linker script cleanup for powerpc
2009-09-22 15:18:39 linux-kernel [PATCH] powerpc: Cleanup linker script using new linker script macros.
2009-09-22 14:26:27 linux-kernel [PATCH 09/13] parisc: Remove useless altinstructions code copied from x86.
2009-09-22 14:26:19 linux-kernel [PATCH 04/13] m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h.
2009-09-22 14:26:16 linux-kernel [PATCH 06/13] m32r: Move the spi_stack_top and spu_stack_top into .init.data section.
2009-09-22 14:25:59 linux-kernel [PATCH 05/13] m32r: Remove unused .altinstructions and .exit.* code from linker script.
2009-09-22 14:25:34 linux-kernel [PATCH 01/13] Optimize the ordering of sections in RW_DATA_SECTION.
2009-09-22 14:25:00 linux-kernel [PATCH 11/13] um: Clean up linker script using standard macros.
2009-09-22 14:23:42 linux-kernel [PATCH 13/13] mn10300: Clean up linker script using higher-level macros.
2009-09-22 14:23:36 linux-kernel [PATCH 12/13] h8300: Cleanup linker script using new linker script macros.
2009-09-22 14:23:30 linux-kernel [PATCH 03/13] m32r: Define THREAD_SIZE only once.
2009-09-22 14:23:27 linux-kernel [PATCH 10/13] xtensa: Cleanup linker script using new linker script macros.
2009-09-22 14:23:24 linux-kernel [PATCH 08/13] parisc: Clean up linker script using new linker script macros.
2009-09-22 14:23:16 linux-kernel [PATCH 02/13] m32r: make PAGE_SIZE available to assembly.
2009-09-22 14:23:11 linux-kernel [PATCH 00/13] Linker script cleanup patches for various architectures
2009-09-22 14:23:05 linux-kernel [PATCH 07/13] m32r: Cleanup linker script using new linker script macros.
2009-09-20 22:18:45 linux-kernel [PATCH v4 4/4] Use macros for .data.page_aligned section.
2009-09-20 22:17:34 linux-kernel [PATCH v4 0/4] Use macros rather than hardcoding section names
2009-09-20 22:15:05 linux-kernel [PATCH v4 3/4] Use macros for .bss.page_aligned section.
2009-09-20 22:14:50 linux-kernel [PATCH v4 2/4] Use new __init_task_data macro in arch init_task.c files.
2009-09-20 22:14:41 linux-kernel [PATCH v4 1/4] kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.
2009-09-20 21:24:52 linux-kernel Re: [PATCH v3 1/4] kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.
2009-09-20 18:47:36 linux-kernel [PATCH v3 4/4] Use macros for .data.page_aligned section.
2009-09-20 18:47:30 linux-kernel [PATCH v3 0/4] Use macros rather than hardcoding section names