summaryrefslogtreecommitdiff
path: root/xen/include/asm-x86/mem_sharing.h
AgeCommit message (Expand)Author
2020-04-08mem_sharing: VM forkingTamas K Lengyel
2020-03-18x86/mem_sharing: move mem_sharing_domain declarationTamas K Lengyel
2020-01-24x86/mem_sharing: convert MEM_SHARING_DESTROY_GFN to a boolTamas K Lengyel
2020-01-24x86/mem_sharing: define mem_sharing_domain to hold some scattered variablesTamas K Lengyel
2020-01-24x86/mem_sharing: drop flags from mem_sharing_unshare_pageTamas K Lengyel
2019-12-19x86/mem_sharing: cleanup code and comments in various locationsTamas K Lengyel
2019-07-19x86/mem_sharing: compile mem_sharing subsystem only when kconfig is enabledTamas K Lengyel
2019-07-19x86/mem_sharing: enable mem_share audit mode only in debug buildsTamas K Lengyel
2019-05-13x86/mem-sharing: statically initialize audit list head and lockJan Beulich
2018-11-09x86/hvm: clean up the rest of bool_t from vm_eventAlexandru Isaila
2017-09-20public/domctl: drop unnecessary typedefs and handlesJan Beulich
2016-12-07x86/memshr: add staticJan Beulich
2015-07-29Replace FSF street address with canonical URLIan Campbell
2015-04-16xen/vm_event: Relocate memop checksTamas K Lengyel
2015-04-16xen/vm_event: Decouple vm_event and mem_access.Tamas K Lengyel
2012-09-12xen: Remove x86_32 build target.Keir Fraser
2012-04-26x86/mem_sharing: For shared pages with many references, use a hash tableAndres Lagar-Cavilla
2012-04-18x86/mm/sharing: Clean ups for relinquishing shared pages on destroyAndres Lagar-Cavilla
2012-03-15Memory sharing: better handling of ENOMEM while unsharingTim Deegan
2012-02-10x86/mm: New sharing audit memopAndres Lagar-Cavilla
2012-02-10Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla
2012-01-26x86/mm: use RCU in mem sharing audit list, eliminate global lock completelyAndres Lagar-Cavilla
2012-01-26x86/mm: Check how many mfns are shared, in addition to how many are savedAndres Lagar-Cavilla
2012-01-26x86/mm: Eliminate hash table in sharing code as index of shared mfnsAndres Lagar-Cavilla
2011-06-02x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan
2011-06-02x86/mm/p2m: merge gfn_to_mfn_unshare with other gfn_to_mfn paths.Tim Deegan
2010-08-09Nested Virtualization: p2m infrastructureKeir Fraser
2010-06-29x86: Only build memory-event features on 64-bit XenKeir Fraser
2010-05-18mem_sharing: use paging_mode_hapKeir Fraser
2009-12-18Make Citrix copyright strinsg consistent.Keir Fraser
2009-12-17Domctls defined for all relevant memory sharing operations.Keir Fraser
2009-12-17This patch establishes a new abstraction of sharing handles (encoded as a 64bitKeir Fraser
2009-12-17This patch defines a new P2M type used for sharable/shared pages. It alsoKeir Fraser