aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/mm.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: map_domain_page: reuse slots with avail == 0Stefano Stabellini2013-10-031-7/+10
* xen: arm: split cpu0's domheap mapping PTs out from xen_secondIan Campbell2013-09-271-18/+17
* xen: arm: rewrite start of day page table and cpu bring upIan Campbell2013-09-271-81/+116
* xen/arm: rename boot misc region to boot reloc now it has a single purposeIan Campbell2013-09-261-2/+2
* xen/arm: Support dtb /memreserve/ regionsIan Campbell2013-09-261-1/+9
* xen/arm: Implement ioremap.Ian Campbell2013-09-211-0/+5
* xen: arm: Use a direct mapping of RAM on arm64Ian Campbell2013-08-201-29/+128
* xen: arm: Add a pte_of_xenaddr helperIan Campbell2013-08-201-4/+9
* xen: arm: define a macro to get this CPUs page table rootIan Campbell2013-08-201-2/+3
* xen: arm: refactor create_mappingsIan Campbell2013-08-201-8/+11
* xen: arm: Rename page table "hint" field to slightly more descriptive "contig"Ian Campbell2013-08-201-1/+1
* Don't take the domain lock for p2m operations.Tim Deegan2013-07-291-4/+0
* xen/arm: Introduce ioremap_attr, ioremap_cache, ioremap_nocache, ioremap_wcJulien Grall2013-05-131-35/+13
* xen/arm: Extend create_xen_entries prototype to take mapping attributeJulien Grall2013-05-131-4/+5
* xen/arm: implement map_domain_page_global and unmap_domain_page_globalStefano Stabellini2013-05-081-0/+11
* xen/arm: compile and initialize vmapStefano Stabellini2013-05-081-3/+97
* xen/arm: implement arch_vmap_virt_endStefano Stabellini2013-05-081-8/+17
* arm: remove rcu_lock_target_domain_by_id usersDaniel De Graaf2013-05-071-8/+15
* arm: allocate per-PCPU domheap pagetable pagesIan Campbell2013-04-241-19/+133
* arm: add build time asserts for various virtual address aligment constraintsIan Campbell2013-04-241-0/+11
* xen: arm: rename xen_pgtable to boot_pgtableIan Campbell2013-04-241-7/+11
* arm: consolidate setup of hypervisor traps and second stage pagingIan Campbell2013-04-111-0/+10
* xen: arm64: changes to setup_pagetables and mm.cIan Campbell2013-02-221-20/+26
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/arm: just return 0 on XENMEM_get_sharing_shared/freed_pagesStefano Stabellini2013-02-151-0/+4
* xen/arm: implement gnttab_create_shared_page and gnttab_shared_gmfnStefano Stabellini2013-02-151-0/+2
* xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinf...Stefano Stabellini2013-02-151-0/+1
* arm: comment the use of second_linear_offset() in mm.cTim Deegan2013-02-151-0/+3
* xen: arm: implement domain_page_map_to_mfnIan Campbell2013-01-281-0/+12
* xen: Simplify the space of spaces supported by XENMEM_add_to_physmap(_range)Ian Campbell2013-01-241-1/+5
* xen/arm: introduce early_ioremapStefano Stabellini2013-01-241-0/+32
* xen/arm: flush the entire dest_va 2MB mappingStefano Stabellini2013-01-241-1/+1
* xen/arm: introduce flush_xen_data_tlb_range_vaStefano Stabellini2013-01-241-4/+4
* xen arm: add XSM hooks to arch_memory_opIan Campbell2013-01-211-0/+15
* xen: return a per-mapping error from XENMEM_add_to_physmap_range.Ian Campbell2013-01-171-0/+4
* xen: arm: implement share_xen_page_with_privileged_guestsIan Campbell2012-12-191-0/+6
* xen: arm: initialise dom_{xen,io,cow}Ian Campbell2012-12-191-1/+27
* xen: arm: stub out domain_get_maximum_gpfnIan Campbell2012-12-191-0/+5
* xen: arm: stub page_is_ram_type.Ian Campbell2012-12-191-0/+6
* xen: arm: stub out steal_page.Ian Campbell2012-12-191-0/+6
* arm: Tidy up flush_xen_dcache().Tim Deegan2012-11-231-1/+1
* xen/arm: flush D-cache and I-cache when appropriateStefano Stabellini2012-11-191-10/+11
* xen/arm: setup the fixmap in head.SStefano Stabellini2012-11-151-1/+1
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* xen/arm: grant tableStefano Stabellini2012-10-171-0/+26
* xen: arm: implement XENMEM_add_to_physmap_rangeIan Campbell2012-10-171-14/+106
* arm: mark heap and frametable limits as read mostlyIan Campbell2012-10-111-4/+5
* arm: really allocate boot frametable pages with 32M alignmentIan Campbell2012-10-111-1/+1
* arm: move get_paddr_function to arch setup.c from device_tree.cIan Campbell2012-10-111-4/+1
* xen/arm: implement get/put_page_typeStefano Stabellini2012-10-091-0/+13