aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/page.h
Commit message (Expand)AuthorAgeFilesLines
* x86: don't use destroy_xen_mappings() for vunmap()Jan Beulich2013-07-171-0/+1
* x86: add locking to map_pages_to_xen()Jan Beulich2013-07-151-2/+0
* x86: drop setup_idle_pagetable()Jan Beulich2013-06-121-1/+0
* xen/arm: compile and initialize vmapStefano Stabellini2013-05-081-8/+0
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: properly use map_domain_page() during page table manipulationJan Beulich2013-01-231-0/+4
* x86: introduce virt_to_xen_l1e()Jan Beulich2013-01-231-0/+1
* miscellaneous cleanupJan Beulich2013-01-171-12/+0
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-13/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-7/+1
* x86-64: construct static, uniform parts of page tables at build timeJan Beulich2012-09-111-4/+1
* x86: construct static part of 1:1 mapping at build timeJan Beulich2012-09-111-21/+19
* x86: allow early use of fixmapsJan Beulich2012-09-111-1/+5
* provide a single, common implementation for get_order_from_{bytes,pages}()Jan Beulich2012-03-071-18/+0
* Revert 24283:3bc4dfb54666Tim Deegan2011-12-011-1/+0
* x86: Add conversion from a xen map to an mfnAndres Lagar-Cavilla2011-12-011-0/+1
* x86/mm/p2m: use defines for page sizesChristoph Egger2011-08-261-0/+4
* x86-64: EFI boot codeJan Beulich2011-06-281-1/+5
* xen: remove more declarations from C files.Tim Deegan2011-05-271-0/+2
* Implement Nested-on-Nested.cegger2011-04-051-0/+17
* x86: Remove _PAGE_NX defintiion (with implicit use of cpu_has_nx).Keir Fraser2011-03-281-3/+0
* Define new <pfn.h> header for PFN_{DOWN,UP} macros.Keir Fraser2011-03-231-2/+0
* x86: do away with the boot time low-memory 1:1 mappingKeir Fraser2010-11-091-0/+2
* x86: Speed up PV-guest superpage mappingKeir Fraser2010-05-271-0/+10
* The internal Xen x86 emulator is fixed to handle shared/sharable pages corretly.Keir Fraser2009-12-171-0/+1
* Paging support for guest walk tables to page in l1-l3 page table pages.Keir Fraser2009-12-171-0/+1
* memory hotadd 4/7: Setup frametable for hot-added memoryKeir Fraser2009-12-111-0/+2
* SRAT memory hotplug 2/2: Support overlapped and sparse node memory arrangement.Keir Fraser2009-12-091-0/+1
* x86-64: reduce range spanned by 1:1 mapping and frame table indexesKeir Fraser2009-09-221-10/+6
* x86: Clean up page-mfn conversion macros to allow better override by shadow c...Keir Fraser2009-02-061-11/+27
* x86: Fix mfn_to_virt() to cast MFN to address size.Keir Fraser2008-12-031-1/+1
* x86: add SSE-based copy_page()Keir Fraser2008-11-121-1/+4
* x86: reduce GDT switchingKeir Fraser2008-11-121-1/+0
* x86: Fix GRANT_PTE_FLAGS.Keir Fraser2008-11-031-0/+3
* x86: change _PAGE_GNTTABKeir Fraser2008-09-241-3/+4
* x86: make GDT per-CPUKeir Fraser2008-09-221-0/+1
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-081-15/+1
* x86-64: use 1GB pages in 1:1 mapping if availableKeir Fraser2008-01-281-0/+3
* x86: Change cache attributes of Xen 1:1 page mappings in response toKeir Fraser2007-11-071-0/+10
* x86: allow pv guests to disable TSC for applicationsKeir Fraser2007-10-291-3/+0
* x86: Tighten handling of page-type attributes and makeKeir Fraser2007-10-171-4/+3
* x86: Various cleanups around CR4 handling, cpu_possible_map, and VMX initiali...kfraser@localhost.localdomain2007-07-121-13/+2
* x86: introduce specialized clear_page()kfraser@localhost.localdomain2007-06-201-3/+8
* x86: Improve zap_low_mappings.Keir Fraser2007-05-121-1/+1
* xen: Big changes to x86 start-of-day:kfraser@localhost.localdomain2007-05-101-13/+7
* x86: Clean up {alloc,free}_xen_pagetable() interface to avoid use ofkfraser@localhost.localdomain2007-02-261-2/+2
* [XEN] Snapshot PAE l3es when they are shadowed.Tim Deegan2007-02-141-3/+0
* [XEN] New paging-assistance interface.Tim Deegan2007-02-141-0/+2
* Add page table setup and handling, including the creation of an m2p tableEmmanuel Ackaouy2007-01-051-0/+5
* [XEN] Spot incorrect use of lXe_write & Co.kfraser@localhost.localdomain2006-12-141-12/+24