linux-ide: hda: possibly failed opcode: 0x25 on Alpha with 2.6.34-rc3
On Wednesday 07 April 2010 01:26:59 am Adrian Glaubitz wrote: Dear IDE maintainers, I'm flattered but nowadays I'm just a maintainer of a modest out-of-tree project or two.. ;-) I recently installed Debian unstable on an old digital personal workstation 433au alpha (Miata) [1] with the default kernel 2.6... 13 Apr 2010 11:41
Remove node's validity check in alloc_pages
On Wed, Apr 14, 2010 at 12:24:58AM +0900, Minchan Kim wrote: alloc_pages calls alloc_pages_node with numa_node_id(). alloc_pages_node can't see nid < 0. So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Cc: Mel Gorm... 13 Apr 2010 20:42
[PATCH 2/6] change alloc function in pcpu_alloc_pages
alloc_pages_node is called with cpu_to_node(cpu). I think cpu_to_node(cpu) never returns -1. (But I am not sure we need double check.) So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Cc: Tejun Heo <tj(a)kernel.org> Cc: Christoph... 13 Apr 2010 11:41
DMAENGINE: Support for ST-Ericssons DMA40 block v3
2010/3/30 Linus Walleij <linus.walleij(a)stericsson.com>: This is a straightforward driver for the ST-Ericsson DMA40 DMA controller found in U8500, implemented akin to the existing COH 901 318 driver. Dan, if this driver is fine can it be put into the async_tx tree? Andrew already has it in his tree but it... 13 Apr 2010 11:41
[PATCH 1/6] Remove node's validity check in alloc_pages
alloc_pages calls alloc_pages_node with numa_node_id(). alloc_pages_node can't see nid < 0. So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Cc: Mel Gorman <mel(a)csn.ul.ie> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> ... 13 Apr 2010 11:41
[PATCH 6/6] Add comment in alloc_pages_exact_node
alloc_pages_exact_node naming makes some people misleading. They considered it following as. "This function will allocate pages from node which I wanted exactly". But it can allocate pages from fallback list if page allocator can't find free page from node user wanted. So let's comment this NOTE. Actually I ... 13 Apr 2010 11:41
[PATCH 5/6] change alloc function in __vmalloc_area_node
__vmalloc_area_node never pass -1 to alloc_pages_node. It means node's validity check is unnecessary. So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Cc: Nick Piggin <npiggin(a)suse.de> Signed-off-by: Minchan Kim <minchan.kim(a)gmail... 13 Apr 2010 11:41
[PATCH 4/6] change alloc function in vmemmap_alloc_block
if node_state is N_HIGH_MEMORY, node doesn't have -1. It means node's validity check is unnecessary. So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Cc: Christoph Lameter <cl(a)linux-foundation.org> Signed-off-by: Minchan Kim <minc... 13 Apr 2010 11:41
vhost-net: fix vq_memory_access_ok error checking
On Tue, Apr 13, 2010 at 06:01:21PM +0300, Michael S. Tsirkin wrote: On Wed, Apr 07, 2010 at 09:59:10AM -0400, Jeff Dike wrote: vq_memory_access_ok needs to check whether mem == NULL Signed-off-by: Jeff Dike <jdike(a)linux.intel.com> Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com> This wa... 13 Apr 2010 11:41
(none)
Please contact the following for processing of your inheritance worth $2million Dollars (lindalee2346(a)aol.com) With the following information.FULL NAME ,ADDRESS: OCCUPATION: PHONE:Email :COUNTRY: -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@... 13 Apr 2010 10:34