aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mem_sharing.h
Commit message (Expand)AuthorAgeFilesLines
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-12/+0
* x86/mem_sharing: For shared pages with many references, use a hash tableAndres Lagar-Cavilla2012-04-261-1/+12
* x86/mm/sharing: Clean ups for relinquishing shared pages on destroyAndres Lagar-Cavilla2012-04-181-0/+10
* Memory sharing: better handling of ENOMEM while unsharingTim Deegan2012-03-151-1/+26
* x86/mm: New sharing audit memopAndres Lagar-Cavilla2012-02-101-1/+2
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-101-0/+3
* x86/mm: use RCU in mem sharing audit list, eliminate global lock completelyAndres Lagar-Cavilla2012-01-261-0/+1
* x86/mm: Check how many mfns are shared, in addition to how many are savedAndres Lagar-Cavilla2012-01-261-0/+1
* x86/mm: Eliminate hash table in sharing code as index of shared mfnsAndres Lagar-Cavilla2012-01-261-2/+17
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-3/+2
* x86/mm/p2m: merge gfn_to_mfn_unshare with other gfn_to_mfn paths.Tim Deegan2011-06-021-1/+0
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-3/+3
* x86: Only build memory-event features on 64-bit XenKeir Fraser2010-06-291-0/+8
* mem_sharing: use paging_mode_hapKeir Fraser2010-05-181-1/+1
* Make Citrix copyright strinsg consistent.Keir Fraser2009-12-181-1/+1
* Domctls defined for all relevant memory sharing operations.Keir Fraser2009-12-171-0/+3
* This patch establishes a new abstraction of sharing handles (encoded as a 64bitKeir Fraser2009-12-171-1/+6
* This patch defines a new P2M type used for sharable/shared pages. It alsoKeir Fraser2009-12-171-0/+38