Cleancache [PATCH 6/7] (was Transcendent Memory): ext4 hook
Cleancache [PATCH 6/7] (was Transcendent Memory): ext4 hook Filesystems must explicitly enable cleancache. For ext4, all other cleancache hooks are in the VFS layer. Signed-off-by: Dan Magenheimer <dan.magenheimer(a)oracle.com> Diffstat: super.c | 2 ++ 1 file changed, 2 ... 28 Apr 2010 19:44
Cleancache [PATCH 5/7] (was Transcendent Memory): btrfs hooks
(Sorry for resend... Mail server DNS problems sending to some recipients) Cleancache [PATCH 5/7] (was Transcendent Memory): btrfs hooks Filesystems must explicitly enable cleancache. Also, btrfs uses its own readpage which must be hooked. Signed-off-by: Dan Magenheimer <dan.magenheimer(a)oracle.com> Signed-of... 23 Apr 2010 21:08
[PATCH 1/1] mx5: Add registration of GPIOs for MX5 devices
From: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> Register the gpio irqs on Freescale's MX51 Babbage HW. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> Signed-off-by: Amit Kucheria <amit.kucheria(a)canonical.com> --- arch/arm/mach-mx5/devices.c | 33 +++++++++++++++++++++++++++++++-- arch/arm/plat-mxc/gp... 23 Apr 2010 21:08
Cleancache [PATCH 7/7] (was Transcendent Memory): ocfs2 hook
(Sorry for resend... Mail server DNS problems sending to some recipients) Cleancache [PATCH 7/7] (was Transcendent Memory): ocfs2 hook Filesystems must explicitly enable cleancache. Ocfs2 is currently the only user of the clustered filesystem interface but nevertheless, the cleancache hooks in the VFS layer a... 23 Apr 2010 21:08
Cleancache [PATCH 1/7] (was Transcendent Memory): cleancache_poolid in superblock
(Sorry for resend... Mail server DNS problems sending to some recipients) Cleancache [PATCH 1/7] (was Transcendent Memory): cleancache_poolid in superblock Add cleancache_poolid to superblock structure... not tied to CONFIG_CLEANCACHE so as to avoid unnecessary clutter. Signed-off-by: Dan Magenheimer <dan.mag... 23 Apr 2010 21:08
[PATCH] OpenRD: Enable SD/UART selection for serial port 1
This patch enables user to use serial port 1 of the OpenRD device for SDIO or UART(RS232/RS485). The selection can be done through kernel parameter. By default the port would be used for SDIO. To select RS232 or RS485 mode, pass string "uart=232" or "uart=485" respectively in the kernel parameters. "uart=485" is ... 23 Apr 2010 21:08
[PATCH 0/2] genirq: reliably replay pending edge-triggered irq (plus doc)
In the following series: [1/2] implements the proposal I made at the end of the thread http://lkml.org/lkml/2010/4/19/129 to reliably support replay of edge-triggered interrupts on all architectures when using disable_irq() / enable_irq(). Proper replays of pending edge-triggered interrupts was depending on... 23 Apr 2010 21:07
HSI: Introducing HSI framework
On Fri, 23 Apr 2010 18:15:24 +0300 Carlos Chinea wrote: Adds HSI framework in to the linux kernel. High Speed Synchronous Serial Interface (HSI) is a ^^^^^^^^^^^ yes, correct spelling serial interface mainly used for connecting application engines (APE) with cellular mode... 18 May 2010 04:54
init: Provide a kernel start parameter to increase pid_max v2
On Thu, Apr 22, 2010 at 10:28:52AM +0100, Alan Cox wrote: Distros don't want to take a patch that adds a new boot param that is not accepted upstream, otherwise they will be stuck forward porting it from now until, well, forever :) So for an obscure IA64 specific problem you want the upstream kern... 23 Apr 2010 21:16
kvm vmx: free vpid when fail to create vcpu
On 04/17/2010 11:41 AM, Lai Jiangshan wrote: Fix bug of the exception path, free allocated vpid when fail to create vcpu. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a ... 23 Apr 2010 21:07