aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/policy_default.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xenpaging: improve performance in policy_choose_victimOlaf Hering2012-02-201-16/+41
* xenpaging: no poll timeout while page-out is in progressOlaf Hering2012-02-201-0/+1
* xenpaging: use flat index for pagefile and page-in requestsOlaf Hering2012-02-201-6/+3
* xenpaging: convert xenpaging_t to struct xenpagingOlaf Hering2012-01-091-2/+2
* xenpaging: convert xenpaging_victim_t to struct victimOlaf Hering2012-01-091-1/+1
* xenpaging: improve policy mru list handlingOlaf Hering2011-11-201-3/+24
* xenpaging: use guests tot_pages as working targetOlaf Hering2011-11-201-1/+0
* xenpaging: retry unpageable gfnsOlaf Hering2011-11-201-0/+14
* xenpaging: remove xc_dominfo_t from paging_tOlaf Hering2011-11-201-4/+4
* xenpaging: remove filename from commentOlaf Hering2011-11-201-1/+0
* xenpaging: start paging in the middle of gfn rangeOlaf Hering2011-06-101-0/+4
* xenpaging: drop xc.c, remove ASSERTOlaf Hering2011-06-101-1/+0
* tools: merge several bitop functions into xc_bitops.hOlaf Hering2011-06-101-13/+7
* xenpaging: specify policy mru_size at runtimeKeir Fraser2011-01-111-5/+18
* xenpaging: remove domain_id and mfn from struct xenpaging_victimKeir Fraser2011-01-111-7/+3
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-1/+1
* xenpaging: update xch usageOlaf Hering2010-12-141-2/+2
* xenpaging: increase recently used pages from 4MB to 64MBKeir Fraser2010-11-261-1/+1
* xenpaging: break endless loop during inital page-out with large pagefilesKeir Fraser2010-11-261-7/+28
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-1/+2
* Make Citrix copyright strinsg consistent.Keir Fraser2009-12-181-1/+1
* User-land tool for memory paging.Keir Fraser2009-12-171-0/+103