aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mm.h
Commit message (Expand)AuthorAgeFilesLines
* x86: correct LDT checksJan Beulich2013-10-111-1/+1
* x86: don't blindly create L3 tables for the direct mapJan Beulich2013-09-301-1/+1
* x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-261-0/+1
* x86: cleanup after making various page table manipulation operations preemptibleJan Beulich2013-05-021-7/+2
* x86: allow Dom0 read-only access to IO-APICsJan Beulich2013-05-021-0/+2
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-1/+1
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-021-0/+1
* x86: reserve pages when SandyBridge integrated graphicsXudong Hao2013-03-261-0/+1
* x86/mm: avoid undefined behavior in IS_NIL()Xi Wang2013-03-151-2/+2
* x86: rework hypercall argument translation area setupJan Beulich2013-02-281-0/+2
* x86: introduce create_perdomain_mapping()Jan Beulich2013-02-281-0/+8
* x86: consolidate initialization of PV guest L4 page tablesJan Beulich2013-01-231-0/+2
* miscellaneous cleanupJan Beulich2013-01-171-1/+0
* x86: frame table related improvementsJan Beulich2012-12-111-1/+1
* x86/mm: Comment the definitions of _mfn(), _gfn() &c.Tim Deegan2012-11-291-0/+5
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-4/+4
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-15/+0
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-10/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-46/+0
* x86: comment opaque expression in __page_to_virt()Jan Beulich2012-09-031-0/+6
* AMD IOMMU: add mechanism to protect their PCI devices' config spacesJan Beulich2012-06-221-0/+2
* x86/mm: make p2m lock into an rwlockTim Deegan2012-05-171-0/+8
* x86/mm: Eliminate _shadow_mode_refcountsAndres Lagar-Cavilla2012-05-031-1/+0
* x86/mm: Clean up mem event structures on domain destructionTim Deegan2012-03-081-0/+6
* x86/mm: Make p2m lookups fully synchronized wrt modificationsAndres Lagar-Cavilla2012-02-101-3/+3
* x86/mm: Sharing overhaul style improvementsAndres Lagar-Cavilla2012-01-261-1/+1
* x86/mm: Enforce lock ordering for sharing page locksAndres Lagar-Cavilla2012-01-261-1/+2
* x86/mm: Add per-page locking for memory sharing, when audits are disabledAndres Lagar-Cavilla2012-01-261-4/+23
* x86/mm: Eliminate hash table in sharing code as index of shared mfnsAndres Lagar-Cavilla2012-01-261-2/+9
* x86: Disable set_gpfn_from_mfn until m2p table is allocated.Keir Fraser2011-06-101-2/+13
* x86/mm: dedup the various copies of the shadow lock functionsTim Deegan2011-06-021-0/+9
* x86: run-time callers of map_pages_to_xen() must check for errorsJan Beulich2011-03-091-2/+0
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-2/+2
* x86 shadow: allocate all shadow memory in single pagesTim Deegan2010-09-011-5/+2
* x86 shadow: explicitly link the pages of multipage shadowsTim Deegan2010-09-011-5/+10
* x86 shadow: for multi-page shadows, explicitly track the first pageTim Deegan2010-09-011-1/+2
* x86: put_superpage() must also work for !opt_allow_superpageKeir Fraser2010-06-151-0/+1
* x86: Speed up PV-guest superpage mappingKeir Fraser2010-05-271-1/+23
* x86: Pull dynamic memory allocation out of do_boot_cpu().Keir Fraser2010-05-181-0/+1
* x86: Rename __sync_lazy_execstate() to __sync_local_execstate().Keir Fraser2010-04-191-1/+1
* This patch establishes a new abstraction of sharing handles (encoded as a 64bitKeir Fraser2009-12-171-0/+2
* M2P translation cannot be handled through flat table with only one slot per MFNKeir Fraser2009-12-171-4/+16
* This patch defines a new PGT type called PGT_shared_page and a new syntheticKeir Fraser2009-12-171-20/+25
* x86_32: Fix build after RDTSCP and memory hotplug changes.Keir Fraser2009-12-141-3/+8
* memory hotadd 7/7: hypercall supportKeir Fraser2009-12-111-0/+6
* memory hotadd 5/7: Sync changes to mapping changes caused by memoryKeir Fraser2009-12-111-0/+15
* SRAT memory hotplug 2/2: Support overlapped and sparse node memory arrangement.Keir Fraser2009-12-091-0/+1
* x86: reduce the uses of CONFIG_COMPATKeir Fraser2009-10-121-4/+0
* x86: map frame table sparselyKeir Fraser2009-09-221-0/+4
* x86-64: reduce range spanned by 1:1 mapping and frame table indexesKeir Fraser2009-09-221-10/+36