aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* cpupool: Control interface should be a sysctl rather than a domctl.Keir Fraser2010-05-042-62/+60
* Change the global suspend event channel lock file to a per-domain lock fileKeir Fraser2010-05-042-12/+19
* HAP 1GB: Add corner case handling for 1GB super page.Keir Fraser2010-04-221-0/+8
* cpupools [2/6]: libxc changesKeir Fraser2010-04-215-0/+264
* credit2: Add toolstack options to control credit2 scheduler parametersKeir Fraser2010-04-143-0/+59
* Topology-info sysctl cleanups.Keir Fraser2010-04-132-36/+0
* libxc: Flush I/O before xc_domain_save completionKeir Fraser2010-04-121-0/+7
* Refactor Xen Support for Intel Turbo BoostKeir Fraser2010-04-092-0/+3
* Host Numa information in dom0Keir Fraser2010-04-072-2/+49
* 1GB Page Table Support for HVM Guest 1/3Keir Fraser2010-04-061-24/+101
* Fix gdbserver-xen support on older kernels.Keir Fraser2010-03-251-0/+7
* Fixes for 21040:b64a8d2a80ad "support affinity for >64 CPUs"Keir Fraser2010-03-181-2/+1
* libxc: Support set affinity for more than 64 CPUs.Keir Fraser2010-03-172-13/+30
* libxc: Pre-zero argument structures for map/unmap_pirq operations.Keir Fraser2010-02-251-0/+3
* libxc: Fix cpuid() inline asm.Keir Fraser2010-02-241-4/+13
* Remus: increase failover timeout from 500ms to 1sKeir Fraser2010-02-121-3/+3
* libxc: fix bug in xc_tbuf_get_size()Keir Fraser2010-02-101-3/+15
* xenpm: Allow user to enable/disable dbs governor turbo mode.Keir Fraser2010-02-082-0/+27
* libxc: Reorder functions in xc_misc.c to avoid weak symbol problemKeir Fraser2010-02-041-31/+31
* libxc: Check there's enough memory for segments we're creatingKeir Fraser2010-02-031-1/+12
* libxc: Check full range of pfns for xc_dom_pfn_to_ptrKeir Fraser2010-02-031-1/+3
* libxc: Export do_mca hypercall to user space tools.Keir Fraser2010-02-032-0/+23
* libxc: mmapbatch-v2 adjustmentsKeir Fraser2010-01-223-6/+7
* libxc: New hcall_buf_{prep,release} pre-mlock interfaceKeir Fraser2010-01-228-82/+181
* libxc: Unbreak HVM live migration after 0b138a019292.Keir Fraser2010-01-211-6/+20
* xc_domain_save: allocate pfn_err before useKeir Fraser2010-01-191-0/+2
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-181-3/+27
* libxc: Fix IOCTL_PRIVCMD_MMAPBATCH_V2 fallback checkKeir Fraser2010-01-141-1/+1
* x86: add and use XEN_DOMCTL_getpageframeinfo3Keir Fraser2010-01-135-22/+23
* libxc: use new (replacement) mmap-batch ioctlKeir Fraser2010-01-137-47/+236
* domctl/sysctl: Clean up definitionsKeir Fraser2009-12-222-25/+25
* Make Citrix copyright strinsg consistent.Keir Fraser2009-12-183-3/+3
* Support for -EAGAIN from xc_gnttab_map_grant_ref.Keir Fraser2009-12-171-1/+7
* Interfaces to memshr domctls.Keir Fraser2009-12-174-0/+204
* libxc interface support for memory paging domctls.Keir Fraser2009-12-173-0/+76
* libxc support of memory paging.Keir Fraser2009-12-171-1/+44
* imported patch mem_event_tools_domctls.patchKeir Fraser2009-12-173-0/+73
* General code clean-up of xc_linux.c.Keir Fraser2009-12-171-89/+72
* HVM RDTSCP fixesKeir Fraser2009-12-161-1/+2
* xend: Memory pool for pv guest on systems with >128G memoryKeir Fraser2009-12-022-0/+27
* libxc: pass the restore_context through function and allocate the context on ...Keir Fraser2009-12-011-30/+32
* libxc: pass the suspend_context through function and allocate the context on ...Keir Fraser2009-12-011-13/+14
* libxc: move the domain_info_context into the restore_contextKeir Fraser2009-12-011-3/+8
* libxc: move domain_info_context into the save_contextKeir Fraser2009-12-011-7/+10
* libxc: move restore global variable to a global static contextKeir Fraser2009-12-011-78/+73
* libxc: create a global context structure to record global variables in saveKeir Fraser2009-12-011-49/+47
* libxc: create a domain_info_context structure to store guest_width and p2m_si...Keir Fraser2009-12-019-128/+134
* xentop: Add tmem-freeable info when tmem is activeKeir Fraser2009-12-011-0/+1
* libxc: Fix 32-vs-64 bitness issue in saving vcpu contexts in core dumpKeir Fraser2009-11-261-3/+3
* Replace tsc_native config option with tsc_mode config optionKeir Fraser2009-11-254-7/+99