aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QEMU_TAG updateIan Jackson2012-06-071-3/+3
* tools: do not install qemu if just doing a buildDavid Vrabel2012-06-071-2/+13
* QEMU_TAG updateIan Jackson2012-06-071-3/+3
* tools: pass EXTRA_CFLAGS via environmentOlaf Hering2012-06-073-2/+8
* xend: do not run a hotplug script from qemu on LinuxIan Campbell2012-06-072-2/+12
* libxl: remove libxl__error_set prototypeIan Campbell2012-06-071-2/+0
* xenstore: set read_thread stacksizeSimon Rowe2012-06-071-1/+16
* xenstore: block signals in watch wakeup threadSimon Rowe2012-06-071-0/+7
* xen: fix page_list_splice()Jan Beulich2012-06-061-1/+2
* xenpm, x86: Fix reporting of idle state average residency timesBoris Ostrovsky2012-06-063-37/+71
* xen: enhance dump_numa outputDario Faggioli2012-06-061-2/+3
* libxl: introduce LIBXL_DOMAIN_TYPE_INVALIDDario Faggioli2012-06-064-8/+18
* xl.cfg: document the maxmem= optionOlaf Hering2012-06-061-4/+10
* libxl: Add API to retrieve domain console ttyBamvor Jian Zhang2012-06-062-10/+105
* libxl: convert malloc() to libxl__zalloc(NULL, ...)Dario Faggioli2012-06-062-6/+2
* ocaml: fix build after 25446:648508ee27a2, 25449:68d46c5ea0a3 et al.Ian Campbell2012-06-023-13/+14
* libxl: fix Makefile race bug relating to _paths.hIan Jackson2012-06-011-1/+1
* libxl: fix typos in libxl_cpuid_parse_configOlaf Hering2012-06-011-2/+2
* libxl: expose a single get/setter for domain scheduler parametersIan Campbell2012-06-014-125/+106
* libxl: move libxl__sched_set_params into libxl.cIan Campbell2012-06-012-27/+27
* libxl: make it possible to explicitly specify default sched paramsIan Campbell2012-06-015-137/+142
* libxl: rename libxl_sched_params to libxl_domain_sched_paramsIan Campbell2012-06-014-10/+6
* libxl: add internal function to get a domain's schedulerIan Campbell2012-06-017-31/+102
* arm: Enable VFP at bootTim Deegan2012-06-014-1/+42
* arm: allow ourselves access to all coprocessors in non-secure modeTim Deegan2012-06-011-1/+4
* arm: missing __init annotationTim Deegan2012-06-011-1/+1
* arm: avoid memory write in switch to Hyp modeTim Deegan2012-06-011-8/+4
* arm: Move hyp-mode entry code out of line.Tim Deegan2012-06-013-44/+80
* arm: More interrupt setup at start-of-day for secondary CPUsTim Deegan2012-06-011-0/+2
* arm: implement event injectionStefano Stabellini2012-06-014-2/+53
* arm: remove VGIC_SOFTIRQStefano Stabellini2012-06-015-23/+16
* arm: implement flush_tlb_all_local and flush_tlb_localStefano Stabellini2012-06-012-2/+23
* arm: shared_info page allocation and mappingStefano Stabellini2012-06-017-5/+146
* arm: replace list_del and INIT_LIST_HEAD with list_del_initStefano Stabellini2012-06-011-2/+1
* arm: support fewer LR registers than virtual irqsStefano Stabellini2012-06-012-22/+90
* passthrough: fix xsm-related oversightJan Beulich2012-05-311-1/+1
* x86/EDD: check MBR for BIOS magic before considering signature validJan Beulich2012-05-311-1/+5
* x86/amd: re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann2012-05-311-0/+15
* Rename: inslen -> insn_lenKeir Fraser2012-05-306-8/+8
* tools/tests/xen-access: INT3 trap type is s/w exception.Keir Fraser2012-05-301-1/+1
* Add instruction length and trap type in HVMOP_inject_trap.Xudong Hao2012-05-306-15/+34
* xl: xl.h depends on geenrated file _paths.hIan Campbell2012-05-301-0/+1
* hvm: Add instruction length to hvm_trap info.Keir Fraser2012-05-302-1/+15
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-3016-199/+205
* xenpm: Fix reporting of C0 residence timesBoris Ostrovsky2012-05-301-4/+10
* x86: document register for 6th hypercall argumentDavid Vrabel2012-05-302-2/+2
* gnttab: cleanupJan Beulich2012-05-301-135/+131
* gnttab: mark maptrack free list tail with an explicit terminatorJan Beulich2012-05-301-6/+11
* gnttab: don't use domain lock for serializationJan Beulich2012-05-302-56/+79
* x86: fix nested HVM initializationJan Beulich2012-05-303-17/+27