aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xen-detect: Fix cpuid asm for 32-bit PIC compilation.Keir Fraser2011-06-231-17/+20
* 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-235-3/+13
* x86/hvm: add SMEP support to HVM guestKeir Fraser2011-06-235-5/+35
* x86: Enable Supervisor Mode Execution Protection (SMEP)Keir Fraser2011-06-235-27/+75
* kexec: Backport fixes from xen-unstableKeir Fraser2011-06-2315-8/+189
* tools/hotplug/Linux: start all xen daemons in runlevel 2Fabio Fantoni2011-06-213-6/+6
* 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
* Added signature for changeset ab0e3dac2c63Keir Fraser2011-06-141-0/+1
* Added tag RELEASE-4.1.1 for changeset ab0e3dac2c63Keir Fraser2011-06-141-0/+1
* Update Xen version to 4.1.1RELEASE-4.1.1Keir Fraser2011-06-142-2/+2
* Added signature for changeset e302291362a4Keir Fraser2011-06-031-0/+1
* Added tag 4.1.1-rc2 for changeset e302291362a4Keir Fraser2011-06-031-0/+1
* Update Xen version to 4.1.1-rc24.1.1-rc2Keir Fraser2011-06-032-2/+2
* x86: Hide CPUID leaf 7 from PV guests.Keir Fraser2011-06-023-1/+19
* 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
* libxc: obtain correct length of p2m during core dumpingMarkus Gross2011-05-281-2/+1
* libxc: after saving, unmap correct amount for live_m2pJim Fehlig2011-05-281-2/+2
* drivers/passthrough: fix error paths in pci_add_device*()Tim Deegan2011-05-241-2/+8
* Fix Config.mk's cc-option for -Wno-* options.Keir Fraser2011-05-241-2/+12
* Update Xen version to 4.1.1-rc2-preKeir Fraser2011-05-211-1/+1
* Added signature for changeset f01f0ed58390Keir Fraser2011-05-211-0/+1
* Added tag 4.1.1-rc1 for changeset f01f0ed58390Keir Fraser2011-05-211-0/+1
* Update Xen version to 4.1.1-rc14.1.1-rc1Keir Fraser2011-05-212-2/+2
* gcc-4.6 compile fix: build with -Wno-unused-but-set-variableOlaf Hering2011-05-211-0/+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
* Makefile: install-tools does not depend on ioemu-dir if CONFIG_IOEMU=nKeir Fraser2011-05-201-1/+5
* x86/mm: add HVMOP_get_mem_type hvmopOlaf Hering2011-05-203-5/+52
* x86-64: remove left over uses of .got entriesJan Beulich2011-05-162-2/+5
* VT-d: Fix resource leaks on error pathsIgor Mammedov2011-05-161-2/+8