aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86: allow early use of fixmapsJan Beulich2012-09-111-0/+4
* make domain_create() return a proper error codeJan Beulich2012-09-031-5/+5
* xsm/flask: remove page-to-domain lookups from XSM hooksDaniel De Graaf2012-08-221-2/+2
* make all (native) hypercalls consistently have "long" return typeJan Beulich2012-08-101-7/+7
* x86/mm: Clean up unshare path for foreign mappingsAndres Lagar-Cavilla2012-06-281-23/+11
* AMD IOMMU: add mechanism to protect their PCI devices' config spacesJan Beulich2012-06-221-0/+91
* x86/mm: fix mod_l1_entry() return value when encountering r/o MMIO pageJan Beulich2012-06-211-0/+1
* gnttab: don't use domain lock for serializationJan Beulich2012-05-301-4/+0
* x86/p2m, arm/p2m: remove get_gfn_untyped().Tim Deegan2012-05-171-1/+2
* x86/mm: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-230/+127
* x86/mm: Eliminate _shadow_mode_refcountsAndres Lagar-Cavilla2012-05-031-1/+1
* Introduce system_state variable.Keir Fraser2012-03-221-1/+1
* Memory sharing: better handling of ENOMEM while unsharingTim Deegan2012-03-151-3/+5
* x86: Add more specific logging for get_page_from_l1e failuresGeorge Dunlap2012-03-081-0/+8
* x86: don't allow Dom0 to map MSI-X table writablyJan Beulich2012-02-151-1/+1
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-101-5/+5
* x86/mm: Remove p2m_ram_paging_inAndres Lagar-Cavilla2012-02-021-4/+4
* x86/mm: Allow foreign read-only mappings of shared pagesAndres Lagar-Cavilla2012-01-261-1/+7
* Add the ability to poll stats about shared memory via the consoleAndres Lagar-Cavilla2012-01-261-0/+14
* x86/mm: Check how many mfns are shared, in addition to how many are savedAndres Lagar-Cavilla2012-01-261-6/+0
* x86/mm: Add per-page locking for memory sharing, when audits are disabledAndres Lagar-Cavilla2012-01-261-72/+2
* x86/mm: Code style fixes in mem_sharing.cAndres Lagar-Cavilla2012-01-121-3/+3
* Fix grant_table v2 status mapping.Paul Durrant2011-12-181-1/+1
* xsm: Add missing access checksDaniel De Graaf2011-12-181-1/+9
* xsm: add remote_remap permissionDaniel De Graaf2011-12-181-1/+1
* xsm: Revert "Fix xsm_mmu_* and xsm_update_va_mapping hooks"Daniel De Graaf2011-12-021-19/+11
* x86/mm: Fix checks during foreign mapping of paged pagesAndres Lagar-Cavilla2011-12-011-4/+8
* atomic: Define {read,write}_atomic() for reading/writing memory atomically.Keir Fraser2011-11-251-1/+1
* x86/mm: ASSERT we are putting the right gfn in the XENMAPSPACE_gmfn* casesAndres Lagar-Cavilla2011-11-241-1/+4
* x86: Fix RCU locking in XENMEM_add_to_physmap.Keir Fraser2011-11-191-11/+5
* iommu: Introduce per cpu flag (iommu_dont_flush_iotlb) to avoid unnecessary i...Jean Guyader2011-11-181-0/+12
* mm: New XENMEM space, XENMAPSPACE_gmfn_rangeJean Guyader2011-11-181-4/+51
* add_to_physmap: Move the code for XENMEM_add_to_physmapJean Guyader2011-11-181-74/+87
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-28/+123
* mm: Cleanup, use PAGE_ORDER_4K as page_order instead of "0".Jean Guyader2011-11-081-5/+5
* eliminate cpus_xyz()Jan Beulich2011-11-081-1/+1
* allocate CPU sibling and core maps dynamicallyJan Beulich2011-10-211-1/+1
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-7/+10
* xenpaging: handle evict failuresOlaf Hering2011-10-131-4/+4
* x86: fix guest migration after c/s 20892:d311d1efc25eJan Beulich2011-07-161-1/+1
* x86-64: properly handle alias mappings beyond _endJan Beulich2011-07-141-1/+1
* x86-64: EFI boot codeJan Beulich2011-06-281-0/+3
* x86: show page walk also for early page faultsJan Beulich2011-06-231-0/+2
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-23/+15
* x86/mm/p2m: merge gfn_to_mfn_unshare with other gfn_to_mfn paths.Tim Deegan2011-06-021-1/+1
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+1
* x86: make the pv-only e820 array be dynamic.Keir Fraser2011-04-131-7/+35
* xsm: Fix xsm_mmu_* and xsm_update_va_mapping hooksStephen Smalley2011-04-121-11/+18
* x86: split struct domainJan Beulich2011-04-051-6/+13
* x86: move pv-only members of struct vcpu to struct pv_vcpuJan Beulich2011-04-051-7/+7