aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64/mm.c
Commit message (Expand)AuthorAgeFilesLines
* x86: check for canonical address before doing page walksJan Beulich2013-10-111-1/+1
* x86: don't blindly create L3 tables for the direct mapJan Beulich2013-09-301-17/+12
* x86: add locking to map_pages_to_xen()Jan Beulich2013-07-151-62/+0
* x86: drop setup_idle_pagetable()Jan Beulich2013-06-121-8/+0
* x86: rework hypercall argument translation area setupJan Beulich2013-02-281-15/+5
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: support up to 16TbJan Beulich2013-01-231-4/+17
* x86: properly use map_domain_page() during page table manipulationJan Beulich2013-01-231-36/+27
* x86: properly use map_domain_page() during domain creation/destructionJan Beulich2013-01-231-11/+7
* x86: extend frame table virtual spaceJan Beulich2013-01-231-2/+2
* x86: introduce virt_to_xen_l1e()Jan Beulich2013-01-231-0/+22
* miscellaneous cleanupJan Beulich2013-01-171-16/+11
* streamline guest copy operationsJan Beulich2012-12-101-3/+3
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* x86-64: construct static, uniform parts of page tables at build timeJan Beulich2012-09-111-18/+0
* x86: construct static part of 1:1 mapping at build timeJan Beulich2012-09-111-2/+0
* x86: allow early use of fixmapsJan Beulich2012-09-111-0/+4
* x86-64: Fix memory hotplug epfn upper limit test for updating the compat M2P ...Malcolm Crossley2012-04-251-1/+1
* Introduce system_state variable.Keir Fraser2012-03-221-1/+1
* x86/mm: New sharing audit memopAndres Lagar-Cavilla2012-02-101-0/+2
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-101-0/+23
* x86/mm: Check how many mfns are shared, in addition to how many are savedAndres Lagar-Cavilla2012-01-261-0/+7
* x86/mm: remove 0x55 debug pattern from M2P tableTim Deegan2011-12-021-3/+6
* x86: make run-time part of trampoline relocatableJan Beulich2011-08-191-1/+1
* x86-64: EFI boot codeJan Beulich2011-06-281-1/+2
* x86: show page walk also for early page faultsJan Beulich2011-06-231-2/+0
* x86: Disable set_gpfn_from_mfn until m2p table is allocated.Keir Fraser2011-06-101-0/+4
* xen: Remove some initialised but otherwise unused variables.Olaf Hering2011-05-201-3/+1
* x86: split struct vcpuJan Beulich2011-04-051-5/+5
* x86: Remove _PAGE_NX defintiion (with implicit use of cpu_has_nx).Keir Fraser2011-03-281-0/+2
* x86: run-time callers of map_pages_to_xen() must check for errorsJan Beulich2011-03-091-11/+22
* x86: don't BUG() post-boot in alloc_xen_pagetable()Jan Beulich2011-03-091-2/+12
* x86-64: use PC-relative exception table entriesKeir Fraser2010-12-241-4/+1
* x86_64: Make 32-bit-hypercall translate area per-vcpu.Keir Fraser2010-11-161-16/+15
* x86: do away with the boot time low-memory 1:1 mappingKeir Fraser2010-11-091-0/+6
* x86_64: Ensure frame-table compression leaves MAX_ORDER alignedKeir Fraser2010-09-011-2/+8
* iommu: New options iommu=dom-strict and iommu=dom0-passthroughKeir Fraser2010-07-091-10/+12
* xen: msr safe cleanupKeir Fraser2010-06-111-3/+3
* iommu: Specify access permissions to iommu_map_page().Keir Fraser2010-05-281-1/+1
* x86: Pull dynamic memory allocation out of do_boot_cpu().Keir Fraser2010-05-181-9/+11
* x86-64: fix hotplug fault handling for 32-bit domains' M2P rangeKeir Fraser2010-03-031-9/+6
* mem hotplug: Fix an incorrect sanity check in memory addKeir Fraser2010-02-041-5/+25
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2010-01-051-1/+1
* Revert 20726:ddb8c5e798f9Keir Fraser2010-01-041-1/+1
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2009-12-281-1/+1
* Check m2p/compat m2p table for new added memory.Keir Fraser2009-12-211-1/+27
* Fix bugs in frame table setup function when memory hot-add.Keir Fraser2009-12-211-2/+4
* Clean up memory hotplug functions.Keir Fraser2009-12-211-24/+46
* memory hotadd 7/7: hypercall supportKeir Fraser2009-12-111-0/+122
* memory hotadd 6/7: Allocate L3 table for whole direct maping range ifKeir Fraser2009-12-111-0/+26