LinuxLists
Users
About
Harvey Harrison (
[email protected]
)
Number of posts: 1334 (2.94 per day)
First post: 2007-12-04 20:53:30
Last post: 2009-03-03 00:57:24
Previous Page
/
Next Page
Date
List
Subject
2008-12-03 18:13:54
linux-kernel
[PATCH-mm 1/2] crypto: replace private helper with common unaligned endian helper
2008-12-03 02:23:28
linux-kernel
[RFC PATCH-mm] usb: file_storage use unaligned endian helpers rather than private versions
2008-12-01 08:55:37
linux-kernel
Re: [PATCH-mm 1/8] ntfs: remove private wrapper around endian helpers
2008-12-01 07:14:33
linux-kernel
Re: [PATCH-mm 4/7] sh: wire up arch overrides for unaligned access on the SH4a
2008-11-30 02:42:46
linux-kernel
[PATCH-mm 7/7] unaligned: remove the old implementation
2008-11-30 02:42:31
linux-kernel
[PATCH-mm 6/7] unaligned: wire up ARM arch overrides for unaligned access
2008-11-30 02:42:04
linux-kernel
[PATCH-mm 5/7] unaligned: wire up h8300 and m32r arches
2008-11-30 02:41:47
linux-kernel
[PATCH-mm 4/7] sh: wire up arch overrides for unaligned access on the SH4a
2008-11-30 02:41:32
linux-kernel
[PATCH-mm 3/7] unaligned: wire up trivial arches for new common unaligned header
2008-11-30 02:41:17
linux-kernel
[PATCH-mm 2/7] unaligned: consolidate unaligned headers add load_/store_{endian}_noalign
2008-11-30 02:40:50
linux-kernel
[PATCH-mm 1/7] byteorder: add load_/store_{endian} API
2008-11-28 06:47:19
linux-wireless
Re: zd1211rw (2.6.26 sparc64): unaligned access (zd_mac_rx)
2008-11-28 04:25:38
linux-kernel
Re: [git pull] drm fixes for 2.6.28 final
2008-11-27 19:36:02
linux-kernel
Re: [PATCH-mm 1/8] ntfs: remove private wrapper around endian helpers
2008-11-26 21:49:22
linux-kernel
Re: [PATCH-mm 8/8] decnet: remove private wrappers of endian helpers
2008-11-26 21:18:36
linux-kernel
[PATCH-mm 8/8] decnet: remove private wrappers of endian helpers
2008-11-26 21:15:22
linux-kernel
[PATCH-mm 6/8] iwlwifi: remove uses of __constant_{endian} helpers
2008-11-26 21:14:56
linux-kernel
[PATCH-mm 7/8] bluetooth: remove private wrappers of endian helpers
2008-11-26 21:14:39
linux-kernel
[PATCH-mm 5/8] typhoon: remove uses of __constant_{endian} helpers
2008-11-26 21:14:22
linux-kernel
[PATCH-mm 4/8] crypto: remove uses of __constant_{endian} helpers
2008-11-26 21:13:56
linux-kernel
[PATCH-mm 3/8] misc: remove the few in-kernel uses of __constant_{endian}_to_cpu
2008-11-26 21:13:41
linux-kernel
[PATCH-mm 2/8] mtd: remove private wrapper of endian helpers
2008-11-26 21:13:20
linux-kernel
[PATCH-mm 1/8] ntfs: remove private wrapper around endian helpers
2008-11-26 21:13:01
linux-wireless
[PATCH-mm 6/8] iwlwifi: remove uses of __constant_{endian} helpers
2008-11-26 20:52:13
linux-kernel
Re: [PATCH-mm 3/7] unaligned: use generic implementation on packed-struct arches
2008-11-26 18:51:37
linux-kernel
[PATCH] sh: move to the asm-generic version
2008-11-26 18:06:19
linux-kernel
Re: [PATCH 2/5] ftrace: use code patching for ftrace graph tracer
2008-11-26 09:23:19
linux-kernel
Re: [PATCH 2/5] ftrace: use code patching for ftrace graph tracer
2008-11-26 08:51:16
linux-kernel
Re: [PATCH 2/5] ftrace: use code patching for ftrace graph tracer
2008-11-26 08:27:24
linux-kernel
Re: [PATCH 2/5] ftrace: use code patching for ftrace graph tracer
2008-11-26 06:52:44
linux-kernel
Re: [PATCH 2/5] ftrace: use code patching for ftrace graph tracer
2008-11-25 01:02:28
linux-kernel
Re: [PATCH] CRED: fix sparse warnings
2008-11-24 19:36:00
linux-kernel
Re: [PATCH-mm] kernel: add common endian load/store API
2008-11-24 19:14:08
linux-kernel
[PATCH-mm] kernel: add common endian load/store API
2008-11-24 18:12:25
linux-kernel
[PATCH] i2c: trivial endian casting fixes in i2c-highlander.c
2008-11-24 18:09:25
linux-kernel
[PATCH] i2c: misannotation in i2c-pmcmsp.c
2008-11-24 16:46:22
linux-kernel
Re: [PATCH] UBIFS: endian handling fixes and annotations
2008-11-23 03:21:45
linux-kernel
Re: [PATCH] UBIFS: endian handling fixes and annotations
2008-11-21 01:12:19
linux-kernel
[RFC PATCH-mm] kernel: add new endian and unaligned access helpers
2008-11-19 17:16:44
linux-kernel
Re: + unaligned-introduce-common-header.patch added to -mm tree
2008-11-18 21:31:54
linux-kernel
[PATCH] kmemtrace: gfp_t is an unsigned int, not an unsigned long
2008-11-18 03:41:36
linux-kernel
[PATCH-mm 7/7] unaligned: remove last bits of the unaligned access helpers
2008-11-18 03:41:10
linux-kernel
[PATCH-mm 6/7] unaligned: move ARM, M32R, H8300 to the asm-generic version
2008-11-18 03:40:48
linux-kernel
[PATCH-mm 5/7] unaligned: pack the struct, not the struct members
2008-11-18 03:40:26
linux-kernel
[PATCH-mm 4/7] unaligned: remove packed-struct and unaligned access_ok headers
2008-11-18 03:39:56
linux-kernel
[PATCH-mm 3/7] unaligned: use generic implementation on packed-struct arches
2008-11-18 03:39:40
linux-kernel
[PATCH-mm 2/7] unaligned: convert arches where unaligned access is OK
2008-11-18 03:39:25
linux-kernel
[PATCH-mm 1/7] unaligned: introduce common header
2008-11-14 21:08:58
linux-kernel
Re: [v4l-dvb-maintainer] [PATCH] dvb: usb vendor_ids/product_ids are __le16
2008-11-14 19:44:39
linux-kernel
Re: [v4l-dvb-maintainer] [PATCH] dvb: usb vendor_ids/product_ids are __le16
2008-11-14 19:27:33
linux-kernel
[PATCH] v4l: s2255drv fix firmware test on big-endian