aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libxc: Add unsafe decompressorsBastian Blank2013-04-2214-1/+246
* xen/arm: do not use is_running to decide whether we can write directly to the...Stefano Stabellini2013-04-222-6/+8
* mini-os/x86-64 entry: check against nested events and try to fix upXu Zhang2013-04-221-14/+73
* mini-os/x86-64 entry: defer RESTORE_REST until returnXu Zhang2013-04-221-8/+8
* mini-os/x86-64 entry: remove unnecessary event blockingXu Zhang2013-04-221-1/+0
* mini-os/x86-64 entry: code refactoring; no functional changesXu Zhang2013-04-221-56/+57
* mini-os/x86-64 entry: define macros for registers partial save and restoreXu Zhang2013-04-221-15/+22
* mini-os/x86-64 entry: code clean-ups; no functional changesXu Zhang2013-04-221-30/+31
* VMX: adjust correct table when there's no posted interrupt supportJan Beulich2013-04-191-2/+2
* x86/S3: Fix cpu pool scheduling after suspend/resumeBen Guthro2013-04-192-11/+46
* x86: remove IS_PRIV bypass on IRQ checkDaniel De Graaf2013-04-191-20/+9
* x86: remove IS_PRIV access check bypassesDaniel De Graaf2013-04-182-6/+3
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-04-1810-30/+100
|\
| * x86: fix various issues with handling guest IRQsJan Beulich2013-04-189-30/+93
| * x86: clear EFLAGS.NT in SYSENTER entry pathJan Beulich2013-04-181-0/+7
* | arm: vgic: fix race in vgic_vcpu_inject_irqIan Campbell2013-04-181-4/+8
* | arm64: correct secondary CPU bringupIan Campbell2013-04-181-1/+1
* | arm: gic: implement IPIs using SGI mechanismIan Campbell2013-04-184-18/+105
|/
* VMX: Use posted interrupt to deliver virutal interruptYang Zhang2013-04-181-2/+6
* x86/HVM: Call vlapic_set_irq() to delivery virtual interruptYang Zhang2013-04-184-11/+11
* VMX: Add posted interrupt supportingYang Zhang2013-04-186-18/+114
* VMX: Turn on posted interrupt bit in vmcsYang Zhang2013-04-184-0/+20
* VMX: Detect posted interrupt capabilityYang Zhang2013-04-182-1/+17
* libxl: properly initialize device structuresDaniel De Graaf2013-04-171-3/+5
* libxl: postpone backend name resolutionDaniel De Graaf2013-04-1710-330/+359
* docs: Don't use non-portable cp -d flag unnecessarily (no links are involved)Patrick Welche2013-04-171-3/+3
* 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