login
Header Space

 
 

Mailing list archives

Search results

Found 419 matching messages (0.002 seconds). Page 1 of 21.

Re: [PATCH 2 of 3] mm_take_all_locks

... > On Thu, 5 Jun 2008, Andrea Arcangeli wrote: > > + /* > > + * AS_MM_ALL_LOCKS can't ... that comment issue). From: Andrea Arcangeli <andrea@qumranet.com> Indeed, I ... . Thanks! Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> --- diff -r ...

linux-kernel - Andrea Arcangeli - Jun 5 2008 - 12:44

Re: [RFC][PATCH 7/7] lockdep: spin_lock_nest_lock()

From: Andrea Arcangeli <andrea@qumranet.com> Lockdep can't recognize if spinlocks are ... be reverted. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> --- On Mon, Aug ... , 2008 at 07:27:28PM +0200, Andrea Arcangeli wrote: > I can reproduce this ...

linux-kernel - Andrea Arcangeli - Aug 4 2008 - 13:46

Re: [PATCH] workaround minor lockdep bug triggered by mm_take_all_locks

... Mon, 2008-08-04 at 19:57 +0200, Andrea Arcangeli wrote: > > From: Andrea Arcangeli <andrea@qumranet.com> > > > > Lockdep can't recognize if spinlocks are ... > reverted. > > > > Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> > > NAK, come-on ...

linux-kernel - Andrea Arcangeli - Aug 4 2008 - 16:15

mmu notifier #v14

... www.kernel.org/pub/linux/kernel/people/andrea/patches/v2.6/2.6.25/mmu- ... www.kernel.org/pub/linux/kernel/people/andrea/patches/v2.6/2.6.25/ ... to read the memslots with only the mmu_lock. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/ ...

linux-kernel - Andrea Arcangeli - Apr 26 2008 - 12:46

[PATCH 001/001] mmu-notifier-core v17

From: Andrea Arcangeli <andrea@qumranet.com> With KVM/GFP/XPMEM there isn't just ... and it's reliable. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> Signed-off-by: Nick ... ://www.kernel.org/pub/linux/kernel/people/andrea/patches/v2.6/2.6.26-rc1/mmu ...

linux-kernel - Andrea Arcangeli - May 9 2008 - 15:32

[PATCH 2 of 2] make seccomp zerocost in schedule

# HG changeset patch # User Andrea Arcangeli <andrea@cpushare.com> # Date 1181833362 -7200 # Node ID ... it if you care in the embedded. Signed-off-by: Andrea Arcangeli <andrea@cpushare.com> diff --git a/arch/i386/kernel/process.c b/arch/i386/kernel/ ...

linux-kernel - Andrea Arcangeli - Jun 14 2007 - 11:08

[PATCH 1 of 2] move seccomp from /proc to a prctl

# HG changeset patch # User Andrea Arcangeli <andrea@cpushare.com> # Date 1181833362 -7200 # Node ID ... preempt ;) ] TIF_NOTSC implementation). Signed-off-by: Andrea Arcangeli <andrea@cpushare.com> diff --git a/fs/proc/base.c b/fs/proc/base.c --- a ...

linux-kernel - Andrea Arcangeli - Jun 14 2007 - 11:08

[PATCH] KVM swapping with MMU Notifiers V7

... so it's not urgent. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/arch/x86/kvm/ ... mmu_lock hold and it should be applied along the above patch: Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/arch/x86/kvm ...

linux-kernel - Andrea Arcangeli - Feb 16 2008 - 06:48

[PATCH] KVM swapping (+ seqlock fix) with mmu notifiers #v6

... requiring a page pin). Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/arch/x86/ ... locking patch to browse memslots without the memslot lock mutex. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/arch/x86/ ...

linux-kernel - Andrea Arcangeli - Feb 20 2008 - 06:45

[PATCH] KVM swapping with mmu notifiers #v7

... to latest kvm.git. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/arch/x86/kvm/ ... the change to the memslot readonly locking through kvm->mmu_lock: Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/arch/x86/ ...

linux-kernel - Andrea Arcangeli - Feb 27 2008 - 18:06

[PATCH] KVM swapping with mmu notifiers #v9

... mmap_sem in write mode. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/arch/x86/ ... (struct kvm *kvm); As usual memslot browsing with mmu_lock. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/arch/x86/ ...

linux-kernel - Andrea Arcangeli - Mar 3 2008 - 18:05

[PATCH 1 of 8] Core of mmu notifiers

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1207158873 -7200 # Node ID ... Core of mmu notifiers. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> Signed-off-by: Nick Piggin Signed-off-by: ...

linux-kernel - Andrea Arcangeli - Apr 2 2008 - 17:30

[PATCH 2 of 8] Moves all mmu notifier methods outside the PT lock (first and not last

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1207159010 -7200 # Node ... make them sleep capable). Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/include/linux/mmu_notifier.h b/include/linux/mmu_notifier ...

linux-kernel - Andrea Arcangeli - Apr 2 2008 - 17:30

[PATCH 4 of 8] The conversion to a rwsem allows callbacks during rmap traversal

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1207159011 -7200 # Node ... performance results on an 8p. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> Signed-off-by: Christoph Lameter diff --git a ...

linux-kernel - Andrea Arcangeli - Apr 2 2008 - 17:30

[PATCH 1 of 9] Lock the entire mm to prevent any mmu related operation to happen

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1207666462 -7200 # Node ID ... the entire mm to prevent any mmu related operation to happen. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/include/linux/mm. ...

linux-kernel - Andrea Arcangeli - Apr 8 2008 - 11:44

[PATCH 2 of 9] Core of mmu notifiers

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1207666462 -7200 # Node ID ... Core of mmu notifiers. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> Signed-off-by: Nick Piggin Signed-off-by: ...

linux-kernel - Andrea Arcangeli - Apr 8 2008 - 11:44

[PATCH 3 of 9] Moves all mmu notifier methods outside the PT lock (first and not last

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1207666463 -7200 # Node ... make them sleep capable). Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/include/linux/mmu_notifier.h b/include/linux/mmu_notifier ...

linux-kernel - Andrea Arcangeli - Apr 8 2008 - 11:44

[PATCH 5 of 9] The conversion to a rwsem allows callbacks during rmap traversal

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1207666463 -7200 # Node ... performance results on an 8p. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> Signed-off-by: Christoph Lameter diff --git a ...

linux-kernel - Andrea Arcangeli - Apr 8 2008 - 11:44

[PATCH 02 of 12] Fix ia64 compilation failure because of common code include bug

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1208872186 -7200 # Node ... Fix ia64 compilation failure because of common code include bug. Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/include/linux/ ...

linux-kernel - Andrea Arcangeli - Apr 22 2008 - 09:51

[PATCH 04 of 12] Moves all mmu notifier methods outside the PT lock (first and not last

# HG changeset patch # User Andrea Arcangeli <andrea@qumranet.com> # Date 1208872186 -7200 # Node ... make them sleep capable). Signed-off-by: Andrea Arcangeli <andrea@qumranet.com> diff --git a/include/linux/mmu_notifier.h b/include/linux/mmu_notifier ...

linux-kernel - Andrea Arcangeli - Apr 22 2008 - 09:51

speck-geostationary