aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/xenpaging.c
Commit message (Expand)AuthorAgeFilesLines
* xenpaging: use PERROR to print errnoOlaf Hering2011-11-201-29/+29
* xenpaging: remove obsolete comment in resume pathOlaf Hering2011-11-201-1/+0
* xenpaging: remove filename from commentOlaf Hering2011-11-201-1/+0
* xenpaging: disallow paging in a PoD guestOlaf Hering2011-10-201-0/+3
* xenpaging: handle evict failuresOlaf Hering2011-10-131-4/+6
* xenpaging: clear page content after evictOlaf Hering2011-10-111-3/+0
* mem_event: use different ringbuffers for share, paging and accessOlaf Hering2011-09-161-2/+2
* xenpaging: use batch of pages during final page-inOlaf Hering2011-09-131-5/+13
* xenpaging: remove private mem_event.hOlaf Hering2011-06-101-3/+0
* xenpaging: implement stopping of pager by sending SIGTERM/SIGINTOlaf Hering2011-06-101-3/+32
* xenpaging: add watch thread to catch guest shutdownOlaf Hering2011-06-101-2/+38
* xenpaging: add helper function for unlinking pagefileOlaf Hering2011-06-101-2/+12
* xenpaging: pass integer to xenpaging_populate_pageOlaf Hering2011-06-101-10/+6
* xenpaging: move num_pages into xenpaging structOlaf Hering2011-06-101-16/+14
* xenpaging: remove local domain_id variableOlaf Hering2011-06-101-5/+3
* xenpaging: catch xc_mem_paging_resume errorsOlaf Hering2011-06-101-2/+3
* 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