aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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