linux-next: manual merge of the samsung tree with the tree
Hi Ben, Today's linux-next merge of the samsung tree got a conflict in arch/arm/mach-s5pv210/gpiolib.c between commit ea5f50706385b61c1c0d24271bbe7c6e93129fbc ("ARM: S5PV210: Add GPIOlib support") from Linus' tree and commit 026fcae436e846b0cc1db8d4af11890dfdde3689 ("ARM: S5PV210: Add S5PV210 GPIO support") fro... 19 May 2010 22:41
tmpfs: Insert tmpfs cache pages to inactive list at first
Reviewed-by: Wu Fengguang <fengguang.wu(a)intel.com> The preceding comment "they need to go on the active_anon lru below" also needs update. Thanks, Fengguang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at... 21 May 2010 21:38
Prevent reserving RAM in the region already reserved by BIOS
On 05/19/2010 05:01 PM, Mathieu Rondonneau wrote: it' s not in ISA space. once loading the NVIDIA driver, the warnign oops shows up. 4K starting at 0x9f800 (i.e. to 0xa007ff) overlap with the ISA space (starting at 0xa0000). When I don' t load the driver, no oops. So I am assuming nvidia driver re... 19 May 2010 20:30
[PATCH] sched: fix updating sd->balance_interval in idle_balance()
sd->balance_interval is updated incorrectly when SD_BALANCE_NEWIDLE is not set in sd->flags. This patch updates sd->balance_interval only when we balance the domain. Signed-off-by: Nikhil Rao <ncrao(a)google.com> --- kernel/sched_fair.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff... 19 May 2010 20:30
serial_cs: add and sort IDs for serial and modem cards
On Thu, May 20, 2010 at 12:40:08AM +0400, Alexander Kurz wrote: From a0b7bb602321ee0f28fefc955e103788190a7cfa Mon Sep 17 00:00:00 2001 From: Alexander Kurz <linux(a)kbdbabel.org> Date: Mon, 17 May 2010 18:54:38 +0200 Subject: [PATCH] serial_cs: add and sort IDs for serial and modem cards Signed-off-by:... 20 May 2010 11:39
generic rwsem: implement down_read_critical() / up_read_critical()
On Wed, May 19, 2010 at 6:21 AM, David Howells <dhowells(a)redhat.com> wrote: Michel Lespinasse <walken(a)google.com> wrote: +void __sched down_read_critical(struct rw_semaphore *sem) +{ + � � might_sleep(); + � � rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); + + � � LOCK_CONTENDED(sem, _... 20 May 2010 23:46
[ANNOUNCE] - TCM/LIO v3.4.0
Greetings all, I am happy to announce that the v3.4.0 stable release of TCM/LIO has been tagged and branched into lio-core-2.6.git/lio-3.4. This release is now tracking upstream linux-2.6.34.y.git for future stable kernel releases. There where a number changes during the 3.4 development cycle to TCM-Core to ... 19 May 2010 19:23
[PATCH] msm_serial: fix serial on trout
Set the mnd counter based on uartclk.This fixes a problem on 7x30 where the uartclk is 19.2Mhz rather than the usual 4.8Mhz. Trout incorrectly reports uartclk to be running at 19.2Mhz It is actually running at 4.8Mhz. For trout force mnd counter values as if uartclk was fed by tcxo/4. Signed-off-by: Abhijeet D... 19 May 2010 19:23
Prevent reserving RAM in the region already reserved by BIOS
On 05/19/2010 03:58 PM, Mathieu Rondonneau wrote: Thanks for the feedback. No, I don' t see any changes in the /proc/iomem. I am trying to prevent a ioremap of a 4K size on a non aligned 4K address that is below the ISA_START_ADDRESS. The problem generates a oops about overlapping. I have ... 19 May 2010 20:30
virtio_blk.c: Add documentation for vring_enable_cb()
On Wed, May 19, 2010 at 05:50:49PM +0200, Jes.Sorensen(a)redhat.com wrote: From: Jes Sorensen <Jes.Sorensen(a)redhat.com> Add documentation for vring_enable_cb() as return logic may not be obvious for the caller. Signed-off-by: Jes Sorensen <Jes.Sorensen(a)redhat.com> Yes. Confused me too. Acked-by: M... 19 May 2010 19:23