login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
9
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte flag for IO mappings
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Keir Fraser <keir.fraser@...>
To: Jeremy Fitzhardinge <jeremy@...>
Cc: Avi Kivity <avi@...>, Ingo Molnar <mingo@...>, Xen Devel <xen-devel@...>, Andi Kleen <andi@...>, <linux-kernel@...>, H. Peter Anvin <hpa@...>
Subject:
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte flag for IO mappings
Date: Tuesday, September 9, 2008 - 12:05 pm
On 9/9/08 16:48, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:
quoted text
> Keir Fraser wrote: >> That's basically what our _PAGE_IO flag (in our old Linux patchset) means. >> We use it to cause pte_pfn() to return an invalid pfn and hence avoid >> reference counting that way. Since kernel mappings are never reference >> counted (I think?) perhaps we could use _PAGE_SPECIAL even if it is >> restricted to use on user mappings. > > Well, _PAGE_IOMAP's most important semantic from Xen's perspective is > that the frame number is considered to already be an MFN and so isn't > converted. It may be that _PAGE_SPECIAL is also useful for its "no > refcount" properties, but we could set both in that case.
Oh, yes, our _PAGE_IO has the same meaning. -- Keir --
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 7] x86: lay groundwork for Xen domain 0 support
, Jeremy Fitzhardinge
, (Sun Sep 7, 6:21 pm)
[PATCH 7 of 7] x86: always explicitly map acpi memory
, Jeremy Fitzhardinge
, (Sun Sep 7, 6:21 pm)
Re: [Xen-devel] [PATCH 7 of 7] x86: always explicitly map ac...
, Yinghai Lu
, (Sun Sep 7, 7:35 pm)
Re: [Xen-devel] [PATCH 7 of 7] x86: always explicitly map ac...
, Jeremy Fitzhardinge
, (Sun Sep 7, 8:02 pm)
Re: [Xen-devel] [PATCH 7 of 7] x86: always explicitly map ac...
, Yinghai Lu
, (Sun Sep 7, 8:14 pm)
[PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Jeremy Fitzhardinge
, (Sun Sep 7, 6:21 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Andi Kleen
, (Sun Sep 7, 7:44 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Jeremy Fitzhardinge
, (Sun Sep 7, 8:03 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Ingo Molnar
, (Mon Sep 8, 10:26 am)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Ingo Molnar
, (Wed Sep 10, 7:55 am)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Jeremy Fitzhardinge
, (Wed Sep 10, 12:49 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Yinghai Lu
, (Thu Sep 11, 4:34 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Jeremy Fitzhardinge
, (Thu Sep 11, 5:07 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Ingo Molnar
, (Fri Sep 12, 5:49 am)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Yinghai Lu
, (Fri Sep 12, 1:31 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Ingo Molnar
, (Thu Sep 11, 3:33 am)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Jeremy Fitzhardinge
, (Thu Sep 11, 2:36 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Ingo Molnar
, (Thu Sep 11, 2:56 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Jeremy Fitzhardinge
, (Mon Sep 8, 3:41 pm)
Re: [PATCH 6 of 7] x86: use early_ioremap in __acpi_map_table
, Jeremy Fitzhardinge
, (Mon Sep 8, 12:29 pm)
[PATCH 5 of 7] x86-64: don't check for map replacement
, Jeremy Fitzhardinge
, (Sun Sep 7, 6:21 pm)
[PATCH 3 of 7] x86: add early_memremap()
, Jeremy Fitzhardinge
, (Sun Sep 7, 6:21 pm)
[PATCH 4 of 7] x86: use early_memremap() in setup.c
, Jeremy Fitzhardinge
, (Sun Sep 7, 6:21 pm)
[PATCH 1 of 7] x86: add _PAGE_IOMAP pte flag for IO mappings
, Jeremy Fitzhardinge
, (Sun Sep 7, 6:21 pm)
Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte flag for IO mapp...
, Avi Kivity
, (Tue Sep 9, 9:32 am)
Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte flag for IO mapp...
, Jeremy Fitzhardinge
, (Tue Sep 9, 10:47 am)
Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte flag for IO mapp...
, Avi Kivity
, (Tue Sep 9, 10:56 am)
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte ...
, Avi Kivity
, (Wed Sep 10, 5:55 am)
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte ...
, Jeremy Fitzhardinge
, (Wed Sep 10, 12:38 pm)
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte ...
, Nick Piggin
, (Wed Sep 10, 12:55 pm)
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte ...
, Jeremy Fitzhardinge
, (Wed Sep 10, 1:27 pm)
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte ...
, Keir Fraser
, (Tue Sep 9, 11:29 am)
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte ...
, Jeremy Fitzhardinge
, (Tue Sep 9, 11:48 am)
Re: [Xen-devel] Re: [PATCH 1 of 7] x86: add _PAGE_IOMAP pte ...
, Keir Fraser
, (Tue Sep 9, 12:05 pm)
[PATCH 2 of 7] x86: remove duplicate early_ioremap declarati...
, Jeremy Fitzhardinge
, (Sun Sep 7, 6:21 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg Kroah-Hartman
[PATCH 004/196] Chinese: add translation of SubmittingPatches
Bart Van Assche
Integration of SCST in the mainstream Linux kernel
Eric Sandeen
Re: [RFC] Heads up on sys_fallocate()
git
:
linux-netdev
:
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
Antonio Almeida
HTB accuracy for high speed
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
520 guests
online.
Online users
henrywatson
Syndicate