aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64/mm.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64: check for canonical address before doing page walksstaging-4.2Jan Beulich2013-10-221-1/+1
* 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
* memory hotadd 5/7: Sync changes to mapping changes caused by memoryKeir Fraser2009-12-111-0/+81
* memory hotadd 4/7: Setup frametable for hot-added memoryKeir Fraser2009-12-111-0/+110
* memory hotadd 3/7: Function to share m2p tables with guest.Keir Fraser2009-12-111-0/+61
* memory hotadd 2/7: Destroy m2p table for hot-added memory when hot-add failed.Keir Fraser2009-12-111-0/+98
* memory hotadd 1/7: Setup m2p table for hot-added memoryKeir Fraser2009-12-111-0/+240
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* x86: reduce the uses of CONFIG_COMPATKeir Fraser2009-10-121-2/+0
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-1/+1
* x86: map M2P table sparselyKeir Fraser2009-09-221-39/+87
* x86: map frame table sparselyKeir Fraser2009-09-221-0/+8
* x86-64: reduce range spanned by 1:1 mapping and frame table indexesKeir Fraser2009-09-221-0/+39
* x86: make show_page_walk() more robustKeir Fraser2009-07-201-0/+1
* Introduce and use a per-CPU read-mostly sub-sectionKeir Fraser2009-07-131-1/+1
* Replace boot-time free-pages bitmap with a region list.Keir Fraser2009-07-081-1/+0
* Avoid compat_arg_xlat to be a large per-CPU objectKeir Fraser2009-07-061-2/+25
* x86: improve output resulting from sending '0' over serialKeir Fraser2009-06-161-0/+41