High cpu temperature with 2.6.32, bisection shows commit 69d258 (fwd)
On Fri, 8 Jan 2010 10:15:13 -0700 Alex Chiang <achiang(a)hp.com> wrote: Since you bisected this down to a commit from Arjan, it might help to cc him. please send me "powertop -d" output, as well as the output of "dmidecode"..... quite possible that that's enough for me to fix this.. -- Arjan van de ... 22 Feb 2010 22:02
Make Intel 8-way Xeons boot again
On Sat, 9 Jan 2010, Ananth N Mavinakayanahalli wrote: On an 8-way system with Intel Xeon X7350 CPUs, booting 2.6.32 or newer kernels fails at: ... CPU0: Intel(R) Xeon(R) CPU X7350 @ 2.93GHz stepping 0b Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 Ok. Brought up 8 CPUs To... 13 Jan 2010 00:02
trouble compiling dwalker's for-next tree
Hi! It is great to have all changes merged, but I ran into some trouble: 1) mmc.h was missing. 2) CC arch/arm/mach-msm/rpc_hsusb.o arch/arm/mach-msm/rpc_hsusb.c: In function 'msm_chg_rpc_connect': arch/arm/mach-msm/rpc_hsusb.c:156: error: implicit declaration of function 'machine_is_msm7201a_surf' a... 10 Jan 2010 10:46
x86, apic: use 0x20 for the IRQ_MOVE_CLEANUP_VECTOR instead of 0x1f
On 01/08/2010 06:09 PM, Suresh Siddha wrote: So change the IRQ_MOVE_CLEANUP_VECTOR to 0x20 and allow 0x21-0x2f to be used for device interrupts. 0x30-0x3f will be used for ISA interrupts (these also can be migrated in the context of IOAPIC and hence need to be at a higher priority level than IRQ_MOVE_C... 13 Jan 2010 16:35
[PATCH 1/6] NOMMU: Fix SYSV SHM for NOMMU
Commit c4caa778157dbbf04116f0ac2111e389b5cd7a29 broke SYSV SHM for NOMMU by taking away the pointer to shm_get_unmapped_area() from shm_file_operations. Put it back conditionally on CONFIG_MMU=n. file->f_ops->get_unmapped_area() is used to find out the base address for a mapping of a mappable chardev device or ... 8 Jan 2010 17:18
MXC: input: add mxc-keypad driver to support the keypad interface present in the mxc application processors family.
The MXC family of Application Processors is shipped with a Keypad Port supported now by this driver. The peripheral can control up to an 8x8 matrix key pad where all the scanning procedure is done via software. The hardware provide two interrupts: one for a key pressed (KDI) and one for all key releases (KRI)... 8 Jan 2010 15:03
Memory-Hotplug: Fix the bug on interface /dev/mem for 64-bit kernel(v1)
On Fri, Jan 08, 2010 at 11:32:07AM +0800, Zheng, Shaohui wrote: Resend the patch to the mailing-list, the original patch URL is http://patchwork.kernel.org/patch/69075/, it is not accepted without comments, sent it again to review. Memory-Hotplug: Fix the bug on interface /dev/mem for 64-bit kernel ... 12 Jan 2010 21:52
staging/rtl8192u: Add select WEXT_PRIV to Kconfig to prevent build failure
From: Peter Huewe <peterhuewe(a)gmx.de> Date: Fri, 8 Jan 2010 09:10:13 +0100 Without WEXT_PRIV set the driver fails to build due to unknown fields in the iw_handler_def struct. Those fields are enclosed in WEXT_PRIV conditionals in the prototype of iw_handler_def in include/net/iw_handler.h Signed-off-by: Peter... 8 Jan 2010 06:06
staging/otus: Add select WEXT_PRIV to Kconfig to prevent build failure
On Fri, Jan 08, 2010 at 09:13:19AM +0100, Peter Hüwe wrote: From: Peter Huewe <peterhuewe(a)gmx.de> Date: Fri, 8 Jan 2010 09:09:12 +0100 Without WEXT_PRIV set the driver fails to build due to unknown fields in the iw_handler_def struct. Those fields are enclosed in WEXT_PRIV conditionals in the prototy... 8 Jan 2010 06:06
[PATCH v2 3/3] generic sys_ipc wrapper
Always return -EINVAL for the iBCS2 special case in SHMAT, and add a prototype to linux/syscalls.h --- From: Christoph Hellwig <hch(a)lst.de> Subject: generic sys_ipc wrapper Add a generic implementation of the ipc demultiplexer syscall. Except for s390 and sparc64 all implementations of the sys_ipc are ... 8 Jan 2010 05:01