aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: add autoconf-related filesIan Jackson2012-02-221-0/+6
* build: add autoconf to replace custom checks in tools/checkIan Jackson2012-02-2258-511/+14525
* libxl: Export libxl_event.hBamvor Jian Zhang2012-02-211-1/+1
* libxl: cleanup: Remove pointless ERRNOVALGeorge Dunlap2012-02-211-2/+2
* xenpaging: implement stack of free slots in pagefileOlaf Hering2012-02-202-0/+25
* xenpaging: move page_buffer into struct xenpagingOlaf Hering2012-02-202-6/+11
* xenpaging: move pagefile filedescriptor into struct xenpagingOlaf Hering2012-02-202-23/+20
* xenpaging: unify error handlingOlaf Hering2012-02-201-63/+60
* xenpaging: improve performance in policy_choose_victimOlaf Hering2012-02-201-16/+41
* xenpaging: move nominate+evict into single functionOlaf Hering2012-02-201-7/+35
* xenpaging: reduce number of qemu cache flushesOlaf Hering2012-02-201-12/+14
* xenpaging: no poll timeout while page-out is in progressOlaf Hering2012-02-203-1/+16
* xenpaging: use flat index for pagefile and page-in requestsOlaf Hering2012-02-204-63/+57
* libxl: add missing includesChristoph Egger2012-02-211-0/+2
* tools/hotplug: remove 4 from default runlevel in xencommonsOlaf Hering2012-02-201-1/+1
* tools/examples: mention output_format= in examples/xl.confOlaf Hering2012-02-201-0/+3
* docs/man: correct autoballoon in xl.confOlaf Hering2012-02-201-2/+2
* minios: Remove unused variables warningsIan Campbell2012-02-201-21/+21
* libxl: Set VNC password through QMPAnthony PERARD2012-02-204-12/+47
* Provide dm_vnc() as a in libxl helper.Anthony PERARD2012-02-202-4/+6
* libxl_qmp: Use GC instead of CTX as parameter for _initialize.Anthony PERARD2012-02-203-18/+15
* remus: libcheckpoint - initialize unused callback fields to NULLShriram Rajagopalan2012-02-201-0/+1
* oxenstored: Fix spelling of "persistent" config variableIan Jackson2012-02-202-2/+2
* Add xlcpupool.cfg man pageJuergen Gross2012-02-201-0/+117
* man/xl.cfg: mention not yet documented optionsOlaf Hering2012-02-201-0/+32
* xl.cfg: fix gfx_passthru stringOlaf Hering2012-02-202-2/+2
* xl: fix xl create/cpupool-create -f help outputOlaf Hering2012-02-201-2/+2
* tools/examples: Add the xl configuration examples to the makefileFabio Fantoni2012-02-201-0/+2
* libxl_qmp: Handle unexpected end-of-socketAnthony PERARD2012-02-201-1/+4
* libxc: remove tests of alloca() return valueDavid Vrabel2012-02-201-45/+34
* gitignore: add more files generated in xen/arch/x86/efi to .gitignoreDavid Vrabel2012-02-201-0/+3
* libxc/NetBSD: return ioctl return value on errorRoger Pau Monne2012-01-191-1/+1
* libxc: add comment to why NetBSD return hypercall->retvalRoger Pau Monne2012-01-191-0/+6
* libxl: Fix yajl-related build error due to missing error valueAllen Kay2012-02-201-1/+1
* QEMU_TAG updateIan Jackson2012-02-201-3/+3
* xenpaging: mmap guest pages read-onlyOlaf Hering2012-02-201-1/+1
* arm: fix indentation level in startup_cpu_idle_loopIan Campbell2012-02-171-7/+7
* x86/mm: Make sure the event channel is released accuratelyKaixing Hong2012-02-171-0/+3
* x86/mm: Fix two PAE+paging bugsAndres Lagar-Cavilla2012-02-162-4/+14
* x86/mm: Check sharing/paging/access have been enabled before processing a memopAndres Lagar-Cavilla2012-02-164-3/+11
* x86/mm: Fix more ballooning+paging and ballooning+sharing bugsAndres Lagar-Cavilla2012-02-162-3/+21
* x86/mm: Make asserts on types and counts of shared pages more accurateTim Deegan2012-02-162-3/+9
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-1613-113/+123
* arm: Group remaining dummy symbols somewhat according to functionalityIan Campbell2012-02-151-28/+41
* arm: define max_pageIan Campbell2012-02-153-1/+4
* arm: stub out PoD related p2m functionsIan Campbell2012-02-152-2/+14
* xen: make need_iommu == 0 if !HAS_PASSTHROUGHIan Campbell2012-02-153-2/+7
* arm: Implement arch_get_xen_capsIan Campbell2012-02-153-1/+13
* arm: provide dummy version of steal_page for tmem.Ian Campbell2012-02-152-1/+6
* PM: only include XEN_SYSCTL_{get_pmstat,pm_op} if HAVE_ACPIIan Campbell2012-02-153-2/+3