[patch] isicomm: handle running out of slots
This patch makes it return -ENODEV if we run out of empty slots in the probe function. It's unlikely to happen, but it makes the static checkers happy. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/char/isicom.c b/drivers/char/isicom.c index 0fa2e4a..5f24bdb 100644 --- a/drivers/char/... 7 May 2010 05:38
[patch] hrtimer: cleanup: remove unneeded assignment
We don't need to store "base" anymore after cc584b213f25: "hrtimer: convert kernel/* to the new hrtimer apis". Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 0086628..e13e514 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -1096,11 +1096,10 @@ ... 7 May 2010 04:33
Fix migration races in rmap_walk() V7
On Fri, 7 May 2010 00:20:51 +0100 Mel Gorman <mel(a)csn.ul.ie> wrote: No major change since V6, just looks nicer. seems to work well in my test. I think there is no unknown pitfalls. I'm glad if you double check my concern for patch [1/2]. Thanks, -Kame -- To unsubscribe from this list: send the... 7 May 2010 04:33
[PATCH] s3c-fb: added patch series for s5pv210 and some features.
Hello all, this includes three patch series and divides previous patch into smaller part. so Andrew, please remove my previous patch, s3c-fb-add-s5pv210-support-and-some-features.patch from mm tree. patch contents are as following. 1. s3c_fb_1_3.patch - as patch for supporting s5pv210, CH_ENABLE bit of... 7 May 2010 04:33
Add flag to identify block swap devices
On Fri, May 7, 2010 at 4:25 PM, Nitin Gupta <ngupta(a)vflare.org> wrote: Added SWP_BLKDEV flag to distinguish block and regular file backed swap devices. We could also check if a swap is entire block device, rather than a file, by: S_ISBLK(swap_info_struct->swap_file->f_mapping->host->i_mode) but, I think,... 17 May 2010 15:47
[git pull] more PCMCIA bugfixes for 2.6.34-rc6
Linus, a few more bugfixes are available at git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git urgent Please pull from this location. The diffstat and list of changes follows. Thanks, Dominik ---- Dominik Brodowski (2): pcmcia: avoid pccard_validate_cis failure in resume cal... 7 May 2010 04:33
ramzswap: Eliminate stale data from compressed memory (v2)
Nitin Gupta kirjoitti: (tested on mainline but should apply to linux-next cleanly) * Changelog: v2 vs initial patches - directly add swap free callback to block_device_operations instead of using 'notifiers' for various swap events. ramzswap driver creates RAM based block devices which c... 8 May 2010 04:43
[PATCH 2/3] Add swap slot free callback to block_device_operations
This callback is required when RAM based devices are used as swap disks. One such device is ramzswap which is used as compressed in-memory swap disk. For such devices, we need a callback as soon as a swap slot is no longer used to allow freeing memory allocated for this slot. Without this callback, stale data can... 7 May 2010 04:33
[PATCH 0/3] ramzswap: Eliminate stale data from compressed memory (v2)
(tested on mainline but should apply to linux-next cleanly) * Changelog: v2 vs initial patches - directly add swap free callback to block_device_operations instead of using 'notifiers' for various swap events. ramzswap driver creates RAM based block devices which can be used (only) as swap disks. Page... 7 May 2010 04:33
[PATCH 2/2] DMA: PL330: Add async dma api driver
From: Jassi Brar <jassi.brar(a)samsung.com> Add ASYNC DMA Engine API driver for the PL330 DMAC. This driver is supposed to be reusable by various platforms that have one or more PL330 DMACs. Atm, DMA_SLAVE and DMA_MEMCPY capabilities have been implemented. Signed-off-by: Jassi Brar <jassi.brar(a)samsung.com> ---... 7 May 2010 03:29