aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
Commit message (Expand)AuthorAgeFilesLines
...
* xenpaging: use batch of pages during final page-inOlaf Hering2011-09-133-19/+42
* tools: fix build after recent xenpaging changesTim Deegan2011-06-271-1/+1
* xenpaging: remove private mem_event.hOlaf Hering2011-06-103-63/+8
* xenpaging: implement stopping of pager by sending SIGTERM/SIGINTOlaf Hering2011-06-104-3/+104
* 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: start paging in the middle of gfn rangeOlaf Hering2011-06-101-0/+4
* xenpaging: move num_pages into xenpaging structOlaf Hering2011-06-102-16/+15
* 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-106-105/+1
* xenpaging: drop xc.c, move xc_wait_for_event_or_timeoutOlaf Hering2011-06-103-44/+45
* xenpaging: drop xc.c, move xc_mem_paging_flush_ioemu_cacheOlaf Hering2011-06-103-20/+15
* xenpaging: drop xc.c, remove xc_wait_for_eventOlaf Hering2011-06-102-5/+0
* xenpaging: drop xc.c, remove xc_platform_info_tOlaf Hering2011-06-104-36/+0
* xenpaging: drop xc.c, remove ASSERTOlaf Hering2011-06-102-8/+0
* xenpaging: add xs_handle to struct xenpagingOlaf Hering2011-06-222-0/+15
* tools: merge several bitop functions into xc_bitops.hOlaf Hering2011-06-106-484/+10
* xenpaging: remove unused spinlock in pagerOlaf Hering2011-06-104-87/+0
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-1/+1
* tools: drop further uses of -Wp,-MD,.$(@F).d to generate dependencies.Ian Campbell2011-03-231-3/+0
* tools: Drop XEN_XC variableIan Campbell2011-03-211-3/+2
* tools: remove unnecessary uses of -I.Ian Campbell2011-03-211-1/+0
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* tools/xenpaging: fix return value from xc_mem_paging_flush_ioemu_cacheIan Jackson2011-01-111-1/+1
* 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: mkdir /var/lib/xen/xenpaging during make installKeir Fraser2011-01-111-0/+1
* xenpaging: specify policy mru_size at runtimeKeir Fraser2011-01-113-5/+27
* xenpaging: remove domain_id and mfn from struct xenpaging_victimKeir Fraser2011-01-114-29/+18
* mem_access: mem event additions for accessJoe Epstein2011-01-071-1/+1
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-235-17/+17
* xenpaging: update xch usageOlaf Hering2010-12-143-29/+32
* 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: increase recently used pages from 4MB to 64MBKeir Fraser2010-11-261-1/+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