aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm.c
Commit message (Expand)AuthorAgeFilesLines
* x86: correct LDT checksJan Beulich2013-10-111-5/+4
* x86: don't blindly create L3 tables for the direct mapJan Beulich2013-09-301-1/+1
* Don't take the domain lock for p2m operations.Tim Deegan2013-07-291-6/+3
* x86: fix cache flushing condition in map_pages_to_xen()Jan Beulich2013-07-181-36/+20
* x86: add locking to map_pages_to_xen()Jan Beulich2013-07-151-14/+167
* x86/mm: Ensure useful progress in alloc_l2_table()Andrew Cooper2013-07-041-1/+2
* x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-261-3/+6
* x86: miscellaneous mm.c cleanupJan Beulich2013-05-021-34/+18
* x86: cleanup after making various page table manipulation operations preemptibleJan Beulich2013-05-021-46/+52
* x86: allow Dom0 read-only access to IO-APICsJan Beulich2013-05-021-0/+2
* x86: make page table handling error paths preemptibleJan Beulich2013-05-021-27/+98
* x86: make page table unpinning preemptibleJan Beulich2013-05-021-2/+38
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-3/+3
* x86: make MMUEXT_NEW_USER_BASEPTR preemptibleJan Beulich2013-05-021-6/+33
* x86: make new_guest_cr3() preemptibleJan Beulich2013-05-021-20/+62
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-021-2/+84
* x86: remove IS_PRIV_FOR referencesDaniel De Graaf2013-04-231-1/+1
* x86: reserve pages when SandyBridge integrated graphicsXudong Hao2013-03-261-0/+20
* x86: make certain memory sub-ops return valid valuesJan Beulich2013-03-041-1/+1
* x86: rework hypercall argument translation area setupJan Beulich2013-02-281-0/+53
* x86: introduce create_perdomain_mapping()Jan Beulich2013-02-281-7/+181
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: debugging code for testing 16Tb support on smaller memory systemsJan Beulich2013-02-081-1/+48
* x86: support up to 16TbJan Beulich2013-01-231-1/+1
* x86: properly use map_domain_page() in miscellaneous placesJan Beulich2013-01-231-2/+6
* x86: properly use map_domain_page() during page table manipulationJan Beulich2013-01-231-8/+23
* x86: properly use map_domain_page() during domain creation/destructionJan Beulich2013-01-231-2/+2
* x86: consolidate initialization of PV guest L4 page tablesJan Beulich2013-01-231-9/+13
* x86: re-introduce map_domain_page() et alJan Beulich2013-01-231-14/+2
* x86: extend frame table virtual spaceJan Beulich2013-01-231-3/+2
* x86: introduce virt_to_xen_l1e()Jan Beulich2013-01-231-4/+1
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-10/+10
* arch/x86: use XSM hooks for get_pg_owner access checksDaniel De Graaf2013-01-111-22/+31
* xen: avoid calling rcu_lock_*target_domain when an XSM hook existsDaniel De Graaf2013-01-111-13/+9
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-3/+0
* x86: fix assertion in get_page_type()Jan Beulich2013-01-071-1/+1
* x86: frame table related improvementsJan Beulich2012-12-111-35/+19
* xen: centralize accounting for domain tot_pagesDan Magenheimer2012-12-101-2/+2
* streamline guest copy operationsJan Beulich2012-12-101-4/+4
* x86: properly fail mmuext ops when get_page_from_gfn() failsJan Beulich2012-12-071-1/+2
* implement vmap()Jan Beulich2012-11-221-0/+27
* xen: remove XEN_GUEST_HANDLE(ulong)Ian Campbell2012-10-171-1/+2
* xen: more XEN_GUEST_HANDLE_PARAM substitutionsStefano Stabellini2012-10-171-3/+9
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-7/+7
* x86: check remote MMIO remap permissionsDaniel De Graaf2012-09-261-0/+13
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-1/+1
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-42/+1
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-286/+3
* x86: construct static part of 1:1 mapping at build timeJan Beulich2012-09-111-9/+0
* PCI: don't allow guest assignment of devices used by XenJan Beulich2012-09-111-0/+3