(none)
Subject: [patch 3/6] dmar: Fix section mismatch References: <20100113004855.550486769(a)suse.com> Content-Disposition: inline; filename=patches.rpmify/dmar-fix-section-mismatch dmar_ir_support uses dmar_tbl, which is __initdata. dmar_ir_support is only called by intr_remapping_supported, which is __init. So, we... 12 Jan 2010 20:46
For what stand's __initdata, __devinit etc. ?
On Tue, 12 Jan 2010, Ren� Bolldorf wrote: Hi, Do we really need this? It will be nice if someone can me explain this. http://kernelnewbies.org/FAQ/InitExitMacros -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond ... 13 Jan 2010 13:12
dlopen in kernel mode
[please cc kernelppc(a)gmail.com] Dear all, Are there any alternatives for dlopen(), dlsym() and dlclose() in kernel mode? Basicly, I need to load an executable object file and execute an specific function in it. Best regards, moji -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in... 12 Jan 2010 12:57
2.6.33 vs. NVIDIA GForce GT 220
Hi! I tried enabling staging nvidia driver on GT220, but apparently driver does not know about it. Unfortunately, I have one of those cards here. (I wonder... is there better mailing list? MAINTAINERS only lists linux-fbdev....) Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, ... 2 Feb 2010 15:57
driver core: Use sysfs_rename_link in device_rename
On 01/12/2010 05:21 AM, Eric W. Biederman wrote: From: Eric W. Biederman <ebiederm(a)xmission.com> Don't open code the renaming of symlinks in sysfs instead use the new helper function sysfs_rename_link Signed-off-by: Eric W. Biederman <ebiederm(a)aristanetworks.com> Acked-by: Tejun Heo <tj(a)kernel.or... 12 Jan 2010 12:57
[resend][PATCH] mm, lockdep: annotate reclaim context to zone reclaim too
Commit cf40bd16fd (lockdep: annotate reclaim context) introduced reclaim context annotation. But it didn't annotate zone reclaim. This patch do it. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> Cc: Nick Piggin <npiggin(a)suse.de> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Ingo Molnar <ming... 12 Jan 2010 08:06
[PATCH] Adding Intel Moorestown PMIC Battery Driver
Thanks for the patch! On Mon, Jan 11, 2010 at 05:27:01AM +0530, Mahalingam, Nithish wrote: [...] P.S. As I understand there is no mailing list for power supply subsystem, do let me know if I need to add someone else for review. You can add lkml as well. Few comments down below. [...] +#include <li... 13 Feb 2010 10:24
[PATCH 11/26] rtmutex: Convert wait_lock and pi_lock to raw_spinlock
Convert locks that cannot sleep in preempt-rt to raw_spinlocks. See d227cf76b6f51e3245f1b3f47720c3d7df4b68b0 missing from d209d74d52ab39dc071656533cac095294f70de7 Signed-off-by: John Kacur <jkacur(a)redhat.com> --- include/linux/rtmutex.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git ... 11 Jan 2010 16:30
[PATCH 03/15] usbduxfast: Convert the semaphore mess
From: Thomas Gleixner <tglx(a)linutronix.de> From 041e3130496f31d0cb4887fc6183117e662f5141 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx(a)linutronix.de> Date: Sun, 26 Jul 2009 00:59:33 +0200 Subject: [PATCH 124/570] staging: Bulk convert the semaphore mess init_MUTEX(_LOCKED) and DECLARE_MUTEX are going aw... 11 Jan 2010 16:30
[PATCH 09/15] mt9d112: Convert the semaphore mess.
init_MUTEX(_LOCKED) and DECLARE_MUTEX are going away. Signed-off-by: John Kacur <jkacur(a)redhat.com> --- drivers/staging/dream/camera/mt9d112.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/dream/camera/mt9d112.c b/drivers/staging/dream/camera/mt9d112.c index 4f938f9... 11 Jan 2010 16:30