aboutsummaryrefslogtreecommitdiffstats
path: root/tools/memshr
Commit message (Expand)AuthorAgeFilesLines
* tools: memshr: arm64 supportIan Campbell2013-04-111-12/+36
* arm: compile memshrStefano Stabellini2012-05-301-0/+31
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-101-2/+2
* Update memshr API and toolsAndres Lagar-Cavilla2012-01-264-29/+58
* Add correct const-ness to memshr tool functionsAndres Lagar-Cavilla2012-01-104-4/+4
* tools: drop further uses of -Wp,-MD,.$(@F).d to generate dependencies.Ian Campbell2011-03-231-4/+0
* tools: consistently use $(CFLAGS_xeninclude) instead of open coding.Ian Campbell2011-03-211-1/+1
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-3/+3
* memshr: Must be built on ia64 as well as x86, as blktap depends on it.Keir Fraser2009-12-281-12/+22
* memshr: Build fixesKeir Fraser2009-12-281-5/+21
* Make Citrix copyright strinsg consistent.Keir Fraser2009-12-1810-10/+10
* memshr: Include unistd.h for sleep().Keir Fraser2009-12-181-0/+1
* Maintains/cleans-up the sharing map. At the moment a simple FIFO policy isKeir Fraser2009-12-174-0/+120
* Reads from read only parent disk images are intercepted, and are used to detectKeir Fraser2009-12-172-0/+100
* Multiple tapdisk2 processes may use the same parent disk images (later used toKeir Fraser2009-12-174-6/+124
* Adds 'memory_sharing' option to domain config scripts. It passes domain id toKeir Fraser2009-12-172-0/+17
* Generic bi-directional map, and related initialisation functions. At the momentKeir Fraser2009-12-179-0/+1887