aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* domctl: Fix cpumap/cpumask conversion functions to return an error code.Keir Fraser2010-05-125-26/+28
* x86: Replace our own specialised versions of memset and memcpy withKeir Fraser2010-05-112-254/+9
* x86: Detect and handle unexpected platform-timer counter wrap.Keir Fraser2010-05-111-7/+29
* Define ABS() library function. Use it.Keir Fraser2010-05-112-1/+6
* tasklet: Improve scheduler interaction.Keir Fraser2010-05-118-43/+72
* x86: Export timer hypercalls to HVM guests tooKeir Fraser2010-05-111-0/+11
* VT-d: prevent watchdog timer from kicking in whenKeir Fraser2010-05-112-0/+8
* x86: TSC handling cleanupsKeir Fraser2010-05-119-45/+34
* xentrace: fix bug in t_info sizeKeir Fraser2010-05-101-1/+1
* svm: Avoid VINTR injection during NMI shadowKeir Fraser2010-05-071-3/+14
* domain_create: No need to zero new domain struct as done by arch-dep codeKeir Fraser2010-05-072-5/+5
* multiboot asm: Get offset constants from the C structKeir Fraser2010-05-073-4/+10
* x86/cpufreq: fix turbo mode detectionKeir Fraser2010-05-073-27/+49
* credit2: Fix credit2 + cpupoolsKeir Fraser2010-05-071-18/+38
* Reduce 'd' debug key's global impactKeir Fraser2010-05-066-24/+87
* Remove CPUID4 emulation for AMD CPUsKeir Fraser2010-05-061-120/+1
* Reduce '0' debug key's global impactKeir Fraser2010-05-061-0/+51
* x86: add .data.page_aligned sectionKeir Fraser2010-05-064-3/+12
* iommu: add missing __init annotationsKeir Fraser2010-05-064-10/+9
* svm: support EFER.LMSLE for guestsKeir Fraser2010-05-063-2/+32
* vmce: Clean up implementation and setup/destroy.Keir Fraser2010-05-064-145/+126
* ia64: sysctl build fixes.Keir Fraser2010-05-061-17/+44
* EPT: fix handling of super page level limitKeir Fraser2010-05-061-8/+9
* cpupools: Fix cpupool sysctl locking.Keir Fraser2010-05-061-6/+5
* sysctl: Move sysctl enumeration into a single block, same as domctl.Keir Fraser2010-05-041-18/+35
* scheduler: Add a global parameter adjustment to the switchable scheduler inte...Keir Fraser2010-05-044-0/+38
* scheduler: const-ify references to 'struct scheduler' where possible.Keir Fraser2010-05-044-84/+86
* cpupool: Control interface should be a sysctl rather than a domctl.Keir Fraser2010-05-046-48/+44
* mce: Revert 21264:a8eb546e3cb0Keir Fraser2010-05-042-22/+7
* CPUIDLE: shorten hpet spin_lock holding timeKeir Fraser2010-05-041-18/+43
* x86: Relocate boot trampoline to avoid BIOS conflicts.Keir Fraser2010-05-041-1/+1
* CPUIDLE: re-implement mwait wakeup processKeir Fraser2010-05-043-12/+19
* credit2/cpupools: Fix crashKeir Fraser2010-05-041-1/+2
* x86: fix Dom0 booting time regressionKeir Fraser2010-05-043-14/+27
* x86: add support for domain-initiated global cache flushKeir Fraser2010-05-042-0/+26
* x86: fix off-by-one error in the cache flush portion of flush_area_local().Keir Fraser2010-05-041-1/+1
* p2m_alloc_table: use p2m_alloc_ptpKeir Fraser2010-05-041-11/+8
* vmx, tboot: Check the correct in/outside-SMX flag when init'ing VMX.Keir Fraser2010-05-041-2/+3
* x86: add CMCI software injection interfaceKeir Fraser2010-05-042-7/+22
* x86, shadow: propagate pat caching on the shadow l1Keir Fraser2010-04-262-15/+19
* Support Linux's advanced crashkernel= syntaxKeir Fraser2010-04-263-3/+104
* x86: make pxm_to_node() return sane values when disabling NUMA internallyKeir Fraser2010-04-261-1/+3
* Add debug-key 'D' to dump EPT p2m table.Keir Fraser2010-04-233-0/+77
* cpupools: optimise domain creation if pool movement is a no-opKeir Fraser2010-04-231-0/+6
* console: Make initial static console buffer __initdata.Keir Fraser2010-04-221-19/+8
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-2114-370/+1560
* xen: build fix GNU sed vs. BSD sedKeir Fraser2010-04-211-1/+1
* tasklet: Add lock-free exit path from do_tasklet() when no work to do.Keir Fraser2010-04-201-1/+4
* x86: No need to sync_local_execstate() during CPU hot-unplug.Keir Fraser2010-04-201-12/+1
* x86: Rename __sync_lazy_execstate() to __sync_local_execstate().Keir Fraser2010-04-195-10/+10