[PATCH 10/21] arch/x86/kernel/cpu/: use pr_<level> and add pr_fmt(fmt)
Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Converted printk(KERN_<level> to pr_<level>( Removed "CPU: " prefixes Some file now use KBUILD_MODNAME instead of "CPU: " Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/x86/kernel/cpu/addon_cpuid_features.c | 9 +++-- arch/x86/kernel/cpu/amd.c ... 4 Oct 2009 22:11
[PATCH] NFS: introduce writeback wait queue
The generic writeback routines are departing from congestion_wait() in preference of get_request_wait(), aka. to wait on the block queues. Introduce the missing writeback wait queue for NFS, otherwise its writeback pages will grow out of control. The SYNC writes can use the full queue space (2*nfs_congestion_kb... 3 Oct 2009 23:11
NFS: introduce writeback wait queue
Hi Jens, This is a bug fix for 2.6.32. Maybe other not block-queue based filesystems will have similar issues .. Thanks, Fengguang On Sun, Oct 04, 2009 at 11:01:53AM +0800, Wu Fengguang wrote: The generic writeback routines are departing from congestion_wait() in preference of get_request_wait(), aka... 6 Oct 2009 03:17
2.6.31 regression sis5513 PIO Mode 0 hang
On Fri, Oct 02, 2009 at 10:30:56PM -0700, - wrote: Thank you for finding the problem. The kernel is way too complex for someone who's not familiar with it (like me) to track these things down. If you do a reverse apply on the patch, does it work for you? The below is already reversed, so apply it normall... 6 Oct 2009 03:18
Added PR_SET_PROCTITLE_AREA option for prctl()
On Fri, Oct 2, 2009 at 5:23 PM, Timo Sirainen <tss(a)iki.fi> wrote: PR_SET_PROCTITLE_AREA updates mm_struct->arg_start and arg_end to the given pointers, which makes it possible for user space to implement setproctitle(3) cleanly. @@ -267,9 +267,12 @@ static int proc_pid_cmdline(struct task_struct *task, ... 9 Dec 2009 20:00
pciehp_driver.c: PCIe hot plug for Intel iommu - call IOMMU API in hot remove
On Fri, Oct 02, 2009 at 02:18:44PM -0700, Fenghua Yu wrote: IOMMU API iommu_detach_devcie() is called to hot remove a PCIe device. A hot added device will be added into an IOMMU domain when it first does IOMMU op. So there is no need to add more code for hot add. Signed-off-by: Fenghua Yu <fenghua.... 2 Oct 2009 18:46
backporting BFS to 2.6.27
Hello, Con & LKML I have started a backport of sched-bfs 300 to kernel 2.6.27.35. I originally thought of two different ways to do it. Either pull in mainline patches from .28 ~ .31 until bfs applies cleanly, or change bfs enough to apply to .27 without needing many mainline patches. The latter approach seemed t... 2 Oct 2009 18:46
Il primo portale VISUALE per Annunci Immobiliari in Italia
Gentile utente, Ti invitiamo a visitare www.icase.it/maps/index.aspx , consente di trovare gli immobili partendo da una comoda cartina riassuntiva. Trovare casa non � mai stato cos� facile! Ti aspettiamo ! lo staff di iCase.it www.icase.it ... la semplicit� � di casa -- To unsubscribe from this list: ... 2 Oct 2009 15:25
[PATCH 2/3] initcalls: add early_initcall for modules
From 52cc05f71bac10dff8a3aacf1cad16a0bf6c375b Mon Sep 17 00:00:00 2001 From: Borislav Petkov <borislav.petkov(a)amd.com> Date: Thu, 1 Oct 2009 18:52:45 +0200 Subject: [PATCH 2/3] initcalls: add early_initcall for modules Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- include/linux/init.h | 1 + ... 2 Oct 2009 09:46
LIS3LV02D: I2C support
Op 01-10-09 12:06, Samu Onkalo schreef: I2C bus support for lis3lv02d and variant accelerometer chips Looks very good in general. Just a few comments. Signed-off-by: Samu Onkalo <samu.p.onkalo(a)nokia.com> --- drivers/hwmon/Kconfig | 17 ++++ drivers/hwmon/Makefile | 1 + dri... 5 Oct 2009 04:41