login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
22
Re: [PATCH 0 of 9] mmu notifier #v12
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Robin Holt
Subject:
Re: [PATCH 0 of 9] mmu notifier #v12
Date: Tuesday, April 22, 2008 - 6:01 am
On Tue, Apr 22, 2008 at 02:00:56PM +0200, Andrea Arcangeli wrote:
quoted text
> On Tue, Apr 22, 2008 at 09:20:26AM +0200, Andrea Arcangeli wrote: > > invalidate_range_start { > > spin_lock(&kvm->mmu_lock); > > > > kvm->invalidate_range_count++; > > rmap-invalidate of sptes in range > > > > write_seqlock; write_sequnlock;
I don't think you need it here since invalidate_range_count is already elevated which will accomplish the same effect. Thanks, Robin --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0 of 9] mmu notifier #v12
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 1 of 9] Lock the entire mm to prevent any mmu relat ...
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 2 of 9] Core of mmu notifiers
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 3 of 9] Moves all mmu notifier methods outside the ...
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 4 of 9] Move the tlb flushing into free_pgtables. T ...
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 5 of 9] The conversion to a rwsem allows callbacks ...
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 6 of 9] We no longer abort unmapping in unmap vmas ...
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 7 of 9] Convert the anon_vma spinlock to a rw semap ...
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 8 of 9] XPMEM would have used sys_madvise() except ...
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
[PATCH 9 of 9] This patch adds a lock ordering rule to avo ...
, Andrea Arcangeli
, (Tue Apr 8, 8:44 am)
Re: [PATCH 2 of 9] Core of mmu notifiers
, Robin Holt
, (Tue Apr 8, 9:26 am)
Re: [PATCH 2 of 9] Core of mmu notifiers
, Andrea Arcangeli
, (Tue Apr 8, 10:05 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Avi Kivity
, (Tue Apr 8, 2:46 pm)
Re: [PATCH 0 of 9] mmu notifier #v12
, Andrea Arcangeli
, (Tue Apr 8, 3:06 pm)
Re: [PATCH 0 of 9] mmu notifier #v12
, Robin Holt
, (Wed Apr 9, 6:17 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Andrea Arcangeli
, (Wed Apr 9, 7:44 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Robin Holt
, (Wed Apr 9, 11:55 am)
Re: [PATCH 2 of 9] Core of mmu notifiers
, Christoph Lameter
, (Mon Apr 14, 12:57 pm)
Re: [PATCH 3 of 9] Moves all mmu notifier methods outside ...
, Christoph Lameter
, (Mon Apr 14, 12:57 pm)
Re: [PATCH 2 of 9] Core of mmu notifiers
, Christoph Lameter
, (Mon Apr 14, 12:59 pm)
Re: [PATCH 0 of 9] mmu notifier #v12
, Christoph Lameter
, (Mon Apr 14, 4:09 pm)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Robin Holt
, (Wed Apr 16, 9:33 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Christoph Lameter
, (Wed Apr 16, 11:35 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Robin Holt
, (Wed Apr 16, 12:02 pm)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Christoph Lameter
, (Wed Apr 16, 12:15 pm)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Robin Holt
, (Thu Apr 17, 4:14 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Andrea Arcangeli
, (Thu Apr 17, 8:51 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Robin Holt
, (Thu Apr 17, 9:36 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Andrea Arcangeli
, (Thu Apr 17, 10:14 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Robin Holt
, (Thu Apr 17, 10:25 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Christoph Lameter
, (Thu Apr 17, 12:10 pm)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Andrea Arcangeli
, (Thu Apr 17, 3:16 pm)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Rusty Russell
, (Mon Apr 21, 10:06 pm)
Re: [PATCH 0 of 9] mmu notifier #v12
, Andrea Arcangeli
, (Tue Apr 22, 12:20 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Andrea Arcangeli
, (Tue Apr 22, 5:00 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Robin Holt
, (Tue Apr 22, 6:01 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Andrea Arcangeli
, (Tue Apr 22, 6:21 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Robin Holt
, (Tue Apr 22, 6:36 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Andrea Arcangeli
, (Tue Apr 22, 6:48 am)
Re: [PATCH 0 of 9] mmu notifier #v12
, Robin Holt
, (Tue Apr 22, 8:26 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Andrea Arcangeli
, (Fri Apr 25, 9:56 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Andrea Arcangeli
, (Fri Apr 25, 10:04 am)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Robin Holt
, (Fri Apr 25, 12:25 pm)
Re: [PATCH 1 of 9] Lock the entire mm to prevent any mmu r ...
, Andrea Arcangeli
, (Fri Apr 25, 5:57 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate