backlight: adp8860: add support for ADP8861 & ADP8863
On Wed, 2010-05-26 at 03:00 -0400, Mike Frysinger wrote: From: Michael Hennerich <michael.hennerich(a)analog.com> Signed-off-by: Michael Hennerich <michael.hennerich(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- drivers/video/backlight/Kconfig | 6 ++-- drivers/video/bac... 26 May 2010 08:03
[PATCH] PCI quirk: AMD 780: work around wrong vendor ID on APC bridge
In all AMD 780 family northbridges, the vendor ID of the internal graphics PCI/PCI bridge reads not as AMD but as that of the mainboard vendor, because the hardware actually returns the value of the subsystem vendor ID (erratum 18). We currently have additional quirk entries for Asus and Acer, but it is likely t... 26 May 2010 06:58
splice: allow non-block splice only when in file is seekable
On Wed, 26 May 2010, Changli Gao wrote: allow non-block splice only when in file is seekable. do_splice_to() is split to two parts: read data from in file to spd, and move data from spd to pipe. If there isn't much space in pipe for the data in spd, and the splice is called with non-block flag, the data... 26 May 2010 06:58
[PATCH] MPC85xx -> FSL_SOC_BOOKE
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. There was a restructuring of Kconfig in October leafing some dangling ifdefs behind that aren't referenced any more. I've created a patch following the p... 26 May 2010 06:58
splice: check f_mode for seekable file
On Wed, 26 May 2010, Changli Gao wrote: check f_mode for seekable file As a seekable file is allowed without a llseek function, so the old way isn't work any more. Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> Looks good. Acked-by: Miklos Szeredi <mszeredi(a)suse.cz> BTW, you should send spl... 26 May 2010 06:58
[PATCH] fs/minix: bugfix, number of indirect block ptrs per block depends on block size
From: Erik van der Kouwe <vdkouwe(a)cs.vu.nl> The MINIX filesystem driver used a constant number of indirect block pointers in an indirect block. This worked only for filesystems with 1kb block, while the MINIX default block size is now 4kb. As a consequence, large files were read incorrectly on such filesystems... 26 May 2010 06:58
kvm, tdp: calculate correct base gfn for non-DIR level
On 05/26/2010 11:48 AM, Lai Jiangshan wrote: In Document/kvm/mmu.txt: gfn: Either the guest page table containing the translations shadowed by this page, or the base page frame for linear translations. See role.direct. But in __direct_map(), the base gfn calculation is incorrect, it do... 26 May 2010 06:58
See Attachment File. Mrs. Aung Kyi Coordinator-United Nations Assisted Program For Scammed Victims
See Attachment File. Mrs. Aung Kyi Coordinator-United Nations Assisted Program For Scammed Victims ... 26 May 2010 06:58
[PATCH 1/3] splice: check f_mode for seekable file
check f_mode for seekable file As a seekable file is allowed without a llseek function, so the old way isn't work any more. Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> ---- fs/splice.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fs/splice.c b/fs/splice.c index 9313b61..9e... 26 May 2010 06:58
tracing: Remove kmemtrace ftrace plugin
On Wed, May 26, 2010 at 05:22:17PM +0800, Li Zefan wrote: We have been resisting new ftrace plugins and removing existing ones, and kmemtrace has been superseded by kmem trace events and perf-kmem, so we remove it. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> Acked-by: Pekka Enberg <penberg(a)cs.helsi... 26 May 2010 12:28