aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: event channel remapping for emulated MSIsStefano Stabellini2012-07-032-0/+26
* xen: Fix off-by-one error when parsing command line argumentsAndrew Cooper2012-07-031-1/+1
* xen: add assertion in default_vcpu0_location to protect against broken masksIan Campbell2012-07-031-0/+1
* arm: fix typo s/approprately/appropriately/gIan Campbell2012-07-031-3/+3
* arm: move PSR flag definitions into interface, for tools use.Ian Campbell2012-07-035-23/+26
* arm: unwind allocations etc on arch_domain_create_failureIan Campbell2012-07-037-17/+58
* arm: the hyp timer seems to work in newer model versions, default to using it.Ian Campbell2012-07-031-2/+6
* arm: context switch virtual timer registersIan Campbell2012-07-033-0/+18
* arm: gic.lock can be taken in interrupt context, so lock appropriately.Ian Campbell2012-07-031-10/+10
* arm: Upgrade guest barriers to Outer-Shareable. Enable Protected Table Walk.Ian Campbell2012-07-032-1/+5
* arm: enable data-cache at the same time as enabling the MMU, not beforeIan Campbell2012-07-031-3/+4
* arm: map GICV in all domains, not just dom0.Ian Campbell2012-07-035-15/+12
* arm: make vgic lock safe for use in interrupt context.Ian Campbell2012-07-032-7/+8
* arm: split pending SPIs (global) out from pending PPIs and SGIs (per CPU)Ian Campbell2012-07-032-5/+17
* arm: use correct attributes for mappings in copy_from_paddr()Ian Campbell2012-07-033-6/+6
* arm: implement vcpu_show_execution_stateIan Campbell2012-07-032-6/+51
* arm: implement vpl011 (UART) emulator.Ian Campbell2012-07-037-0/+195
* arm: allow p2m to be created with specific MATTR.Ian Campbell2012-07-032-12/+31
* x86/hvm: fix BUFIOREQ evtchn init for a stubdomAnthony PERARD2012-07-031-10/+28
* xen,pod: Only sweep in an emergency, and only for 4k pagesGeorge Dunlap2012-06-282-49/+5
* xen,pod: Zero-check recently populated pages (checklast)George Dunlap2012-06-282-0/+31
* xen,pod: Try to reclaim superpages when ballooning downGeorge Dunlap2012-06-281-7/+24
* arm: fix build after c/s 25477:e12e0b038219Jan Beulich2012-06-283-0/+4
* xen,pod: Cosmetic code motionGeorge Dunlap2012-06-271-3/+3
* x86/mm: Clean up unshare path for foreign mappingsAndres Lagar-Cavilla2012-06-281-23/+11
* x86/hvm: increase struct hvm_vcpu_io's mmio_large_read[]Jan Beulich2012-06-281-4/+4
* arm: fix locking in create_p2m_entriesIan Campbell2012-06-261-2/+2
* arm: map fixmaps non-executable.Ian Campbell2012-06-261-0/+1
* arm: dump guest s1 walk on data abort which is not a stage 2 issue.Ian Campbell2012-06-262-6/+70
* arm: dump a page table walk when va_to_par fails.Ian Campbell2012-06-261-1/+5
* arm: context switch a bunch of guest state.Ian Campbell2012-06-266-13/+208
* arm: Add simple cpu_{sibling, core}_maskIan Campbell2012-06-263-4/+23
* arm: do not set max_vcpus = 8 in arch_domain_create.Ian Campbell2012-06-262-3/+1
* arm: implement stub version of flush_tlb_mask.Ian Campbell2012-06-262-1/+9
* arm: stub out sync_vcpu_execstateIan Campbell2012-06-262-1/+5
* arm: remove hard tabs from init_idle_domainIan Campbell2012-06-261-3/+3
* arm: implement p2m lookupIan Campbell2012-06-262-0/+48
* arm: remove unnecessarily verbose print from p2m_load_VTTBRIan Campbell2012-06-261-2/+0
* arm: print domid as part of debug trapIan Campbell2012-06-261-5/+6
* arm: allocate and setup a guest vcpu.Ian Campbell2012-06-263-12/+67
* arm: hook up domctl and memory_opIan Campbell2012-06-261-0/+2
* arm: enable interrupts while handling trapsIan Campbell2012-06-263-4/+16
* arm: restore stack on return from trap.Ian Campbell2012-06-262-14/+7
* arm: correct and expand TLB flush CP15 registersIan Campbell2012-06-261-2/+9
* arm: handy function to print a walk of a page tableIan Campbell2012-06-263-1/+89
* arm: allocate top level p2m page for all non-idle domainsIan Campbell2012-06-262-1/+4
* arm: fix build with gcc 4.7.xJan Beulich2012-06-251-1/+1
* Fix check if guest enabled nested paging.Christoph Egger2012-06-251-0/+3
* x86/PCI: pass correct register value to XSMDaniel De Graaf2012-06-221-0/+12
* AMD IOMMU: add mechanism to protect their PCI devices' config spacesJan Beulich2012-06-229-20/+199