Joe Damato ([email protected])

Number of posts: 24 (0.01 per day)
First post: 2008-10-24 06:25:26
Last post: 2013-05-13 07:27:19

Date List Subject
2013-05-13 07:27:19 linux-kernel Re: [PATCH] x86: Reduce duplicated code in the x86_64 context switch path.
2013-05-13 07:20:50 linux-kernel [PATCH v2] x86: Reduce duplicated code in the x86_64 context switch path.
2013-05-13 05:15:01 linux-kernel [PATCH] x86: Reduce duplicated code in the x86_64 context switch path.
2009-04-23 21:22:18 linux-kernel Re: [PATCH] X86-32: Let gcc decide whether to inline memcpy was Re: New x86 warning
2009-04-22 23:49:21 linux-kernel Re: [PATCH] X86-32: Let gcc decide whether to inline memcpy was Re: New x86 warning
2009-03-29 21:50:57 linux-kernel Re: [PATCH 1/2] x86: Add getter/setter static inlines for x86 descriptors
2009-03-29 21:22:53 linux-kernel [PATCH 2/2] x86: Replace direct access to descriptor fields with getter/setters
2009-03-29 21:22:37 linux-kernel [PATCH 1/2] x86: Add getter/setter static inlines for x86 descriptors
2009-03-29 21:22:11 linux-kernel [PATCH 0/2] x86: Remove direct access to internal x86 descriptor fields
2008-10-27 21:16:17 linux-kernel Re: [PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs
2008-10-25 03:34:51 linux-kernel [PATCH 02/12] x86: Use new gate_struct for gate_desc
2008-10-25 03:34:34 linux-kernel [PATCH 04/12] x86: Add macros for gate_desc
2008-10-25 03:34:11 linux-kernel [PATCH 05/12] x86: Refactor pack_gate for gate_desc
2008-10-25 03:33:49 linux-kernel [PATCH 08/12] x86: Use static intializer for IDT entries
2008-10-25 03:33:34 linux-kernel [PATCH 11/12] x86: Use macros for getting/setting descriptors
2008-10-25 03:33:20 linux-kernel [PATCH 12/12] x86: Use struct fields instead of bitmasks
2008-10-25 03:32:54 linux-kernel [PATCH 10/12] x86: Use static initializers for descriptors
2008-10-25 03:32:40 linux-kernel [PATCH 09/12] x86: Add static initiazlier for descriptors
2008-10-25 03:32:25 linux-kernel [PATCH 07/12] x86: Add a static initializer for IDTs
2008-10-25 03:31:54 linux-kernel [PATCH 06/12] x86: Refactor pack_descriptor
2008-10-25 03:31:17 linux-kernel [PATCH 03/12] x86: Cleanup usage of struct desc_struct
2008-10-25 03:30:47 linux-kernel [PATCH 01/12] x86: Cleanup x86 descriptors, remove a/b fields from structs
2008-10-25 03:30:28 linux-kernel [PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs
2008-10-24 06:25:26 linux-kernel x86: newb question - how to build everything which deps on x86