login
Header Space

 
 

Mailing list archives

Search results

Found 1205 matching messages (0.025 seconds). Page 1 of 50.

[PATCH 13/25] Noreclaim LRU Infrastructure

... 2 include/linux/mm_inline.h | 13 ++- include/linux/mmzone.h | 24 ... else if (!PageReferenced(page)) { @@ -235,13 +241,38 @@ void __lru_cache_add(struct ... not be reclaimable: + * TODO - later patches + */ +int page_reclaimable(struct page *page ...

linux-kernel - Lee Schermerhorn - May 29 2008 - 15:50

[PATCH 13/14] UML - Remove os_* usage from userspace files

This patch fixes some userspace files which were calling libc through the os_ ... arch/um/include/mconsole.h | 13 -- arch/um/include/os.h | 1 ... :03.000000000 -0400 @@ -1,14 +1,13 @@ /* - * Copyright (C) 2002 Jeff Dike ( ...

linux-kernel - Jeff Dike - Aug 14 2007 - 17:40

[PATCH 13/14] mm: lock_page_ref

... -writeback.c 2007-01-28 13:59:24.000000000 +0100 +++ linux- ... __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); @@ -913,13 +915,15 @@ int test_clear_page_writeback(struct ... 03:21.000000000 +0100 @@ -367,13 +367,15 @@ int remove_exclusive_swap_page(struct ...

linux-kernel - Peter Zijlstra - Jan 28 2007 - 09:13

[PATCH 13/13] scsi drivers: sg chaining

... .c | 7 +-- drivers/scsi/dpt_i2o.c | 13 +++-- drivers/scsi/eata.c | 8 +-- ... =(char *)(sp->SCp.buffer->dma_address); } @@ -256,13 +258,12 @@ static void dma_mmu_release_scsi_one (struct ...

linux-kernel - Jens Axboe - May 10 2007 - 06:21

[patch 13/16] zcrypt: fix request timeout handling

... + .request_timeout = PCICC_CLEANUP_TIME, }; /** @@ -501,18 +502,13 @@ static long zcrypt_pcicc_modexpo(struct goto ... .request_timeout = PCIXCC_CLEANUP_TIME, }; /** @@ -641,18 +642,13 @@ static long zcrypt_pcixcc_modexpo(struct goto ...

linux-kernel - Martin Schwidefsky - Jul 10 2007 - 05:29

[patch 13/19] chardev: pc8736x_gpio - move gpio_dump into nsc_gpio

... the GPIO on PC-8736x chips. 13/19. patch.common-dump gpio_dump() doesnt belong in ... Cromie diffstat patch.common-dump arch/i386/kernel/scx200.c ... -14/drivers/char/scx200_gpio.c --- k16r-13/drivers/char/scx200_gpio.c 2006-05- ...

linux-kernel-mentors - Jim Cromie - May 30 2006 - 04:11

[RFC PATCH 13/30 v3] handle accurate time keeping over long delays

... vgtod.h 2008-01-14 13:13:44.000000000 -0500 +++ linux ... clocksource.h 2008-01-14 13:13:44.000000000 -0500 +++ linux ... some mult_lxl_ll() asm optimization */ @@ -184,13 +224,27 @@ static inline s64 ... timekeeping.c 2008-01-14 13:13:44.000000000 -0500 +++ linux ...

linux-kernel - Steven Rostedt - Jan 15 2008 - 16:49

[Patch 13/18] separate chctl_flags from XPC's notify IRQ

... struct xpc_rsvd_page *, u64, @@ -638,14 +686,13 @@ extern int (*xpc_any_partition_engaged) extern void ... (send_msgrequest) + xpc_send_chctl_msgrequest_sn2(ch); } /* @@ -1929,13 +1932,13 @@ xpc_allocate_msg_sn2(struct xpc_channel * There ...

linux-kernel - Dean Nelson - Jun 6 2008 - 12:56

Re: [PATCH 13/13] update copyright date

... Cashin" wrote: > Subject: [PATCH 13/13] update copyright date Please put an identfier for the subsytem in patch titles. In this case, ... race-between-use-and-initialization-of-locks.patch, queued the rest and added the ...

linux-kernel - Andrew Morton - Dec 22 2007 - 02:03

[RFC PATCH 13/23 -v4] add notrace annotations to timing events

This patch adds notrace annotations to timer functions that will be ... :33:44.000000000 -0500 @@ -248,13 +248,13 @@ __setup("notsc", notsc_setup); /* clock ... :44.000000000 -0500 @@ -30,13 +30,13 @@ */ u32 pmtmr_ioport __read_mostly; -static ...

linux-kernel - Steven Rostedt - Jan 21 2008 - 11:22

[PATCH 13/18] ide-floppy: replace pc->c with rq->cmd

... ide_end_request(drive, uptodate, nsecs); return 0; @@ -282,13 +282,14 @@ static void idefloppy_update_buffers(ide_drive_t *drive, ... 18; pc->req_xfer = 18; } @@ -376,12 +380,13 @@ static void idefloppy_retry_pc(ide_drive_t *drive) { ...

linux-kernel - Borislav Petkov - Jun 12 2008 - 02:41

[patch 13/19] perfmon2 minimal v3: attach/detach support

This patch adds the attach and detach functionalities. A perfmon session ... /perfmon_attach.c 2008-06-26 13:01:16.000000000 +0200 +++ o/ ... /perfmon_attach.c 2008-06-26 13:02:04.000000000 +0200 @@ -42, ... perfmon/Makefile 2008-06-26 13:03:29.000000000 +0200 @@ -7 ...

linux-kernel - eranian - Jun 30 2008 - 09:14

Re: [PATCH 13/15] ide: fix UDMA/MWDMA/SWDMA masks

... mask filtering method - done in the next patch) v2: * piix: fix cable detection for 82801AA_1 ... 11 */ DECLARE_PIIX_DEV("ICH2M"), - /* 12 */ DECLARE_PIIX_DEV("ICH3M"), - /* 13 */ DECLARE_PIIX_DEV("ICH3"), - /* 14 */ DECLARE_PIIX_DEV("ICH4"), - /* ...

linux-kernel - Bartlomiej Zolnierkiewicz - Feb 3 2007 - 13:24

[patch 13/13] signal/timer/event fds v6 - KAIO eventfd support example ...

... a POLLIN in the fd. This patch uses a reserved for future use ... a quick test program to verify the patch, and it runs fine here: http ... /aio.h 2007-03-15 16:13:45.000000000 -0700 @@ -119,6 +119, ... /aio_abi.h 2007-03-15 16:13:45.000000000 -0700 @@ -84,7 +84, ...

linux-kernel - Davide Libenzi - Mar 15 2007 - 20:22

[PATCH 13/18] reiserfs: new export ops

... /fs/reiserfs/inode.c 2007-09-13 15:21:12.000000000 +0200 @@ ... /fs/reiserfs/super.c 2007-09-13 15:21:12.000000000 +0200 @@ ... include/linux/reiserfs_fs.h 2007-09-13 15:10:45.000000000 +0200 +++ ... include/linux/reiserfs_fs.h 2007-09-13 15:21:47.000000000 +0200 @@ ...

linux-fsdevel - Christoph Hellwig - Sep 19 2007 - 12:31

[patch 13/19] ramfs pages are non-reclaimable

... brd.c in 24-rc4-mm1. Update patch to add brd_open() to mark mapping as ... orig/mm/vmscan.c 2008-01-02 13:07:09.000000000 -0500 +++ linux-2.6 ... s mapping marked non-reclaimable * TODO - later patches * * TODO: specify locking assumptions @@ -2246,6 ...

linux-kernel - linux-kernel - Jan 2 2008 - 18:41

[PATCH 13/16] udf: remove UDF_I_* macros and open code them

... ->attrTime = cpu_to_lets(cpu_time); @@ -1594,13 +1599,13 @@ static int udf_update_inode(struct ... *)epos->bh->b_data; @@ -1836,13 +1842,13 @@ int8_t udf_write_aext(struct inode ... sizeof(long_ad); } @@ -509,12 +511,13 @@ add: fibh->sbh = fibh->ebh ...

linux-kernel - marcin.slusarz - Jan 10 2008 - 18:06

[ofa-general] [PATCH 13/20] IB/ipath -- support for SerDes portion of IBA7220

... , 31, 15, 15, 1), + DDS_VAL(31, 13, 15, 3, 31, 16, 15, 0), ... (31, 15, 15, 1, 31, 18, 13, 0), + DDS_VAL(31, 16, 15, 0, ... 20, 11, 0), + DDS_VAL(31, 18, 13, 0, 30, 21, 10, 0), + ... recommends below for 1m cable */ +#define DDS_1M 13 + DDS_VAL(28, 25, 6, 0, 21, ...

openfabrics-general - Ralph Campbell - Apr 2 2008 - 18:50

[PATCH 13/13] Get rid of ipc_lock_down()

[PATCH 13/13] With the previous patch ipc_lock() becomes lockless. So there is no need anymore for ipc_lock_down()-like routines. ... 2.6.25-rc8-mm1.orig/ipc/shm.c 2008-04-11 18:13:13.000000000 +0200 +++ linux-2.6.25-rc8-mm1/ipc/shm.c ...

linux-kernel - Nadia.Derbey - Apr 11 2008 - 12:17

[PATCH 13/20] cyclades: use tty_port

... 6, 7, 8, 9, * 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, * ... .baud_base; info->custom_divisor = new_serial.custom_divisor; @@ -3422,13 +3422,13 @@ set_serial_info(struct cyclades_port *info, info-> ...

linux-kernel - Alan Cox - May 19 2008 - 10:51

speck-geostationary