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

Date List Subject
2008-03-29 18:46:29 linux-kernel Re: [PATCH] NULL noise: drivers/media
2008-03-29 18:44:56 linux-kernel Re: [PATCH] NULL noise: fs/*, mm/*, kernel/*
2008-03-29 05:13:03 linux-kernel Re: [PATCH] jbd/jbd2 NULL noise
2008-03-29 04:01:56 linux-kernel Re: [PATCH] jbd/jbd2 NULL noise
2008-03-29 03:26:42 linux-kernel Re: [PATCH] jbd/jbd2 NULL noise
2008-03-29 03:15:47 linux-kernel Re: [PATCH] jbd/jbd2 NULL noise
2008-03-27 21:09:35 linux-kernel Re: [git pull] x86 fixes
2008-03-27 20:49:27 linux-kernel Re: [git pull] x86 fixes
2008-03-27 01:22:22 linux-kernel Re: [PATCH 6/7] omfs: add checksumming routines
2008-03-25 23:12:51 linux-wireless [PATCH 3/3] mac80211: michael.c fold initial xor into block helper
2008-03-25 23:12:50 linux-wireless [PATCH 2/3] mac80211: michael.c use unaligned/byteorder helpers
2008-03-25 23:12:44 linux-wireless [PATCH 1/3] mac80211: michael.c replace macro with function
2008-03-24 16:35:59 linux-kernel Re: [RFC PATCH] kernel: add byteorder macros with alignment fixups
2008-03-20 20:17:19 linux-kernel [PATCH] kernel: create linux/unaligned.h
2008-03-20 19:41:44 linux-kernel [PATCH] kernel: add byteorder function with alignment fixups
2008-03-20 19:22:53 linux-kernel Re: [RFC PATCH] kernel: add byteorder macros with alignment fixups
2008-03-20 19:09:31 linux-kernel Re: [PATCH/RFC v3] introduce ARCH_CAN_UNALIGNED_ACCESS Kconfig symbol
2008-03-20 19:09:18 linux-wireless Re: [PATCH/RFC v3] introduce ARCH_CAN_UNALIGNED_ACCESS Kconfig symbol
2008-03-20 18:37:43 linux-kernel Re: [RFC PATCH] kernel: add byteorder macros with alignment fixups
2008-03-20 17:34:29 linux-kernel [RFC PATCH] kernel: add byteorder macros with alignment fixups
2008-03-20 16:16:27 linux-kernel Re: many items in Documentation/feature-removal-schedule.txt have expired, please update
2008-03-19 22:04:35 linux-wireless [PATCH-mm 1/5] mac80211: tkipc.c michael.c use kernel bit rotation helpers
2008-03-19 21:11:44 linux-wireless [PATCH 3/5] mac80211: tkip.c remove opencoded swab16 in tkip_S
2008-03-19 20:53:23 linux-wireless [PATCH 2/5] mac80211: tkip.c remove unused function, make function static
2008-03-19 20:44:37 linux-wireless [PATCH 5/5] mac80211: tkip.c remove Mk16, Hi8, Lo8 helpers
2008-03-19 20:02:37 linux-wireless [PATCH 4/5] mac80211: tkip.c eliminate the Hi16, Lo16 functions
2008-03-19 19:31:56 linux-kernel [PATCH] kernel: add bit rotation helpers for 16 and 8 bit
2008-03-18 01:10:54 linux-wireless Re: [PATCH 1/5] b43: Use the b43_phy_maskset where possible
2008-03-18 00:47:51 linux-wireless [PATCH 5/5] b43: use b43_phy_mask/set helpers where possible
2008-03-18 00:47:43 linux-wireless [PATCH 4/5] b43: Organize cases in radio2050_rfover_val
2008-03-18 00:47:42 linux-wireless [PATCH 3/5] b43: fold register write into radio2050_rfover_val
2008-03-18 00:47:38 linux-wireless [PATCH 2/5] b43: remove bitwise negation of constants
2008-03-18 00:47:34 linux-wireless [PATCH 1/5] b43: Use the b43_phy_maskset where possible
2008-03-14 21:23:45 linux-kernel Re: Updated generic semaphore patch set
2008-03-14 20:59:37 linux-kernel Re: Updated generic semaphore patch set
2008-03-14 19:59:12 linux-kernel [PATCH] add kerneldoc for clamp(), clamp_t(), clamp_val() macros
2008-03-14 17:07:11 linux-kernel Re: [PATCH 01/10] Add macros similar to min/max/min_t/max_t.
2008-03-14 16:46:20 linux-kernel Re: [PATCH 01/10] Add macros similar to min/max/min_t/max_t.
2008-03-14 05:22:51 linux-kernel [PATCH 10/10] dccp: ccid2.c, ccid3.c use clamp(), clamp_t()
2008-03-14 05:22:34 linux-kernel [PATCH 09/10] input: ff-memless.c use clamp_val() macro
2008-03-14 05:22:11 linux-kernel [PATCH 08/10] ide-tape: use clamp_t() rather than nested min_t()/max_t()
2008-03-14 05:21:49 linux-kernel [PATCH 07/10] fuse: use clamp() rather than nested min/max
2008-03-14 05:21:31 linux-kernel [PATCH 06/10] bcm43xx: replace limit_value macro with clamp_val
2008-03-14 05:21:18 linux-kernel [PATCH 05/10] b43legacy: replace limit_value macro with clamp_val
2008-03-14 05:20:56 linux-kernel [PATCH 04/10] b43: replace limit_value macro with clamp_val
2008-03-14 05:20:41 linux-kernel [PATCH 03/10] ata: remove FIT() macro
2008-03-14 05:20:22 linux-kernel [PATCH 02/10] ide: eliminate FIT() macro
2008-03-14 05:18:55 linux-kernel [PATCH 01/10] Add macros similar to min/max/min_t/max_t.
2008-03-12 17:35:48 linux-kernel Re: [PATCH 1/6] kernel: add clamp(), clamp_t() and clamp_val() macros
2008-03-12 16:54:44 linux-kernel Re: [PATCH 1/6] kernel: add clamp(), clamp_t() and clamp_val() macros
2008-03-11 21:15:36 linux-kernel Re: [PATCH] bitops: add 8-bit and 16-bit rotation functions