First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[PATCH] arch/tile: correct a bug in freeing bootmem by VA for the optional second initrd.
Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> --- arch/tile/kernel/setup.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/tile/kernel/setup.c b/arch/tile/kernel/setup.c index 4dd21c1..e7d54c7 100644 --- a/arch/tile/kernel/setup.c +++ b/arch/tile/kernel/setup.c @@ -953,7 ... 13 Aug 2010 10:18
[PATCH] arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.
First, the siginfo preamble wasn't quite right; we need to indicate that we are padding up to 4 ints of preamble for 64-bit code, and then for compat mode we need to pad differently, using only 3 ints. Second, the C ABI requires a save area of two registers, not two pointers, since in compat mode we have 64-bit r... 13 Aug 2010 10:18
[PATCH V2 1/2] input: CMA3000 Accelerometer driver
----- Original Message ----- From: "Jonathan Cameron" <jic23(a)cam.ac.uk> To: "Hemanth V" <hemanthv(a)ti.com> Cc: <linux-input(a)vger.kernel.org>; <linux-kernel(a)vger.kernel.org>; <linux-omap(a)vger.kernel.org> Sent: Friday, May 21, 2010 5:27 PM Subject: Re: [RFC] [PATCH V2 1/2] input: CMA3000 Accelerometer driver ... 13 Aug 2010 10:18
[patch] usb/serial/ssu100: uninitialized variable
GCC complains about the original code, because we're using an unintialized variable "flag". I think we should be setting flag based on the UART_LSR_BRK_ERROR_BITS but I'm not sure... I don't have this hardware. Probably passing TTY_NORMAL is better than the current code? Signed-off-by: Dan Carpenter <error27@g... 13 Aug 2010 09:12
Q. NFS, return value of close(2)
On 08/11/2010 07:06 PM, Trond Myklebust wrote: commit e56f956a08a6227004cd9b7747df6a089dbb3594 Author: J. R. Okajima <hooanon05(a)yahoo.co.jp> Date: Thu Aug 12 02:00:02 2010 +0900 NFS: fix the return value of nfs_file_fsync() By the commit af7fa16 2010-08-03 NFS: Fix up... 13 Aug 2010 09:12
[PATCHv4 1/2] lib: vsprintf: optimised put_dec() function
The put_dec() and family of functions were based on a code optimised for processors with 8-bit ALU but since we don't need to limit ourselves to such small ALUs, the code was optimised and used capacities of an 16-bit ALU anyway. This patch goes further and uses the full capacity of the processor's ALU. On 64... 13 Aug 2010 09:12
[PATCHv4 2/2] lib: vsprintf: added a put_dec() test and benchmark tool
This commit adds a test application for the put_dec() and family of functions that are used by the previous two commits. Signed-off-by: Michal Nazarewicz <mina86(a)mina86.com> --- tools/put-dec/Makefile | 16 + tools/put-dec/put-dec-test.c | 927 ++++++++++++++++++++++++++++++++++++++++++ 2 files change... 13 Aug 2010 09:12
[PATCH v2] ARM: imx: fix build failure concerning otg/ulpi
The build failure was introduced by 13dd0c9 (USB: otg/ulpi: extend the generic ulpi driver.) Cc: Igor Grinberg <grinberg(a)compulab.co.il> Cc: Mike Rapoport <mike(a)compulab.co.il> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- arch/arm/mach-imx/mac... 13 Aug 2010 09:12
2.6.35-git12 fails compile (update_wall_time)
Fyi: i386 UP LD net/netfilter/built-in.o LD net/built-in.o LD vmlinux.o MODPOST vmlinux.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 kernel/built-in.o: In fu... 13 Aug 2010 09:12
block: replace barrier with sequenced flush
The patchset looks functionally correct to me, and with a small patch to make use of WRITE_FUA_FLUSH survives xfstests, and instrumenting the underlying qemu shows that we actually get the flush requests where we should. No performance or power fail testing done yet. But I do not like the transition very much. ... 13 Aug 2010 11:24
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20