aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/p2m.c
Commit message (Expand)AuthorAgeFilesLines
* xen: arm: improve VMID allocation.Ian Campbell2013-09-211-4/+67
* xen: arm: precalculate VTTBR_EL2 for a domain when setting up its p2mIan Campbell2013-07-291-7/+9
* xen/arm: move the tlb_flush in create_p2m_entries to the end of the functionStefano Stabellini2013-04-301-4/+5
* xen: arm: p2m: use 64-bit compatible registers.Ian Campbell2013-02-221-1/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-1/+1
* xen/arm: create_p2m_entries should not call free_domheap_pageStefano Stabellini2012-10-091-5/+0
* xen/arm: implement page reference and gnttab functions needed by grant_table.cStefano Stabellini2012-10-091-24/+53
* arm: unwind allocations etc on arch_domain_create_failureIan Campbell2012-07-031-0/+15
* arm: map GICV in all domains, not just dom0.Ian Campbell2012-07-031-1/+2
* arm: allow p2m to be created with specific MATTR.Ian Campbell2012-07-031-10/+12
* arm: fix locking in create_p2m_entriesIan Campbell2012-06-261-2/+2
* arm: implement p2m lookupIan Campbell2012-06-261-0/+45
* arm: remove unnecessarily verbose print from p2m_load_VTTBRIan Campbell2012-06-261-2/+0
* arm: handy function to print a walk of a page tableIan Campbell2012-06-261-0/+15
* arm: allocate top level p2m page for all non-idle domainsIan Campbell2012-06-261-1/+1
* arm: implement flush_tlb_all_local and flush_tlb_localStefano Stabellini2012-06-011-0/+2
* arm: shared_info page allocation and mappingStefano Stabellini2012-06-011-1/+23
* arm: stub out PoD related p2m functionsIan Campbell2012-02-151-0/+14
* arm: mm and p2mStefano Stabellini2012-02-091-0/+214