[RFC] Second OLPC Viafb series, v2.1
Here's a small update to the second posting of the second OLPC viafb series. It contains three new patches, all fixing issues pointed out by Bruno Prémont. I'm not going to spam everybody with the whole set again; it can be pulled from: git://git.lwn.net/linux-2.6.git viafb-posted Only the new patches will ... 30 Apr 2010 18:32
[PATCH linux-next v4 2/2] ixgbe: Example usage of the new IRQ affinity_hint callback
This patch uses the new IRQ affinity_hint callback mechanism. It serves purely as an example of how a low-level driver can utilize this new interface. An official ixgbe patch will be pushed through netdev once the IRQ patches have been accepted and merged. Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewi... 30 Apr 2010 18:32
[tip:x86/urgent] x86: Fix NULL pointer access in irq_force_complete_move() for Xen guests
Commit-ID: bbd391a15d82e14efe9d69ba64cadb855b061dba Gitweb: http://git.kernel.org/tip/bbd391a15d82e14efe9d69ba64cadb855b061dba Author: Prarit Bhargava <prarit(a)redhat.com> AuthorDate: Tue, 27 Apr 2010 11:24:42 -0400 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Fri, 30 Apr 2010 14:31:38 -0700 x... 30 Apr 2010 18:32
[PATCH 2/3] hwmon: applesmc: Add generic support for MacBook Pro 6
From: Bernhard Froemel <froemel(a)vmars.tuwien.ac.at> This patch adds generic support for the MacBook Pro 6 family based on the 6,2 model. [rydberg(a)euromail.se: patch cleanup] Signed-off-by: Bernhard Froemel <froemel(a)vmars.tuwien.ac.at> Signed-off-by: Henrik Rydberg <rydberg(a)euromail.se> --- drivers/hwmon/app... 30 Apr 2010 18:32
[PATCH 3/3] hwmon: applesmc: Add generic support for MacBook Pro 7
This patch adds generic support for the MacBook Pro 7 family based on the 7,1 model. Signed-off-by: Henrik Rydberg <rydberg(a)euromail.se> --- drivers/hwmon/applesmc.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c index 2ea6... 30 Apr 2010 18:32
[PATCH 1/3] hwmon: applesmc: Add support for MacBook Pro 5,3 and 5,4
The MacBookPro 5,3 model has two fans, whereas the 5,4 model has only one. This patch adds explicit support for the 5,3 and 5,4 models. Signed-off-by: Henrik Rydberg <rydberg(a)euromail.se> --- drivers/hwmon/applesmc.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/d... 30 Apr 2010 18:32
[PATCH] rt: Fix the reminder block accounting for CONFIG_FUNCTION_TRACER
Make the accounting for CONFIG_FUNCTION_TRACER in DEBUG_COUNT match that in the reminder block reporting. Signed-off-by: John Kacur <jkacur(a)redhat.com> --- init/main.c | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/init/main.c b/init/main.c index 622fe30..d4b3... 30 Apr 2010 18:32
[PATCHv10 2.6.34-rc6 1/5] mxc: Update GPIO for USB support on Freescale MX51 Babbage HW
From: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> This patch is part of enabling USB for Freescale MX51 Babbage HW. This patch updates the iomux pins for USB, and gpio line for reset the USB hub on the MX51 Babbage HW. This patch applies to 2.6.34-rc6. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> --- ... 30 Apr 2010 17:25
[PATCH 0/2] aio: fix the vectored aio routines
Hi, It was reported[1] that 32 bit readv and writev AIO operations were not functioning properly. It turns out that the code to convert the 32bit io vectors to 64 bits was never written. The results of that can be pretty bad, but in my testing, it mostly ended up in generating EFAULT as we walked off the list ... 30 Apr 2010 17:25
vc: Locking clean up
On Thursday 01 April 2010 18:04:59 Alan Cox wrote: @@ -282,7 +282,12 @@ static inline unsigned short *screenpos(struct vc_data *vc, int offset, int view static inline void scrolldelta(int lines) { + lock_kernel(); + /* FIXME */ + /* scrolldelta needs some kind of consistency l... 30 Apr 2010 17:25