[PATCH 2/7] sched: introduce a function to update the idle statistics
From 166b7526ccfea8b44626b6023ff5b0a8eb869bb3 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven <arjan(a)linux.intel.com> Date: Sun, 18 Apr 2010 10:33:02 -0700 Subject: [PATCH 2/7] sched: introduce a function to update the idle statistics Currently, two places update the idle statistics (and more to come later in th... 18 Apr 2010 15:17
[PATCH 4/7] sched: fold updating of the last update time into update_ts_time_stats()
From e75d6cd203e43ea4c5e9919f19e2882c066491b8 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven <arjan(a)linux.intel.com> Date: Sun, 18 Apr 2010 10:47:02 -0700 Subject: [PATCH 4/7] sched: fold updating of the last update time into update_ts_time_stats() This patch folds the updating of the last_update_time into the ... 18 Apr 2010 15:17
[PATCH 3/7] sched: update the idle statistics in get_cpu_idle_time_us()
From 60851b131900af03bf013afef69f3bcdbb04f1d6 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven <arjan(a)linux.intel.com> Date: Sun, 18 Apr 2010 10:41:30 -0700 Subject: [PATCH 3/7] sched: update the idle statistics in get_cpu_idle_time_us() Right now, get_cpu_idle_time_us() only reports the idle statistics upto the ... 18 Apr 2010 15:17
[patch] pcmcia: fix error handling in cm4000_cs.c
In the original code we used -ENODEV as the number of bytes to copy_to_user() and we didn't release the locks. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/char/pcmcia/cm4000_cs.c b/drivers/char/pcmcia/cm4000_cs.c index c9bc896..90b199f 100644 --- a/drivers/char/pcmcia/cm4000_cs.c +++... 18 Apr 2010 15:17
[PATCH 5/7] sched: eliminate the ts->idle_lastupdate field
From 526a9f347d5a953f37b67b4b2afb39d7b4d77a92 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven <arjan(a)linux.intel.com> Date: Sun, 18 Apr 2010 10:49:30 -0700 Subject: [PATCH 5/7] sched: eliminate the ts->idle_lastupdate field Now that the only user of ts->idle_lastupdate is update_ts_time_stats(), the entire field... 18 Apr 2010 15:17
[PATCH 1/7] sched: add a comment to get_cpu_idle_time_us()
From 6f9df3bc6571d6545c552151f408d69265e15f92 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven <arjan(a)linux.intel.com> Date: Sun, 18 Apr 2010 10:25:19 -0700 Subject: [PATCH 1/7] sched: add a comment to get_cpu_idle_time_us() The exported function get_cpu_idle_time_us() has no comment describing it; add a kerneldo... 18 Apr 2010 15:17
Urgent Notice!!!
This is to inform you that you have exceeded your email quota limit of 356MB and you need to increase your email quota limit because in less than 48 hours your email will be disable. Increase your email quota limit and continue to use your webmail account. To increase your email quota limit to 2GB, click the belo... 18 Apr 2010 15:17
[PATCH 09/11] viafb: Do not probe for LVDS/TMDS on OLPC XO-1.5
From: Chris Ball <cjb(a)laptop.org> The i2c transactions involved in detecting LVDS (9 seconds) and TMDS (16 seconds) add an extra 25 seconds to viafb load time on the XO-1.5. [jc: minor merge conflict fixed, removed ifdefs] Signed-off-by: Chris Ball <cjb(a)laptop.org> --- drivers/video/via/hw.c | 7 +++++++ ... 18 Apr 2010 15:17
[PATCH 06/11] viafb: Determine type of 2D engine and store it in chip_info
From: Harald Welte <laforge(a)gnumonks.org> This will help us for the upcoming support for 2D acceleration using the M1 engine. [jc: fixed merge conflicts] Signed-off-by: Harald Welte <HaraldWelte(a)viatech.com> --- drivers/video/via/chip.h | 8 ++++++++ drivers/video/via/hw.c | 15 +++++++++++++++ 2 fi... 18 Apr 2010 15:17
XFS status update for March 2010
The merge window for Linux 2.6.34 closed in the first week of March, with the important XFS features already landing in February. Not surprisingly the XFS merge activity in March has been rather slow, with only about a dozen bug fixes patches making it towards Linus' tree in that time. On the other hand active ... 18 Apr 2010 14:10