aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Enable Supervisor Mode Execution Protection (SMEP)Keir Fraser2011-06-235-27/+75
* kexec: Backport fixes from xen-unstableKeir Fraser2011-06-2315-8/+189
* x86_emulate: Fix decode of FUCOMIP %stN.Keir Fraser2011-06-151-1/+1
* x86-64: fix incorrect assertion in __maddr_to_virt()Jan Beulich2011-06-151-1/+1
* x86/hvm: Crash domain rather than guest on unexpected PIO IO stateGeorge Dunlap2011-06-151-1/+3
* x86/apic: fix potential Protection Fault during shutdownAndrew Cooper2011-06-151-1/+2
* x86: Fix argument checking in (privileged) function cpu_add().Keir Fraser2011-06-151-1/+3
* Update Xen version to 4.1.2-rc1-preKeir Fraser2011-06-151-1/+1
* Update Xen version to 4.1.1RELEASE-4.1.1Keir Fraser2011-06-141-1/+1
* Update Xen version to 4.1.1-rc24.1.1-rc2Keir Fraser2011-06-031-1/+1
* x86: Hide CPUID leaf 7 from PV guests.Keir Fraser2011-06-021-0/+7
* x86: Replace ad-hoc bitmaskof() macro with single cpufeat_mask() defn.Keir Fraser2011-06-024-9/+7
* x86: Fix spurious_page_fault() for 1GB superpages.Keir Fraser2011-05-311-0/+2
* mem_event: Revert pointless, unrelated, and broken (on i386) change in 23434:...Aravindh Puthiyaparambil2011-05-316-10/+37
* x86/intel: Fix CPUID leaf 7 detectionYang, Wei2011-05-281-3/+5
* Clean up stdarg handling a little. Fix for NetBSD.Keir Fraser2011-05-284-3/+6
* IOMMU: Fail if intremap is not available and iommu=required/force.Ian Campbell2011-05-282-2/+6
* drivers/passthrough: fix error paths in pci_add_device*()Tim Deegan2011-05-241-2/+8
* Update Xen version to 4.1.1-rc2-preKeir Fraser2011-05-211-1/+1
* Update Xen version to 4.1.1-rc14.1.1-rc1Keir Fraser2011-05-211-1/+1
* x86/mca: Fix debug output.Liu, Jinsong2011-05-201-4/+5
* x86/AMD: don't set ARAT feature flag on family F CPUsJan Beulich2011-05-201-1/+1
* x86: clear CPUID output of leaf 0xd for Dom0 when xsave is disabledJan Beulich2011-05-201-0/+4
* pci_remove_device: fix linked list disciplineTim Deegan2011-05-201-2/+2
* x86/mm: add HVMOP_get_mem_type hvmopOlaf Hering2011-05-203-5/+52