aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
Commit message (Expand)AuthorAgeFilesLines
...
* xenpaging: print p2mt for already paged-in pagesKeir Fraser2010-11-261-0/+2
* xenpaging: add signal handlingKeir Fraser2010-11-261-9/+33
* xenpaging: allow only one xenpaging binary per guestKeir Fraser2010-11-261-1/+11
* xenpaging: Open paging file only if xenpaging_init() succeedsKeir Fraser2010-11-261-9/+9
* xenpaging: break endless loop during inital page-out with large pagefilesKeir Fraser2010-11-262-9/+33
* tools/xenpaging: call pageout policy function in xenpaging_evict_pageOlaf Hering2010-08-241-2/+2
* tools/xenpaging: Add _XOPEN_SOURCE to fix build problems with recent gccDaniel Kiper2010-08-181-0/+1
* libxc: disable xc_ptrace on x86 LinuxIan Campbell2010-08-131-0/+1
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-5/+2
* tools/xenpaging: Fix some memory leaks on error paths.Patrick Colp2010-07-291-6/+23
* xenpaging: Fix 32-bit build after fixed-width type changes.Keir Fraser2010-06-301-5/+9
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-287-30/+39
* xenpaging: Fix ioemu invalidationKeir Fraser2010-03-261-1/+2
* xenpaging: Small code style cleanupsKeir Fraser2010-02-151-3/+6
* tools/xenpaging: fix bug of Segmentation faultKeir Fraser2010-02-111-10/+24
* libxc: use new (replacement) mmap-batch ioctlKeir Fraser2010-01-131-10/+3
* tools: build fixes for NetBSDKeir Fraser2010-01-121-1/+1
* x86_32: Build fix in xenpaging tool.Keir Fraser2009-12-181-3/+6
* Make Citrix copyright strinsg consistent.Keir Fraser2009-12-1810-10/+10
* This patch defines a new P2M type used for sharable/shared pages. It alsoKeir Fraser2009-12-171-2/+2
* User-land tool for memory paging.Keir Fraser2009-12-1712-0/+1789