First  |  Prev |  Next  |  Last
Pages: 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939
[PATCH 04/25] lmb: Export LMB_ERROR again
will used by x86 lmb_find_in_range_node and nobootmem replacement Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h | 1 + lib/lmb.c | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/include/linux/lmb.h b/include/linux/lmb.h index 1e96224..eb8a5a3 100... 22 Jun 2010 13:48
[PATCH v3] tty: Add EXTPROC support for LINEMODE
This patch is against the 2.6.34 source. Paraphrased from the 1989 BSD patch by David Borman @ cray.com: These are the changes needed for the kernel to support LINEMODE in the server. There is a new bit in the termios local flag word, EXTPROC. When this bit is set, several aspects of the ... 22 Jun 2010 13:48
[PATCH 23/25] x86: Have nobootmem version setup_bootmem_allocator()
We can reduce #ifdef number from 3 to one in init_32.c Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/mm/init_32.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c index e3ae067..f172aa3 100644 --- a/arch/x86/mm... 22 Jun 2010 13:48
block/xd.c: fix brace typo
On 2010-06-22 18:03, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix extra brace typo that is causing build errors Thanks Randy, applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel... 22 Jun 2010 13:48
[PATCH 01/25] lmb: lmb_find_base() should return LMB_ERROR on failing path
all callees assume it return LMB_ERROR when it fail to find a range Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- lib/lmb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/lmb.c b/lib/lmb.c index 2421b2a..13d1a04 100644 --- a/lib/lmb.c +++ b/lib/lmb.c @@ -154,7 +154,7 @@ ... 22 Jun 2010 13:48
[PATCH 07/25] lmb: Add lmb_find_in_range()
it is a wrapper for lmb_find_base make it more easy for x86 to use lmb. ( rebase ) x86 early_res is using find/reserve pattern instead of alloc. keep it in weak version, so later We can use x86 own version if needed. also We need it in lib/lmb.c, so one caller mm/page_alloc.c could get compiled -v2: Change n... 22 Jun 2010 13:48
[PATCH 2/2] mtd: m25p80: Make jedec_probe() return proper errno values
spi_write_then_read() may return its own return codes (e.g. -EIO), so let's propagate the value down to the probe(). Also, remove jedec == 0 check, it isn't needed as nowadays we use dedicated SPI device IDs for non-JEDEC flashes. Suggested-by: Barry Song <21cnbao(a)gmail.com> Signed-off-by: Anton Vorontsov <avo... 22 Jun 2010 13:48
[PATCH 17/25] x86, lmb: Add lmb_memory_in_range()
It will return memory size in specified range according to lmb.memory.region Try to share some code with lmb_free_memory_in_range() by passing get_free to __lmb_memory_in_range(). -v2: Ben want _in_range in the name instead of size Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/lmb... 22 Jun 2010 13:48
bnx2 fails to compile on parisc because of missing get_dma_ops()
On Tue, Jun 22, 2010 at 03:30:08PM +0900, FUJITA Tomonori wrote: .... I don't see any harm in letting drivers know whether we can support consistent DMA allocs for a given struct device or not though, even if the micro-optimization is marginal at best. I'm happier with exporting less DMA APIs to ... 22 Jun 2010 13:48
param sysfs oops (simple, leaky) fix, bool arrays fix
On 06/05/10 04:28 +0200, ext Rusty Russell wrote: On Wed, 5 May 2010 06:19:29 pm Artem Bityutskiy wrote: Fixing in the way of the later upstream is a bit too intrusive as a stable patch. So, I'm also not sure whether we should take it, too... To be frank I do not really understand wh... 22 Jun 2010 20:27
First  |  Prev |  Next  |  Last
Pages: 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939