2.6.33.1: USB camera hung_task_timeout_secs >120 seconds
Hi, I am not certain whether the stacktrace I received is just intentional to attract developer eyes or whether this is actually a false alarm: mounting USB mass storage device media always takes a long while. This is a P4-M laptop with Kouwell 7004 FW/USB2.0 PCMCIA card. Comments? Thanks, martin pcmcia_... 16 Apr 2010 11:41
x86 platform driver: intelligent power sharing driver
On Tue, 13 Apr 2010 21:24:53 +0200 Pavel Machek <pavel(a)ucw.cz> wrote: Hi! Intel Core i3/5 platforms with integrated graphics support both CPU and GPU turbo mode. CPU turbo mode is opportunistic: the CPU will use any available power to increase core frequencies if thermal headroom is avail... 15 May 2010 12:37
[tip:irq/core] genirq: Remove IRQF_DISABLED from core code
Commit-ID: 6932bf37bed45ce8ed531928b1b0f98162fe6df6 Gitweb: http://git.kernel.org/tip/6932bf37bed45ce8ed531928b1b0f98162fe6df6 Author: Thomas Gleixner <tglx(a)linutronix.de> AuthorDate: Fri, 26 Mar 2010 00:06:55 +0000 Committer: Thomas Gleixner <tglx(a)linutronix.de> CommitDate: Tue, 13 Apr 2010 16:36:40 +02... 13 Apr 2010 16:12
sched: send SIGXCPU at -deadline task overruns.
On 04/13, Peter Zijlstra wrote: On Sun, 2010-02-28 at 20:24 +0100, Raistlin wrote: +#define dl_se_signal(se, s, msg) \ + do { \ + struct task_struct *t = dl_task_of(se); \ + sigaddset(&t->pending.signal, s); \ + set_tsk_thread_flag(t, TIF_SIGPENDING); \ ... 13 Apr 2010 16:12
[tip:irq/core] genirq: Run irq handlers with interrupts disabled
Commit-ID: e58aa3d2d0cc01ad8d6f7f640a0670433f794922 Gitweb: http://git.kernel.org/tip/e58aa3d2d0cc01ad8d6f7f640a0670433f794922 Author: Ingo Molnar <mingo(a)elte.hu> AuthorDate: Fri, 26 Mar 2010 00:06:51 +0000 Committer: Thomas Gleixner <tglx(a)linutronix.de> CommitDate: Tue, 13 Apr 2010 16:36:40 +0200 gen... 13 Apr 2010 16:12
x86 platform driver: intelligent power sharing driver
Hi! Intel Core i3/5 platforms with integrated graphics support both CPU and GPU turbo mode. CPU turbo mode is opportunistic: the CPU will use any available power to increase core frequencies if thermal headroom is available. The GPU side is more manual however; the graphics driver must monitor GPU po... 13 Apr 2010 16:12
[PATCH] bfa: fix compilation warning in powerpc
From: Jing Huang <huangj(a)brocade.com> Fix the compilation warning in powerpc. The same change also fixes endian issue we found in powerpc test. This patch has been tested in x86 and powerpc platform. it is created using scsi-misc-2.6. Signed-off-by: Jing Huang <huangj(a)brocade.com> --- drivers/scsi/bfa/bfa_os... 13 Apr 2010 16:12
[PATCH 2.6.34-rc4 1/1] mx5: Fix build error for mx51_defconfig
From: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> Need to include <asm/div64.h> for do_div calls. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> --- arch/arm/mach-mx5/clock-mx51.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mx5/clock-mx51.c b/arch/arm/mach-mx5/... 13 Apr 2010 16:12
[PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
From ada5a2f3c991cbbf8f6fbd97d72718c9bb806580 Mon Sep 17 00:00:00 2001 From: Laura Parkes <laura_parkes(a)btinternet.com> Date: Sat, 20 Mar 2010 17:16:19 +0000 Subject: [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c This is a patch to the asus_oled.c file that fixes a spaces warning found by ch... 13 Apr 2010 15:04
[PATCH] Add somaxconn to Documentation/sysctl/net.txt
From: Rob Landley <rob(a)landley.net> Add somaxconn to Documentation/sysctl/net.txt Signed-off-by: Rob Landley <rob(a)landley.net> --- Documentation/sysctl/net.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt index df38ef0..2740085 1... 13 Apr 2010 15:04