fs: optimize mpage_bio_submit()
From: Changli Gao <xiaosuo(a)gmail.com> Date: Sat, May 29, 2010 at 09:19:26AM +0800 optimize mpage_bio_submit() check rw, then initialize bio->bi_end_io. Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> ---- fs/mpage.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a... 29 May 2010 10:16
fs: optimize mpage_readpage()
From: Changli Gao <xiaosuo(a)gmail.com> Date: Sat, May 29, 2010 at 09:18:46AM +0800 optimize mpage_readpage() we don't need to initialize bio, and pass it to do_mpage_readpage() as parameter, as it is returned by do_mpage_readpage(). Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> ---- fs/mpa... 4 Jun 2010 04:51
linux-kernel@vger.kernel.org
Hmm, yes. Some typos there. Alhamdulillah (Praised Be God), for the correction. I do not have a good spellingchecker installed at the moment, and english is not my native language. The patch is still very interesting though, I have also tried it on 2.6.34, where jitter is somewhat lower than 2.6.33. For users of ... 29 May 2010 08:07
[PATCH] act_nat: fix the wrong checksum when addr isn't in old_addr/mask
fix the wrong checksum when addr isn't in old_addr/mask When addr isn't in old_addr/mask we don't do SNAT or DNAT, and we should not update the checksum too. Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> ---- net/sched/act_nat.c | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 d... 29 May 2010 07:04
input/touchscreen: Synaptics Touchscreen Driver
Christopher Heiny wrote: This patch adds an initial driver supporting Synaptics ClearPad touchscreens that use the RMI4 protocol, as defined here: Did the actual patch go astray? I cannot find it on the mailing lists. Henrik -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... 29 May 2010 16:51
perf tools: Make target to generate self contained source tarball
On Fri, May 28, 2010 at 03:53:57PM -0300, Arnaldo Carvalho de Melo wrote: Hi Michal, Sam, Are you OK with with this change? No - I do not like it :-) But I like the concept. We have some minimal infrastructure to support packaging and this seems like an OK fit for this too. Only drawback is that y... 3 Jun 2010 14:31
perf, x86: should perf_event_x.c being compiled conditionally?
On Sat, 2010-05-29 at 01:35 +0400, Cyrill Gorcunov wrote: Hi, while was building the kernel for pretty old laptop I've noticed that perf_event_x.c depends on CONFIG_CPU_SUP_ only. So I'm somehow confused. Should not some additional condition being used? For example if a person have Core 2 or Neha... 29 May 2010 03:52
skb: make skb_recycle_check() return a bool value
From: Changli Gao <xiaosuo(a)gmail.com> Date: Thu, 27 May 2010 22:33:23 +0800 Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.ke... 29 May 2010 03:52
atl1c: Add AR8151 v2 support and change L0s/L1 routine
From: <jie.yang(a)atheros.com> Date: Fri, 28 May 2010 15:40:38 +0800 From: Jie.Yang(a)atheros.com Add AR8151 v2.0 Gigabit 1000 support Change jumbo frame size to 6K Update L0s/L1 rountine Update atl1c_suspend routine. Signed-off-by: Jie.Yang(a)atheros.com Your commit log message is way too ter... 1 Jun 2010 04:19
fix packet loss and massive ping spikes with PPP multi-link
On Wed, Mar 31, 2010 at 11:03:44AM +0100, Ben McKeegan wrote: I needed to do something similar a while back and I took a very different approach, which I think is more flexible. Rather than implement a new round-robin scheduler I simply introduced a target minimum fragment size into the fragment size ca... 1 Jun 2010 18:38