arch/x86/kernel: Drop memory allocation cast
Julia Lawall schrieb: From: Julia Lawall <julia(a)diku.dk> Drop cast on the result of kmalloc and similar functions. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ type T; @@ - (T *) (\(kmalloc\|kzalloc\|kcalloc\|kmem_... 12 May 2010 06:57
DMAENGINE: add generic PrimeCell interface to COH 901 318 v6
[Dan] What happens when two primecell dma devices are present on one soc? Can that happen? Of course it can happen. In theory... There is no such system that I'm aware of. Peter's PL08x driver even model the PL08x as a singleton, i.e. a static struct in the driver file. In that case we'll have conf... 12 May 2010 04:48
Documentation: usb/CREDITS
On Tue, 11 May 2010, Billy Simrell wrote: From: Billy Simrell <bill_simrell(a)yahoo.com> Fixed a spelling error in Documentation/usb/CREDITS on line 104. Signed-off-by: Billy Simrell <bill_simrell(a)yahoo.com> ----------------------------------------------------------------------------- --- usb/CREDITS... 12 May 2010 03:43
[PATCH -mm] cpuset,mm: fix no node to alloc memory when changing cpuset's mems - fix2
- cleanup unnecessary header file - fix the race between set_mempolicy() and cpuset_change_task_nodemask() Signed-off-by: Miao Xie <miaox(a)cn.fujitsu.com> --- kernel/cpuset.c | 3 +-- kernel/exit.c | 1 - kernel/fork.c | 1 - 3 files changed, 1 insertions(+), 4 deletions(-) diff --git a/kernel/... 12 May 2010 03:43
cpuset,mm: fix no node to alloc memory when changing cpuset's mems
on 2010-5-12 9:49, Andrew Morton wrote: .... --- a/kernel/exit.c +++ b/kernel/exit.c @@ -16,6 +16,7 @@ #include <linux/key.h> #include <linux/security.h> #include <linux/cpu.h> +#include <linux/cpuset.h> #include <linux/acct.h> #include <linux/tsacct_kern.h> #include <linu... 12 May 2010 02:39
AMD IOMMU updates for 2.6.35
* Joerg Roedel <joerg.roedel(a)amd.com> wrote: Hi Ingo, The following changes since commit b57f95a38233a2e73b679bea4a5453a1cc2a1cc9: Linux 2.6.34-rc7 (2010-05-09 18:36:28 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.gi... 12 May 2010 02:39
linux-next: manual merge of the staging-next tree with the pcmcia tree
Hi Greg, Today's linux-next merge of the staging-next tree got a conflict in drivers/staging/wlags49_h2/wl_cs.c between commit c8df2d45846e374de8ff601b9ea0537becfe75ca ("pcmcia: re-work pcmcia_request_irq()") from the pcmcia tree and commit ("") from the staging-next tree. I fixed it up (see below) and can c... 12 May 2010 02:39
linux-next: manual merge of the usb tree with the v4l-dvb tree
Hi Greg, Today's linux-next merge of the usb tree got a conflict in drivers/media/video/gspca/gspca.c between commit 659a02869f4a8be95df9efa76af02e53e400555f ("V4L/DVB: gspca - main: Convert wMaxPacketSize from little endian 16 to cpu") from the v4l-dvb tree and commit 42b4658241d4c16c838daf9d63c0029cd7269fe0 ("... 12 May 2010 16:58
ad7877: keep dma rx buffers in seperate cache lines
On Tue, May 11, 2010 at 23:23, FUJITA Tomonori wrote: Seems that kmalloc is not cacheline aligned on some architectures but they works. Probably, we might be just lucky because in general they allocate larger buffers than 64 for DMA via kmalloc and the buffers are aligned on the size? i think the magic c... 12 May 2010 14:43
s3c-fb: added patch series for s5pv210 and some features.
On Mon, May 10, 2010 at 05:22:54PM -0400, Andrew Morton wrote: On Fri, 7 May 2010 16:59:56 +0900 InKi Dae <daeinki(a)gmail.com> wrote: 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-... 12 May 2010 00:30