login
Header Space

 
 

Mailing list archives

Search results

Found 294 matching messages (0.022 seconds). Page 1 of 15.

[PATCH 27/27] blk_end_request: remove/unexport end_that_request_* (take 2)

This patch removes the following functions: o end_that_request_first() o end_that_request_chunk() and stops ... -caller-change/block/ll_rw_blk.c 27-remove-old-interface/block/ll_rw_blk. ... -change/include/linux/blkdev.h 27-remove-old-interface/include/linux/ ...

linux-kernel - Kiyoshi Ueda - Sep 11 2007 - 15:06

[patch 27/38] ctc: kmalloc->kzalloc/casting cleanups.

... S. Darwish" A patch for the CTC / ESCON network driver. Switch from ... 6.orig/drivers/s390/net/ctcmain.c 2007-04-27 16:01:49.000000000 +0200 +++ quilt-2.6/drivers/s390/net/ctcmain.c 2007-04-27 16:04:59.000000000 +0200 @@ -1638,21 ...

linux-kernel - Martin Schwidefsky - Apr 27 2007 - 10:05

[patch 27/40] i4l: fix random freezes with AVM B1 drivers

... Karsten Keil patch 9713d9e650045f7f2afd81d58a068827be306993 in mainline. This fix ... linked list without locking. This patch extends the existing locking to ... card->lock, flags); @@ -380,27 +382,27 @@ u16 b1_send_message(struct capi_ctr ...

linux-kernel - Greg Kroah-Hartman - Nov 15 2007 - 02:45

[PATCH 27/31] KVM: SVM: disable CR8 intercept when tpr is not masking interrupts

... This patch disables the intercept of CR8 writes ... svm.c | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) diff --git ... /svm.c @@ -1502,6 +1502,27 @@ static void svm_set_irq(struct kvm_vcpu ...

linux-kernel - Avi Kivity - Apr 21 2008 - 06:29

[PATCH 27/58] KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit

... NX=0, guest NX=1 combination. This patch reduces raw vmexit time by ~27%. Me: fix compile warnings ... ", STAT_OFFSET(efer_reload) }, { NULL } }; @@ -2378,6 +2379,27 @@ out: return r; } +static void cpuid_fix_nx_cap(struct ...

linux-kernel - Avi Kivity - Jun 17 2007 - 05:44

[PATCH 27/32] Unionfs: extended attributes fixes

... fs/unionfs/copyup.c +++ b/fs/unionfs/copyup.c @@ -32,27 +32,39 @@ static int copyup_xattrs(struct dentry *old_lower_dentry, ... { err = -E2BIG; goto out; @@ -73,19 +84,27 @@ static int copyup_xattrs(struct dentry *old_lower_dentry, /* Don't ...

linux-kernel - Josef 'Jeff' Sipek - Sep 2 2007 - 22:20

[PATCH 27/32] Unionfs: extended attributes fixes

... fs/unionfs/copyup.c +++ b/fs/unionfs/copyup.c @@ -32,27 +32,39 @@ static int copyup_xattrs(struct dentry *old_lower_dentry, ... { err = -E2BIG; goto out; @@ -73,19 +84,27 @@ static int copyup_xattrs(struct dentry *old_lower_dentry, /* Don't ...

linux-fsdevel - Josef 'Jeff' Sipek - Sep 2 2007 - 22:20

[PATCH 27/33] KVM: MMU: Concurrent guest walkers

... write"); if (gfn == vcpu->arch.last_pt_write_gfn @@ -1421,17 +1436,27 @@ void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa, } } ... /kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -1431,27 +1431,34 @@ static int init_rmode_tss(struct kvm *kvm) { ...

linux-kernel - Avi Kivity - Jan 6 2008 - 10:39

[PATCH 27/27] [ALSA] hdsp - fix section mismatch warnings

Fix following warnings: WARNING: sound/pci/rme9652/snd-hdsp.o(.text+0x34bc): Section mismatch in reference from the function hdsp_check_for_firmware() to the function .devinit.text:hdsp_request_fw_loader() WARNING: sound/pci/rme9652/snd-hdsp.o(.text+

linux-kernel - Sam Ravnborg - Feb 17 2008 - 08:23

[PATCH 27/44 take 2] [UBI] bad block handling unit header

... -from/drivers/mtd/ubi/badeb.h 1970-01-01 02:00:00.000000000 +0200 +++ tmp-to/drivers/mtd/ubi/badeb.h 2007-02-17 18:07:27.000000000 +0200 @@ -0,0 +1,108 @@ +/* + * Copyright (c) International Business Machines Corp., 2006 + * + * This program is free ...

linux-kernel - Artem Bityutskiy - Feb 17 2007 - 12:56

[patch 27/31] libata: Clear tf before doing request sense (take 3)

-stable review patch. If anyone has any objections, please let us know. ------------------ ... tf before doing request sense (take 3) patch 2/4: Clear tf before doing ... ata/libata-eh.c @@ -954,26 +954,27 @@ static int ata_eh_read_log_10h(struct at * ...

linux-kernel - Greg KH - Apr 11 2007 - 18:52

[PATCH 27/46] IEEE1394: remove rwsem use from ieee1394 core

The subsystem rwsem is not used by the driver core at all, so the use of it in the ieee1394 code doesn't make any sense. They might possibly want to use a local lock, but as most of these operations are already protected by a local lock, it really

linux-kernel - Greg Kroah-Hartman - Apr 27 2007 - 14:53

[patch 27/28] Add cmpxchg_local to v850

Use the new generic cmpxchg_local (disables interrupt). Also use the generic cmpxchg as fallback if SMP is not set. Signed-off-by: Mathieu Desnoyers CC: clameter@sgi.com --- include/asm-v850/system.h | 15

linux-kernel - Mathieu Desnoyers - Aug 27 2007 - 11:53

[PATCH 27/27] Documentation: Spelling fixes

From: Horst H. von Brand Signed-off-by: Horst H. von Brand --- Documentation/tutorial.txt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/tutorial.txt b

git - Horst.H.von.Brand - Jun 3 2006 - 16:27

[PATCH 27/33] memory controller add per container lru and reclaim v7

... -controller-add-per-cgroup-lru-and-reclaim-v7 +++ a/include/linux/res_counter.h @@ -99,4 +99,27 @@ int res_counter_charge(struct res_counte void res_counter_uncharge_locked(struct res_counter *counter, unsigned long val); void res_counter_uncharge( ...

linux-kernel - Paul Menage - Sep 17 2007 - 17:03

[RFC][PATCH 27/27] create and pass read-only mnt flag into do_loopback()

Originally from: Herbert Poetzl This is the core of the read-only bind mount patch set. This patch introduces MNT_RDONLY and ensures that it is checked before any users may obtain write permissions for a file through any ...

linux-fsdevel - Dave Hansen - Jun 7 2006 - 20:10

[PATCH 27/30] FS-Cache: CacheFiles: ia64: missing copy_page export [try #11]

This one-line patch fixes the missing export of copy_page introduced by the cachefile patches. This patch is not yet upstream, but is require= d for cachefile on ia64. It will be pushed upstream when cachefile goes upstream. Signed-off-by: Prarit ...

linux-fsdevel - David Howells - Jul 27 2006 - 16:53

[PATCH 27/32] IGET: Stop the SYSV filesystem from using iget() and read_inode() [try #2]

... /sysv/inode.c index 7c4e5d3..9d512a8 100644 --- a/fs/sysv/inode.c +++ b/fs/sysv/inode.c @@ -169,20 +169,27 @@ void sysv_set_inode(struct inode *inode, dev_t rdev) init_special_inode(inode, inode->i_mode, rdev); } -static void sysv_read_inode( ...

linux-kernel - David Howells - Oct 4 2007 - 11:58

[PATCH 27/32] IGET: Stop the SYSV filesystem from using iget() and read_inode() [try #2]

... /sysv/inode.c index 7c4e5d3..9d512a8 100644 --- a/fs/sysv/inode.c +++ b/fs/sysv/inode.c @@ -169,20 +169,27 @@ void sysv_set_inode(struct inode *inode, dev_t rdev) init_special_inode(inode, inode->i_mode, rdev); } -static void sysv_read_inode( ...

linux-fsdevel - David Howells - Oct 4 2007 - 11:58

[linux-usb-devel] [PATCH 27/40] USB: fix ssb_ohci_probe() build bug

From: Ingo Molnar fix ssb_ohci_probe() build bug: drivers/built-in.o: In function `ssb_ohci_probe': ohci-hcd.c:(.text+0xbff39): undefined reference to `ssb_device_enable' ohci-hcd.c:(.text+0xbff6f): undefined reference to `

linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14

speck-geostationary