aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/xenpaging.c
Commit message (Expand)AuthorAgeFilesLines
...
* xenpaging: remove return values from functions that can not failOlaf Hering2011-06-101-15/+4
* xenpaging: remove srand callOlaf Hering2011-06-101-3/+0
* xenpaging: do not bounce p2mt back to the hypervisorOlaf Hering2011-06-221-4/+0
* xenpaging: correct dropping of pages to avoid full ring bufferOlaf Hering2011-06-101-11/+11
* xenpaging: drop xc.c, remove xc filesOlaf Hering2011-06-101-1/+0
* xenpaging: drop xc.c, move xc_wait_for_event_or_timeoutOlaf Hering2011-06-101-3/+45
* xenpaging: drop xc.c, move xc_mem_paging_flush_ioemu_cacheOlaf Hering2011-06-101-1/+15
* xenpaging: drop xc.c, remove xc_platform_info_tOlaf Hering2011-06-101-17/+0
* xenpaging: add xs_handle to struct xenpagingOlaf Hering2011-06-221-0/+14
* tools: merge several bitop functions into xc_bitops.hOlaf Hering2011-06-101-6/+3
* xenpaging: remove unused spinlock in pagerOlaf Hering2011-06-101-12/+0
* xenpaging: drop paged pages in guest_remove_pageKeir Fraser2011-01-111-15/+24
* xenpaging: make three functions staticKeir Fraser2011-01-111-3/+3
* xenpaging: print page-in/page-out progressKeir Fraser2011-01-111-0/+2
* xenpaging: specify policy mru_size at runtimeKeir Fraser2011-01-111-0/+8
* xenpaging: remove domain_id and mfn from struct xenpaging_victimKeir Fraser2011-01-111-14/+12
* mem_access: mem event additions for accessJoe Epstein2011-01-071-1/+1
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-7/+7
* xenpaging: update xch usageOlaf Hering2010-12-141-25/+29
* xenpaging: do not use DPRINTF/ERROR if xch handle is unavailableOlaf Hering2010-12-141-4/+2
* xenpaging: remove duplicate xc_interface_close callOlaf Hering2010-12-141-2/+0
* xenpaging: print number of evicted pagesOlaf Hering2010-12-141-1/+1
* xenpaging: print DPRINTF ouput if XENPAGING_DEBUG is in environmentOlaf Hering2010-12-141-7/+4
* xenpaging: remove perror usage in xenpaging_init error pathOlaf Hering2010-12-141-1/+1
* xenpaging: close xch handle in xenpaging_init error pathOlaf Hering2010-12-141-0/+1
* xenpaging: handle temporary out-of-memory conditions during page-inKeir Fraser2010-11-261-7/+20
* xenpaging: print xenpaging cmdline optionsKeir Fraser2010-11-261-0/+2
* xenpaging: allow negative num_pages and limit num_pagesKeir Fraser2010-11-261-2/+7
* xenpaging: notify policy only on resumeKeir Fraser2010-11-261-4/+5
* 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-261-2/+5
* 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
* 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-281-20/+24
* 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
* x86_32: Build fix in xenpaging tool.Keir Fraser2009-12-181-3/+6
* Make Citrix copyright strinsg consistent.Keir Fraser2009-12-181-1/+1
* 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-171-0/+612