aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* nested vmx: enable load IA32_PERF_GLOBAL_CTRL feature for L1 VMMDongxiao Xu2012-11-302-4/+20
* nested vmx: enable load and save IA32_EFER feature for L1 VMMDongxiao Xu2012-11-302-3/+11
* nested vmx: enable load and save IA32_PAT feature for L1 VMMDongxiao Xu2012-11-301-4/+18
* nested vmx: enable save VMX-preemption timer feature for L1 VMMDongxiao Xu2012-11-301-4/+4
* nested vmx: enable VMX-preemption timer for L1 VMMDongxiao Xu2012-11-302-2/+17
* nested vmx: enable Descriptor-table exiting for L1 VMMDongxiao Xu2012-11-302-1/+8
* nested vmx: enable secondary processor-based VM-Execution controlsDongxiao Xu2012-11-303-4/+30
* nested vmx: enable NMI-window exiting for L1 VMMDongxiao Xu2012-11-301-1/+2
* nested vmx: enable Monitor Trap Flag for L1 VMMDongxiao Xu2012-11-301-2/+8
* docs: fix persistent grants doc typoRoger Pau Monne2012-11-291-1/+1
* xen/arm: build as zImageStefano Stabellini2012-11-291-0/+17
* x86/hap: Fix memory leak of domain->arch.hvm_domain.dirty_vramTim Deegan2012-11-291-0/+3
* x86/mm: Comment the definitions of _mfn(), _gfn() &c.Tim Deegan2012-11-292-0/+10
* VT-d: make scope parsing code type safeJan Beulich2012-11-292-15/+13
* IOMMU: imply "verbose" from "debug"Jan Beulich2012-11-281-0/+4
* VT-d: adjust IOMMU interrupt affinities when all CPUs are onlineJan Beulich2012-11-283-4/+32
* AMD IOMMU: include IOMMU interrupt information in 'M' debug key outputJan Beulich2012-11-285-49/+40
* VT-d: include IOMMU interrupt information in 'M' debug key outputJan Beulich2012-11-282-11/+23
* ACPI: fix return value of XEN_PM_PDC platform opJan Beulich2012-11-281-2/+2
* x86: fix hypercall continuation cancellation in XENMAPSPACE_gmfn_range compat...Jan Beulich2012-11-281-11/+10
* x86/time: fix scale_delta() inline assemblyJan Beulich2012-11-261-2/+3
* arm: Tidy up flush_xen_dcache().Tim Deegan2012-11-235-15/+35
* implement vmap()Jan Beulich2012-11-2210-47/+268
* x86/HPET: fix FSB interrupt maskingJan Beulich2012-11-221-21/+19
* x86/HPET: include FSB interrupt information in 'M' debug key outputJan Beulich2012-11-223-9/+45
* VT-d: clean up map/unmap log messagesJan Beulich2012-11-221-12/+14
* passthrough/PCI: replace improper uses of pci_find_next_cap()Jan Beulich2012-11-201-14/+3
* xen: fix build failure due to extra closing commentIan Campbell2012-11-191-1/+0
* docs: Include prototype for HYPERVISOR_multicallIan Campbell2012-11-191-1/+4
* docs: Document HYPERVISOR_update_descriptorIan Campbell2012-11-191-1/+14
* docs: Add ToC entry for start of day memory layout.Ian Campbell2012-11-191-1/+2
* docs: Document HYPERVISOR_mmuext_opIan Campbell2012-11-191-14/+22
* docs: document HYPERVISOR_update_va_mapping(_other_domain)Ian Campbell2012-11-191-0/+17
* docs: document/mark-up SCHEDOP_*Ian Campbell2012-11-191-28/+56
* AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()Jan Beulich2012-11-191-1/+1
* xen/arm: get the number of cpus from device treeStefano Stabellini2012-11-196-12/+71
* xen/arm: flush D-cache and I-cache when appropriateStefano Stabellini2012-11-194-13/+71
* vscsiif: minor cleanupJan Beulich2012-11-191-8/+5
* AMD IOMMU: Enable HPET broadcast msi remappingWei Wang2012-11-194-12/+57
* xen/arm: wake up secondary cpusStefano Stabellini2012-11-154-2/+53
* xen/arm: set the SMP bit in the ACTLR registerStefano Stabellini2012-11-156-0/+88
* pl011: set baud and clock_hz to the right defaults for Versatile ExpressStefano Stabellini2012-11-151-2/+2
* xen/arm: setup the fixmap in head.SStefano Stabellini2012-11-154-23/+26
* xen/arm: pass the correct bit-per-interrupt argument to vgic_irq_rankStefano Stabellini2012-11-151-12/+13
* x86/nmi: self_nmi() should not unconditionally enable interruptsAndrew Cooper2012-11-151-3/+4
* compat/gnttab: Prevent infinite loop in compat codeIan Jackson2012-11-141-0/+2
* xen/mm/shadow: check toplevel pagetables are present before unhooking them.Ian Jackson2012-11-141-2/+6
* x86/physmap: Prevent incorrect updates of m2p mappingsIan Jackson2012-11-141-0/+4
* VCPU/timers: Prevent overflow in calculations, leading to DoS vulnerabilityIan Jackson2012-11-142-0/+5
* fix xenctl_cpumap_to_cpumask() buffer size checkMatthew Daley2012-11-131-1/+1