aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
...
* x86 hvm: Simplify vlapic init-sipi logic (no async pause logic)Keir Fraser2010-04-192-58/+42
* Synchronise lazy execstate before calling tasklet handlers.Keir Fraser2010-04-192-2/+1
* tmem: (re-)enable by defaultKeir Fraser2010-04-191-1/+1
* stopmachine: Implement using tasklets rather than a softirq.Keir Fraser2010-04-195-9/+23
* x86: Simplify freeze_domains() and thaw_domains(). Since they nowKeir Fraser2010-04-191-28/+7
* Cleanups to cpu_disable_scheduler().Keir Fraser2010-04-191-4/+1
* Revert 21180:11423ce78ee0, 21181:9d5ecf79f1b5, 21185:fddff17c7c74.Keir Fraser2010-04-191-45/+33
* Simplify continue_hypercall_on_cpu() now that it runs in vcpu context.Keir Fraser2010-04-191-13/+2
* Implement tasklets as running in VCPU context (sepcifically, idle-VCPU context)Keir Fraser2010-04-1910-43/+70
* Move tasklet implementation into its own source files.Keir Fraser2010-04-1920-167/+221
* mce: Add a x86_mcinfo_reserve() function, to reserve space from mc_info.Keir Fraser2010-04-193-86/+127
* Clean up MCA MSR virtualization and vMCE injectionKeir Fraser2010-04-1912-396/+540
* 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
* acpi sleep: Must acquire hypercall_deadlock_mutex when a domainKeir Fraser2010-04-151-3/+16
* acpi sleep: domain_freeze() pauses all vcpus, but does not sync theKeir Fraser2010-04-151-20/+7
* acpi sleep: Rearrange code for entering system sleep states.Keir Fraser2010-04-151-12/+24
* Update comments around spin_trylock() usage for sysctl and xenpf locks.Keir Fraser2010-04-152-2/+10
* continue_hypercall_on_cpu() always defers execution of the continuationKeir Fraser2010-04-152-4/+6
* Make cpu param to continue_hypercall_on_cpu() an unsigned integer.Keir Fraser2010-04-152-2/+4
* Fix tasklet_action() to notify correct cpu when running tasklet is rescheduled.Keir Fraser2010-04-151-1/+1
* Improvements and bug fixes to continue_hypercall_on_cpu().Keir Fraser2010-04-142-12/+30
* credit2: Add credit2 scheduler to hypervisorKeir Fraser2010-04-144-0/+1132
* credit2: Add a scheduler-specific schedule trace classKeir Fraser2010-04-141-0/+1
* credit2: Flexible cpu-to-schedule-spinlock mappingsKeir Fraser2010-04-144-19/+40
* credit2: Add context_saved scheduler callbackKeir Fraser2010-04-142-0/+3
* Architecture-independent, and tasklet-based, continue_hypercall_on_cpu().Keir Fraser2010-04-148-130/+83
* Per-cpu tasklet lists.Keir Fraser2010-04-143-20/+64
* Make c/s 21089 work again with c/s 21092Keir Fraser2010-04-131-1/+8
* sysctl: Fix XEN_SYSCTL_debug_keys error path.Keir Fraser2010-04-131-1/+3
* Clean up numa-info sysctl.Keir Fraser2010-04-132-71/+39
* p2m: merge ptp allocationKeir Fraser2010-04-134-23/+33
* Topology-info sysctl cleanups.Keir Fraser2010-04-133-115/+15
* sysctl: Remove sockets_per_node field from physinfo command.Keir Fraser2010-04-132-4/+0
* 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
* Fix bug in 21089:4f796e29987cKeir Fraser2010-04-121-2/+2
* Better gcc error message if GUEST_PAGING_LEVELS is undefined.Keir Fraser2010-04-121-0/+4
* 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
* Add support for AMD MPERF/APERFKeir Fraser2010-04-094-4/+10
* Add Xen support for AMD Turbo/BoostKeir Fraser2010-04-091-1/+23
* Refactor Xen Support for Intel Turbo BoostKeir Fraser2010-04-097-41/+53
* libxl: Fix the build by reinstating some sysctl.physinfo fields.Keir Fraser2010-04-082-6/+9
* Fix two issues for CPU online/offline.Keir Fraser2010-04-082-5/+3
* tmem: fix ia64 buildKeir Fraser2010-04-081-0/+1
* xen: allow guests to set caching attributes for MMIOsKeir Fraser2010-04-086-4/+8
* Host Numa information in dom0Keir Fraser2010-04-075-29/+207
* x86: Fix caller of p2m_init(): cannot use paging_mode_hap() yet.Keir Fraser2010-04-071-1/+1