aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version to 4.0.1-rc14.0.1-rc1Keir Fraser2010-05-221-1/+1
* iommu: Gracefully fail to initialise iommu on generic x86 platforms.Keir Fraser2010-05-221-1/+3
* vmx: Do not modify global vmx_vm{entry,exit}_control fields in init_vmcs_conf...Keir Fraser2010-05-191-5/+7
* kexec: Fix dodgy use of cpu_present_map protecting percpu data access.Keir Fraser2010-05-191-1/+1
* x86: Allow PV superpages to work with live migrationKeir Fraser2010-05-191-4/+5
* svm: Fix for AMD erratum 383 on Family 10h CPUsKeir Fraser2010-05-192-0/+67
* intel_txt: to fix intel txt S3 resume failure since c/s 21108Keir Fraser2010-05-191-6/+6
* Add MSR support for various feature AMD processor families.Keir Fraser2010-05-156-12/+21
* Even 'dummy' domains (e.g., dom_xen a.k.a. DOMID_XEN) must have valid I/O caps.Keir Fraser2010-05-131-8/+8
* x86: Fix a few on_{selected,each}_cpus callers who should wait for completion.Keir Fraser2010-05-133-3/+3
* mce: MCE polling logic should check mce_disabled duringKeir Fraser2010-05-131-1/+1
* domctl: Fix cpumap/cpumask conversion functions to return an error code.Keir Fraser2010-05-134-20/+24
* x86: Replace our own specialised versions of memset and memcpy withKeir Fraser2010-05-132-254/+9
* VT-d: prevent watchdog timer from kicking in whenKeir Fraser2010-05-112-0/+8
* xentrace: fix bug in t_info sizeKeir Fraser2010-05-101-1/+1
* svm: Avoid VINTR injection during NMI shadowKeir Fraser2010-05-101-3/+14
* multiboot asm: Get offset constants from the C structKeir Fraser2010-05-103-4/+10
* x86: Relocate boot trampoline to avoid BIOS conflicts.Keir Fraser2010-05-101-1/+1
* x86: fix Dom0 booting time regressionKeir Fraser2010-05-103-14/+27
* x86: fix off-by-one error in the cache flush portion of flush_area_local().Keir Fraser2010-05-101-1/+1
* vmx, tboot: Check the correct in/outside-SMX flag when init'ing VMX.Keir Fraser2010-05-101-2/+3
* x86, shadow: propagate pat caching on the shadow l1Keir Fraser2010-05-102-15/+19
* xen: allow guests to set caching attributes for MMIOsKeir Fraser2010-05-106-4/+8
* x86: make pxm_to_node() return sane values when disabling NUMA internallyKeir Fraser2010-05-101-1/+3
* console: Make initial static console buffer __initdata.Keir Fraser2010-04-231-19/+8
* xen: build fix GNU sed vs. BSD sedKeir Fraser2010-04-211-1/+1
* tmem: add page deduplication with optional compression orKeir Fraser2010-04-213-80/+547
* x86: Revert how we calculate 'total system RAM' after c/s 20236.Keir Fraser2010-04-151-2/+5
* x86_emulate: Emulate CLFLUSH instructionKeir Fraser2010-04-151-1/+15
* sysctl: Fix XEN_SYSCTL_debug_keys error path.Keir Fraser2010-04-151-1/+3
* xentrace: fix lost records resumeKeir Fraser2010-04-121-4/+10
* xentrace: Bounds checking and error handlingKeir Fraser2010-04-121-11/+54
* x86, shadow: Fix read-to-use race conditionKeir Fraser2010-04-121-0/+26
* cpufreq: fix racing issue for cpu hotplugKeir Fraser2010-04-122-5/+5
* xen: 'make clean' really cleans unconfigured subdirs.Keir Fraser2010-04-121-1/+1
* Fix two issues for CPU online/offline.Keir Fraser2010-04-122-5/+3
* x86, cpu hotplug: Synchronise vcpu state earlier during cpu offline.Keir Fraser2010-04-122-8/+12
* Update Xen version to 4.0.1-rc1-preKeir Fraser2010-04-121-1/+1
* Update Xen version to 4.0.0RELEASE-4.0.0Keir Fraser2010-04-071-1/+1
* Allow all unused GSI to be configured via IO-APIC by new pv_ops dom0Keir Fraser2010-04-012-6/+6
* Update Xen version to 4.0.0-rc94.0.0-rc9Keir Fraser2010-03-311-1/+1
* Fix off-by-one error in do_memory_op()'s start_extent range checkKeir Fraser2010-03-301-1/+1
* mcheck: Small fix for CMCI Threshold set problem.Keir Fraser2010-03-301-0/+2
* x86: Remove redundant clear for cpu_online_map.Keir Fraser2010-03-301-2/+1
* When flush tlb mask, we need consider the cpu_online_map.Keir Fraser2010-03-302-2/+5
* Update Xen version to 4.0.0-rc9-preKeir Fraser2010-03-271-1/+1
* Update Xen version to 4.0.0-rc84.0.0-rc8Keir Fraser2010-03-261-1/+1
* cpufreq: don't re-init active dbs timer in S3 or cpu onlineKeir Fraser2010-03-261-2/+3
* VT-d: Better DMAR parsing warning message.Keir Fraser2010-03-261-1/+1
* cpufreq: fix statistic lock problemKeir Fraser2010-03-261-4/+8