Found 294 matching messages (0.022 seconds). Page 1 of 15.
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
... S. Darwish"
linux-kernel - Martin Schwidefsky - Apr 27 2007 - 10:05
... Karsten Keil
linux-kernel - Greg Kroah-Hartman - Nov 15 2007 - 02:45
...
linux-kernel - Avi Kivity - Apr 21 2008 - 06:29
... 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
... 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
... 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
... 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
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
... -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
-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
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
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
linux-kernel - Mathieu Desnoyers - Aug 27 2007 - 11:53
From: Horst H. von Brand
git - Horst.H.von.Brand - Jun 3 2006 - 16:27
... -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
Originally from: Herbert Poetzl
linux-fsdevel - Dave Hansen - Jun 7 2006 - 20:10
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
... /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
... /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
From: Ingo Molnar
linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14