aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version to 4.1.2RELEASE-4.1.2Keir Fraser2011-10-201-1/+1
* Update Xen version to 4.1.2-rc34.1.2-rc3Keir Fraser2011-10-071-1/+1
* Do not re-define XEN_ROOT in hypervisor sub-Makefiles.Keir Fraser2011-10-066-5/+1
* p2m: use correct p2m_type_t in clear_mmio_p2m_entryOlaf Hering2011-10-061-1/+1
* x86: ucode-amd: Don't warn when no ucode is available for a CPUJan Beulich2011-10-031-5/+1
* VT-d: fix off-by-one error in RMRR validationJan Beulich2011-10-031-1/+1
* Clear IRQ_GUEST in irq_desc->status when setting action to NULL.Igor Mammedov2011-10-031-2/+3
* x86/vmx: don't call __vmxoff() blindlyJan Beulich2011-09-171-0/+6
* xen: Move tsc reliability check until after CPUs have bootedGeorge Dunlap2011-09-173-2/+14
* Avoid race in schedule() when switching schedulersJuergen Gross2011-09-171-1/+2
* x86: Couple of small cleanups after cpuid faulting patch.Keir Fraser2011-09-177-10/+60
* IRQ: IO-APIC support End Of Interrupt for older IO-APICsAndrew Cooper2011-09-132-7/+109
* xen: if mapping GSIs we run out of pirq < nr_irqs_gsi, use the othersStefano Stabellini2011-09-131-16/+10
* Update Xen version to 4.1.2-rc3-preKeir Fraser2011-09-081-1/+1
* Update Xen version to 4.1.2-rc24.1.2-rc2Keir Fraser2011-09-071-1/+1
* bitmap_scnlistprintf() should always zero-terminate its output bufferJan Beulich2011-09-071-3/+4
* xen: __hvm_pci_intx_assert should check for gsis remapped onto pirqsStefano Stabellini2011-08-311-2/+7
* xen: fix hvm_domain_use_pirq's behaviorStefano Stabellini2011-08-313-6/+8
* IRQ: manually EOI migrating line interruptsAndrew Cooper2011-08-317-18/+29
* vpmu: Add processors Westmere E7-8837 and SandyBridge i5-2500 to the vpmu listDietmar Hahn2011-08-312-1/+4
* x86/mm: Add iommu=sharept parameter for compatibility with 4.2Tim Deegan2011-08-261-0/+2
* Passthrough: fix iommu_use_hap_pt() to use hap_enabled()Tim Deegan2011-08-231-1/+1
* IOMMU: only try to share IOMMU and HAP tables for domains with P2M.Tim Deegan2011-08-233-4/+7
* VT-d: Explicitly test EPT capabilities during IOMMU initTim Deegan2011-08-231-6/+6
* Update Xen version to 4.1.2-rc2-preKeir Fraser2011-08-251-1/+1
* Update Xen version to 4.1.2-rc14.1.2-rc1Keir Fraser2011-08-251-1/+1
* x86: don't limit dom0's maximum reservation by the available memoryDavid Vrabel2011-08-241-1/+1
* x86: use 'dom0_mem' to limit the number of pages for dom0David Vrabel2011-08-221-0/+2
* cpuidle: initialize default Cstate informationKevin Tian2011-08-222-57/+114
* x86/KEXEC: disable hpet legacy broadcasts earlierAndrew Cooper2011-08-192-3/+4
* x86/PCI-MSI: properly determine VF BAR valuesJan Beulich2011-08-166-71/+195
* x86: IRQ fix incorrect logic in __clear_irq_vectorAndrew Cooper2011-08-161-0/+1
* VT-d: don't reject valid DMAR/ATSR tables on systems with multiple PCI segmentsJan Beulich2011-08-161-4/+6
* Revert 23092:0f2b9b6c5a74Keir Fraser2011-08-161-1/+7
* Passthrough: disable bus-mastering on any card that causes an IOMMU fault.Tim Deegan2011-08-122-2/+22
* VT-d: always clean up dpci timers.Tim Deegan2011-07-251-3/+0
* xen: Fix sedf schedulerGeorge Dunlap2011-07-231-10/+15
* x86: fix guest migration after c/s 20892:d311d1efc25eJan Beulich2011-07-161-1/+1
* xen/libxc: set CPUID topology leaf as unsupported for PV guestsDavid Vrabel2011-07-161-0/+1
* [IA64] kexec: fix ia64 buildKUWAMURA Shin'ya2011-07-081-1/+1
* KEXEC: disconnect all PCI devices from the PCI bus on crashAndrew Cooper2011-07-083-0/+24
* x86/hvm: Don't expose CPUID time leaf when not using PVRDTSCPPaul Durrant2011-07-081-2/+10
* x86 cpu: Fix bug: unify cpu_dev attr as __cpuinitdataLiu, Jinsong2011-07-084-5/+5
* x86: fix boot-time watchdog test.Tim Deegan2011-06-281-1/+11
* tasklets: Switch a few tasklets to run in softirq context.Keir Fraser2011-06-234-7/+11
* tasklets: Allow tasklets to be created that run in softirq context.Keir Fraser2011-06-233-28/+84
* pv-on-hvm: hvm_domain_use_pirq return positive no matter if the evtchn is boundStefano Stabellini2011-06-231-7/+1
* Protect xen/stdarg.h for multiple inclusion.Keir Fraser2011-06-231-0/+5
* x86: Backport CPUID feature passthroughs from xen-unstableKeir Fraser2011-06-233-1/+5
* x86/hvm: add SMEP support to HVM guestKeir Fraser2011-06-233-5/+26