aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm/paging.c
Commit message (Expand)AuthorAgeFilesLines
* Nested VMX: Flush TLBs and Caches if paging mode changedYang Zhang2013-08-061-0/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-171-49/+8
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-171-8/+49
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-1/+1
* x86/mm/hap: Adjust vram tracking to play nicely with log-dirty.Robert Phillips2012-12-131-143/+24
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* Revert 24987:42afd4d1669bKeir Fraser2012-03-081-4/+0
* x86: Make sure log-dirty is turned off before trying to dismantle itGeorge Dunlap2012-03-081-0/+4
* x86/paging: use clear_guest() for zero-filling guest buffersJan Beulich2012-02-131-20/+30
* x86/mm: Don't lose track of the log dirty bitmapTim Deegan2011-12-011-1/+5
* x86/mm: simplify log-dirty page allocation.Tim Deegan2011-06-021-87/+45
* x86/mm: merge the shadow, hap and log-dirty locks into a single paging lock.Tim Deegan2011-06-021-16/+17
* x86/mm: dedup the various copies of the shadow lock functionsTim Deegan2011-06-021-47/+9
* x86/mm/p2m: Fix locking discipline around log-dirty teardown.Tim Deegan2011-06-021-8/+17
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-2/+0
* Implement Nested-on-Nested.cegger2011-04-051-5/+43
* x86/mm: fix typo in 22897:21df67ee7040Tim Deegan2011-02-111-1/+1
* x86/mm: make log-dirty code do all its allocations outside the lockTim Deegan2011-02-101-29/+66
* x86/mm: shuffle log-dirty code so only one path allocates memoryTim Deegan2011-02-101-9/+8
* x86/mm: make paging_map_log_dirty_bitmap() staticKeir Fraser2010-12-151-1/+2
* x86/mm: fix up paging_mfn_is_dirty()Keir Fraser2010-12-151-20/+14
* x86/mm: move mfn_is_dirty along with the rest of the log-dirty codeKeir Fraser2010-12-151-0/+56
* x86/mm: Allocate log-dirty bitmaps from shadow/HAP memory.Keir Fraser2010-11-191-59/+18
* x86 paging_domctl: reinstates the breaks in the flow control (andKeir Fraser2010-06-251-8/+6
* x86 hvm: implement HVMOP_pagetable_dyingKeir Fraser2010-06-211-0/+12
* x86 hap: clean up the definition of hap_enabled().Keir Fraser2010-06-151-2/+0
* x86: Quieten the warning about paging domctls called on domains with no vcpusKeir Fraser2010-06-041-2/+2
* Revert 20954:b4041e7bbe1b "paging_domctl: Add missing breaks in switch stmt"Keir Fraser2010-02-261-2/+0
* paging: Remove noisy printkKeir Fraser2010-02-221-3/+0
* paging_domctl: Add missing breaks in switch stmt.Keir Fraser2010-02-171-0/+2
* M2P translation cannot be handled through flat table with only one slot per MFNKeir Fraser2009-12-171-0/+2
* Per-domain switch to disable oos shadow page tablesKeir Fraser2009-10-191-2/+2
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-1/+1
* Introduce new flavour of map_domain_page()Keir Fraser2009-09-221-4/+2
* Mapping grant references into HVM guests, take 2Keir Fraser2009-07-131-1/+2
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-1/+1
* x86: hap dirty vram trackingKeir Fraser2009-06-041-0/+157
* x86: A further fix to paging_log_dirty_op() -- do not unmap_domain_page(NULL)Keir Fraser2009-04-021-1/+2
* x86: paging_log_dirty_op() should take care with invalid log_dirty.topKeir Fraser2009-04-011-2/+3
* x86: Clean up page-mfn conversion macros to allow better override by shadow c...Keir Fraser2009-02-061-3/+3
* PoD memory 3/9: PoD coreKeir Fraser2009-01-051-0/+3
* x86, vmx: Enable EPT (Extended PageTable) support on new Intel processors.Keir Fraser2008-04-091-2/+9
* xen: Allow NUMA node to be specific to alloc_domheap_pages() via a newKeir Fraser2008-04-041-1/+3
* x86: Allow bitop functions to be applied only to fields of at least 4Keir Fraser2008-03-161-5/+6
* x86, hvm: Add a per-domain parameter to specify shadow or hap.Keir Fraser2008-01-291-1/+1
* Avoid duplication of domainID in messages.Keir Fraser2007-12-101-2/+1
* x86: Move log-dirty-mode assertion to correct place.Keir Fraser2007-11-171-2/+2
* Log dirty radix tree code cleanup. Also do not deference non-existentKeir Fraser2007-11-161-49/+76
* hvm: make dirty logging stop requiring physical pages of order > 0Keir Fraser2007-11-161-67/+170