aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version to 4.1.0-rc24.1.0-rc2Keir Fraser2011-01-251-1/+1
* x86/tsc: remove misleading printk on HVM restore path.Keir Fraser2011-01-251-5/+0
* MergeTim Deegan2011-01-214-3/+27
|\
| * [VTD][QUIRK] turn off Sandybridge IGD quirk by defaultKeir Fraser2011-01-211-2/+8
| * svm: migrate pirq with vcpuKeir Fraser2011-01-211-1/+1
| * x86:x2apic: Disable x2apic on x86-32 permanentlyKeir Fraser2011-01-211-0/+16
| * x86_32: Assert map_domian_page() not used too early.Keir Fraser2011-01-211-0/+2
* | p2m: Allow non-leaf entries to be replaced by leaf entriesGeorge Dunlap2011-01-214-16/+80
|/
* Disable tmem by default for 4.1 release.Keir Fraser2011-01-191-1/+1
* x86_emulate: set the operand size for SMSW/reg writeback.Keir Fraser2011-01-191-2/+1
* PoD,hap: Fix logdirty mode when using hardware assisted pagingGeorge Dunlap2011-01-171-7/+18
* PoD: Allow pod_set_cache_target hypercall to be preemptedGeorge Dunlap2011-01-174-13/+36
* VT-d/ATS: misc fixesJan Beulich2011-01-181-17/+38
* xen-unstable/blkif: Add trim operation interfaceKeir Fraser2011-01-181-0/+34
* xen: fix XEN_DOMCTL_memory_mapping to not return with domain RCU lock heldKeir Fraser2011-01-181-4/+4
* xen: stringify assertion condition for printing sooner.Keir Fraser2011-01-182-3/+3
* rcupdate: Make rcu_barrier() more paranoia-proofKeir Fraser2011-01-141-5/+24
* PoD: Fix two code commentsLiu, Jinsong2011-01-141-1/+1
* x86 hvm: Do not check-and-fail on in_atomic() in hvm_copy().Keir Fraser2011-01-141-0/+9
* x86-64: pci_probe must be residentJan Beulich2011-01-141-1/+1
* x86: On CPU online/offline from dom0, try flushing RCU work on EBUSY.Keir Fraser2011-01-142-18/+40
* x86 acpi: Fix crash in enable_nonboot_cpus() on wakeup from S3/S4Keir Fraser2011-01-141-0/+1
* rcupdate: Implement rcu_barrier() to synchronously flush RCU work.Keir Fraser2011-01-142-0/+27
* stop_machine: Allow specified function to run on all CPUs.Keir Fraser2011-01-142-4/+13
* x86 sysctl: Remove unused CPU hotplug status stuff.Keir Fraser2011-01-142-32/+1
* cpu hotplug: Core functions are quiet on failure.Keir Fraser2011-01-143-4/+10
* x86 fpu: Code clean up. Eliminate per-cpu xsave init verbosity.Keir Fraser2011-01-144-91/+80
* x86: Avoid calling xsave_alloc_save_area before xsave_initKeir Fraser2011-01-142-33/+43
* vt-d: quirks for Sandybridge errata workaround, WLAN, VT-d fault escalationAllen Kay2011-01-143-7/+102
* vt-d: Fix crash issue when not sharing EPT and VT-d tables.Keir Fraser2011-01-141-0/+4
* Update Xen version to 4.1.0-rc2-preKeir Fraser2011-01-131-1/+1
* x86/mm: make page-sharing use the proper typecount functionsTim Deegan2011-01-131-45/+26
* x86/mm: fix EPT PoD locking to match the normal p2m case.Tim Deegan2011-01-131-3/+10
* Update Xen version to 4.1.0-rc14.1.0-rc1Keir Fraser2011-01-131-1/+1
* Revert 22706:ca10302ac285 "xenpaging: update machine_to_phys_mapping[] during...Keir Fraser2011-01-121-5/+1
* x86: restore x2apic pre-enabled check logicKeir Fraser2011-01-114-11/+24
* xenpaging: update machine_to_phys_mapping[] during page deallocationKeir Fraser2011-01-111-1/+5
* xenpaging: drop paged pages in guest_remove_pageKeir Fraser2011-01-114-12/+48
* xenpaging: update machine_to_phys_mapping[] during page-inKeir Fraser2011-01-111-0/+1
* x86-64: refine access permission check for wrmsr to MSR_FAM10H_MMIO_CONF_BASEKeir Fraser2011-01-111-2/+1
* vt-d: Remove unnecessary 'inline' qualifiersKeir Fraser2011-01-101-13/+5
* vtd: Remove unused 'align' local variable from iommu_flush_iotlb_psi().Keir Fraser2011-01-101-1/+0
* vtd: Fix up iommu_flush_iotlb_psi().Keir Fraser2011-01-101-7/+6
* x86_64: don't use weak symbols on x86-64Keir Fraser2011-01-101-2/+3
* x86-64: don't allow wrmsr to MSR_FAM10H_MMIO_CONF_BASE when Xen itself is usi...Keir Fraser2011-01-101-1/+12
* EPT/VT-d: bug fix for EPT/VT-d table sharingKeir Fraser2011-01-104-58/+45
* Update AMD SVM feature flagsKeir Fraser2011-01-081-12/+16
* Update AMD CPU feature flags 0x80000001:ECX for Xen HypervisorKeir Fraser2011-01-085-21/+26
* timer: Don't hardcode cpu0 in migrate_timers_from_cpu().Keir Fraser2011-01-081-15/+27
* timer: Ensure that CPU field of a timer is read safely when lock-free.Keir Fraser2011-01-082-15/+17