aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: test(1) uses = not == for string comparisonPatrick Welche2013-04-174-15/+15
* tools/ocaml: clean META filesVincent Bernardoff2013-04-171-1/+1
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-04-172-9/+10
|\
| * x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guestsKonrad Rzeszutek Wilk2013-04-172-9/+10
* | docs: rearrange and update NUMA placement documentationDario Faggioli2013-04-171-11/+83
* | xl: add node-affinity to the output of `xl list`Dario Faggioli2013-04-172-63/+105
* | libxl: automatic placement deals with node-affinityDario Faggioli2013-04-172-17/+33
* | libxl: optimize the calculation of how many VCPUs can run on a candidateDario Faggioli2013-04-171-22/+48
* | libxl: allow for explicitly specifying node-affinityDario Faggioli2013-04-175-0/+39
* | libxc: allow for explicitly specifying node-affinityDario Faggioli2013-04-172-0/+103
* | xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-1714-21/+182
* | xen: sched_credit: let the scheduler know about node-affinityDario Faggioli2013-04-172-153/+319
* | xen: sched_credit: when picking, make sure we get an idle one, if anyDario Faggioli2013-04-171-0/+15
* | xen, libxc: introduce xc_nodemap_tDario Faggioli2013-04-173-1/+38
* | xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-1715-49/+71
|/
* xl: Fix 'free_memory' to include outstanding_claims value.Konrad Rzeszutek Wilk2013-04-164-32/+27
* xl: 'xl claims' print outstanding per domain claimsKonrad Rzeszutek Wilk2013-04-165-6/+68
* xl: export 'outstanding_pages' value from xcinfoKonrad Rzeszutek Wilk2013-04-162-0/+2
* xc: export outstanding_pages value in xc_dominfo structure.Dan Magenheimer2013-04-162-0/+2
* xl: 'xl info' print outstanding claims if enabled (claim_mode=1 in xl.conf)Konrad Rzeszutek Wilk2013-04-164-0/+49
* xl: Implement XENMEM_claim_pages support via 'claim_mode' global configKonrad Rzeszutek Wilk2013-04-169-3/+60
* xc: use XENMEM_claim_pages hypercall during guest creation.Dan Magenheimer2013-04-166-4/+70
* VTD: Remove the check for reserved device scope typeYang Zhang2013-04-162-3/+8
* iommu/crash: Interrupt remapping is also disabled on crashAndrew Cooper2013-04-161-1/+1
* x86/AMD: Dump AMD VPMU infoBoris Ostrovsky2013-04-151-1/+41
* x86/AMD: Clean up context_update() in AMD VPMU codeBoris Ostrovsky2013-04-151-11/+17
* x86/VPMU: Save/restore VPMU only when necessaryBoris Ostrovsky2013-04-157-27/+157
* x86/VPMU: Factor out VPMU common codeBoris Ostrovsky2013-04-155-72/+47
* x86/VPMU: Add Haswell supportBoris Ostrovsky2013-04-151-0/+1
* x86/AMD: Stop counters on VPMU saveBoris Ostrovsky2013-04-151-16/+6
* x86/AMD: Load context when attempting to read VPMU MSRsBoris Ostrovsky2013-04-151-1/+20
* x86/AMD: Do not intercept access to performance counters MSRsBoris Ostrovsky2013-04-152-1/+44
* x86/AMD: Allow more fine-grained control of VMCB MSR Permission MapBoris Ostrovsky2013-04-152-10/+13
* IOMMU: allow MSI message to IRTE propagation to failJan Beulich2013-04-1510-40/+72
* MAINTAINERS: Add myself as XSM maintainerDaniel De Graaf2013-04-151-0/+8
* stubdom/grub: send kernel measurements to vTPMDaniel De Graaf2013-04-125-10/+89
* stubdom/vtpm: constrain locality by XSM labelDaniel De Graaf2013-04-121-2/+74
* stubdom/vtpm: support multiple backendsDaniel De Graaf2013-04-121-12/+2
* stubdom/vtpm: make state save operation atomicDaniel De Graaf2013-04-121-14/+60
* stubdom/vtpm: Support locality fieldDaniel De Graaf2013-04-123-1/+52
* stubdom/vtpm: correct the buffer size returned by TPM_CAP_PROP_INPUT_BUFFERDaniel De Graaf2013-04-122-0/+14
* mini-os/tpmback: add tpmback_get_peercontextDaniel De Graaf2013-04-124-0/+36
* mini-os/tpmback: Replace UUID field with opaque pointerDaniel De Graaf2013-04-124-7/+43
* mini-os/tpmback: set up callbacks before enumerationDaniel De Graaf2013-04-124-41/+6
* mini-os/tpm{back, front}: Allow device repoensDaniel De Graaf2013-04-122-3/+34
* mini-os/tpm{back, front}: Change shared page ABIDaniel De Graaf2013-04-125-152/+232
* libxl: beautify json with YAJL2M A Young2013-04-121-1/+5
* tools+stubdom: install under /usr/local by default.Ian Campbell2013-04-128-12/+0
* libxl: regenerate libxlu cfg parser after 9e14c516b6cbIan Campbell2013-04-122-30/+30
* Switch to poll() in cxenstored's IO loopWei Liu2013-04-112-60/+133