Zhaoxiu Zeng ([email protected])

Number of posts: 63 (0.03 per day)
First post: 2015-12-06 09:58:18
Last post: 2021-12-24 02:02:30

Date List Subject
2016-03-27 05:44:01 linux-kernel [PATCH 03/31] Add alpha-specific parity functions
2016-03-27 04:04:03 linux-kernel [PATCH 02/31] Include generic parity.h in some architectures' bitops.h
2016-03-27 03:34:32 linux-kernel Re: [PATCH 01/31] bitops: add parity functions
2016-03-24 03:05:01 linux-kernel [PATCH 01/31] bitops: add parity functions
2015-12-17 15:00:55 linux-kernel [PATCH 1/1] mac80211: improve the contiguous mask checking
2015-12-17 15:00:53 linux-wireless [PATCH 1/1] mac80211: improve the contiguous mask checking
2015-12-07 15:04:47 linux-kernel Re: [PATCH 04/10] omap_hwspinlock: Replace "hweight_long(i & 0xf) != 1" with "!is_power_of_2(i & 0xf)"
2015-12-06 10:46:30 linux-kernel [PATCH 05/10] exynos4-is: Replace "hweight32(mask) == 1" with "is_power_of_2(mask)"
2015-12-06 10:36:14 linux-kernel [PATCH 04/10] omap_hwspinlock: Replace "hweight_long(i & 0xf) != 1" with "!is_power_of_2(i & 0xf)"
2015-12-06 10:29:14 linux-kernel [PATCH 03/10] i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power_of_2(dev_priv->info.subslice_7eu[i])"
2015-12-06 10:13:02 linux-kernel [PATCH 02/10] brcmstb_gisb: Replace "hweight_long(mask) != 1" with "!is_power_of_2(mask)"
2015-12-06 09:58:18 linux-kernel [PATCH 01/10] sh: Replace "hweight_long(flags) != 1" with "!is_power_of_2(flags)"