aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: set paging_mode_translate and paging_mode_externalStefano Stabellini2012-07-231-2/+2
* xen/arm: Initialize lr_queue in vcpu_vgic_init for the first 32 irqsStefano Stabellini2012-07-231-0/+3
* x86/numa: Remove warning about small NUMA nodesAndrew Cooper2012-07-191-7/+0
* x86/numa: Correct assumption that each NUMA node has memoryAndrew Cooper2012-07-192-8/+22
* vt-d: fix wrong addr in IOTLB invalidation descriptorYang Zhang2012-07-191-1/+1
* Xen/MCE: stick all 1's to MCi_CTL of vMCELiu, Jinsong2012-07-192-39/+7
* nestedhvm: initialize pfec for l1 pagetable walkChristoph Egger2012-07-193-5/+16
* x86/mm/p2m: use NX bit in p2m entries.Christoph Egger2012-07-191-2/+4
* xen/arm: disable the event optimization in the gicStefano Stabellini2012-07-171-42/+0
* xen/arm: gic and vgic fixesStefano Stabellini2012-07-172-6/+5
* xen/arm: implement do_hvm_op for ARMStefano Stabellini2012-07-174-0/+69
* arm/vgic: initialize pending_irqs.lr_queueStefano Stabellini2012-07-172-0/+6
* arm/vgic: vgic: support irq enable/disableStefano Stabellini2012-07-171-1/+22
* arm/gic: support injecting IRQs even to VCPUs not currently runningStefano Stabellini2012-07-174-22/+48
* arm/gic: fix gic context switchStefano Stabellini2012-07-172-0/+6
* arm/vtimer: do not let the guest interact with the physical timerStefano Stabellini2012-07-171-2/+2
* xsm/flask: avoid struct page lookup in mmu_normal_updateDaniel De Graaf2012-07-091-7/+6
* xsm/flask: fix memory AVC formattingDaniel De Graaf2012-07-091-1/+1
* nestedsvm: fix DRn handlingChristoph Egger2012-07-091-6/+7
* libxl,libxc: introduce libxl_get_numainfo()Dario Faggioli2012-07-061-0/+1
* 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