[PATCHv6 2.6.34-rc5 2/5] mx5: Add USB device definitions for 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 adds device structures for USB Host1 and OTG port, and adds clocking information for USB HW. This patch applies to 2.6.34-rc5. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> ---... 20 Apr 2010 19:40
patch input-wacom-switch-mode-upon-system-resume.patch added to 2.6.33-stable tree
Greg KH wrote: On Mon, Apr 19, 2010 at 10:24:41AM -0700, Dmitry Torokhov wrote: Greg, On Monday 19 April 2010 10:10:23 am gregkh(a)suse.de wrote: This is a note to let you know that we have just queued up the patch titled Subject: Input: wacom - switch mode upon system resume t... 20 Apr 2010 19:40
[PATCH] sst25l.c: simplify reading the device ManID/DevID
The Read-ID command will continuously output the Manufacture ID and Device ID until the command is terminated by a low to high transition on the CE# pin. We can take advantage of this in the sst25l_match_device routine by reading both bytes in one spi_write_then_read transaction. Signed-off-by: H Hartley Sweeten ... 20 Apr 2010 19:40
mprotect() failed: Cannot allocate memory
On Tuesday 20 April 2010 19:05:20 Paweł Sikora wrote: i'm trying to debug an ugly application with ElectricFence. electricfence does a lot of ugly memory tricks to do its thing, including, but not limited to, overriding memory related symbols. best to seek help from the electricfence authors. unless of c... 20 Apr 2010 19:40
[PATCH tip/core/rcu 03/23] rcu: move some code from macro to function
From: Lai Jiangshan <laijs(a)cn.fujitsu.com> Shrink the RCU_INIT_FLAVOR() macro by moving all but the initialization of the ->rda[] array to rcu_init_one(). The call to rcu_init_one() can then be moved to the end of the RCU_INIT_FLAVOR() macro, which is required because rcu_boot_init_percpu_data(), which is now ca... 20 Apr 2010 18:30
[PATCH tip/core/rcu 0/23] v3 patches queued for 2.6.35
Hello! RFC preview of RCU patches queued for 2.6.35, take 3, now ready for -tip inclusion. Take 2 is at http://lkml.org/lkml/2010/4/15/324. Changes to old patches noted in "[]", new patches flagged with "New". 1. substitute set_need_resched for sending resched IPIs This reduces OS jitter. 2. make dead ... 20 Apr 2010 18:30
[PATCH tip/core/rcu 02/23] rcu: make dead code really dead
From: Lai Jiangshan <laijs(a)cn.fujitsu.com> cleanup: make dead code really dead Signed-off-by: Lai Jiangshan <laijs(a)cn.fujitsu.com> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> --- kernel/rcutree.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/rcutree.c b... 20 Apr 2010 18:30
[PATCH] CRED: Fix double free in prepare_usermodehelper_creds() error handling
Patch 570b8fb505896e007fd3bb07573ba6640e51851d: Author: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> Date: Tue Mar 30 00:04:00 2010 +0100 Subject: CRED: Fix memory leak in error handling attempts to fix a memory leak in the error handling by making the offending return statement into a jump down to ... 20 Apr 2010 18:30
[PATCH tip/core/rcu 05/23] rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality.
It is CONFIG_DEBUG_LOCK_ALLOC rather than CONFIG_PROVE_LOCKING, so fix it. Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> --- include/linux/rcupdate.h | 15 ++++++++------- include/linux/srcu.h | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/include/linux/rcupd... 20 Apr 2010 18:30
[PATCH tip/core/rcu 15/23] rcu: permit discontiguous cpu_possible_mask CPU numbering
TREE_RCU assumes that CPU numbering is contiguous, but some users need large holes in the numbering to better map to hardware layout. This patch makes TREE_RCU (and TREE_PREEMPT_RCU) tolerate large holes in the CPU numbering. However, NR_CPUS must still be greater than the largest CPU number. Signed-off-by: Pa... 20 Apr 2010 18:30