|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [patch 05/24] Xen-paravirt_ops: Add pagetable access
Rusty Russell wrote:
> On Wed, 2007-02-21 at 23:15 +0100, Andi Kleen wrote:
>
>> On Wednesday 21 February 2007 21:52, Jeremy Fitzhardinge wrote:
>>
>>> Add a set of accessors to pack, unpack and modify page table entries
>>> (at all levels). This allows a paravirt implementation to control the
>>> contents of pgd/pmd/pte entries. For example, Xen uses this to
>>> convert the (pseudo-)physical address into a machine address when
>>> populating a pagetable entry, and converting back to pphys address
>>> when an entry is read.
>>>
>> Do you have some lmbench numbers before/after this change?
>> iirc at least fork and exit do a lot of pte accesses in various forms.
>> If it's measurable it might be needed to patch those for the native case.
>>
>
> Yes, __mkpte must be patched to avoid performance embarrassment.
>
> Jeremy, did you want me to do this, or are you happy to?
>
I'm working on it now. I'll mail out a proposal in a little bit.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface, Jeremy Fitzhardinge
- [Xen-devel] [patch 02/24] Xen-paravirt_ops: Clean up ELF note generation, Jeremy Fitzhardinge
- [Xen-devel] [patch 04/24] Xen-paravirt_ops: ignore vgacon if hardware not present, Jeremy Fitzhardinge
- [Xen-devel] [patch 07/24] Xen-paravirt_ops: paravirt_ops: allocate a fixmap slot, Jeremy Fitzhardinge
- [Xen-devel] [patch 11/24] Xen-paravirt_ops: Add apply_to_page_range() which applies a function to a pte range., Jeremy Fitzhardinge
- [Xen-devel] [patch 06/24] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable, Jeremy Fitzhardinge
- [Xen-devel] [patch 09/24] Xen-paravirt_ops: add hooks to intercept mm creation and destruction, Jeremy Fitzhardinge
- [Xen-devel] [patch 10/24] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, Jeremy Fitzhardinge
- [Xen-devel] [patch 08/24] Xen-paravirt_ops: Allow paravirt backend to choose kernel PMD sharing, Jeremy Fitzhardinge
- [Xen-devel] [patch 20/24] Xen-paravirt_ops: Add early printk support via hvc console, Jeremy Fitzhardinge
- [Xen-devel] [patch 14/24] Xen-paravirt_ops: Add XEN config options, Jeremy Fitzhardinge
|
|
|
|
|