aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/domain.c
Commit message (Expand)AuthorAgeFilesLines
...
* numa: Attempt more efficient NUMA allocation in hypervisor by default.Keir Fraser2010-08-041-0/+29
* Watchdog timers for domainsKeir Fraser2010-06-041-2/+9
* Allow domains to set a shutdown code without actually shutting downKeir Fraser2010-06-041-4/+10
* timers: Track inactive timers and migrate them on cpu offline.Keir Fraser2010-06-021-6/+1
* Fix CPU hotplug after percpu data handling changes.Keir Fraser2010-05-191-6/+0
* Even 'dummy' domains (e.g., dom_xen a.k.a. DOMID_XEN) must have valid I/O caps.Keir Fraser2010-05-131-8/+8
* domain_create: No need to zero new domain struct as done by arch-dep codeKeir Fraser2010-05-071-1/+0
* vmce: Clean up implementation and setup/destroy.Keir Fraser2010-05-061-2/+0
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-0/+8
* Simplify continue_hypercall_on_cpu() now that it runs in vcpu context.Keir Fraser2010-04-191-13/+2
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-0/+1
* Clean up MCA MSR virtualization and vMCE injectionKeir Fraser2010-04-191-0/+2
* continue_hypercall_on_cpu() always defers execution of the continuationKeir Fraser2010-04-151-3/+0
* Make cpu param to continue_hypercall_on_cpu() an unsigned integer.Keir Fraser2010-04-151-1/+2
* Improvements and bug fixes to continue_hypercall_on_cpu().Keir Fraser2010-04-141-4/+30
* Architecture-independent, and tasklet-based, continue_hypercall_on_cpu().Keir Fraser2010-04-141-0/+67
* evtchn: Do not free d->poll_mask until domain is being deallocated.Keir Fraser2009-12-241-0/+5
* x86: fix MCE/NMI injectionKeir Fraser2009-12-011-4/+7
* Don't assume vcpu_id's are contiguous in alloc_vcpuKeir Fraser2009-11-121-1/+8
* Revert 20045:db1890f07661 "Revert alloc_idle_vcpu()..."Keir Fraser2009-11-121-13/+2
* Fixes after addition of dummy_vcpu_info.Keir Fraser2009-11-021-0/+3
* Point per-vcpu vcpu_info at a dummy structure by default, avoidingKeir Fraser2009-10-291-5/+5
* irq cleanupKeir Fraser2009-10-281-1/+2
* Fix nomigrate option implementation so that Xen builds.Keir Fraser2009-10-201-2/+5
* Spinlock profiling (enable in build with lock_profile=y)Keir Fraser2009-10-141-2/+5
* x86: Make the hypercall PHYSDEVOP_alloc_irq_vector hypercall dummy.Keir Fraser2009-09-011-4/+6
* x86: Change nr_irqs to nr_irqs_gsi.Keir Fraser2009-08-191-2/+2
* Revert alloc_idle_vcpu() to support multiple idle domains where maxKeir Fraser2009-08-101-2/+13
* Remove page-scrub lists and async scrubbing.Keir Fraser2009-07-021-1/+0
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-21/+11
* tmem: fix corner case crash on forcible domain destructionKeir Fraser2009-06-011-3/+2
* Free pirq_array/pirq_to_evtchn in complete_domain_destroy().Keir Fraser2009-05-291-13/+15
* Revert 19661:326b24bfa9f9 "Free pirq_to_evtchn/pirq_mask..."Keir Fraser2009-05-291-0/+11
* evtchn: Free pirq_to_evtchn/pirq_mask arrays on domain destruction.Keir Fraser2009-05-271-11/+0
* x86: eliminate hard-coded NR_IRQSKeir Fraser2009-05-271-0/+25
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-261-0/+4
* xentrace: TRC_SCHED_DOM_REM is defined, but never used. Use it.Keir Fraser2009-03-111-0/+2
* When a domain crashes, ignore shutdown deferrals.Keir Fraser2009-03-021-1/+3
* Consolidate cpufreq cmdline handlingKeir Fraser2009-02-031-14/+0
* x86-64: use MFNs for linking together pages on listsKeir Fraser2009-01-301-2/+2
* x86: Pickle domain in page_info into 32 bits.Keir Fraser2009-01-281-10/+0
* cpufreq: xen is default cpufreq, userspace is default governor (override on c...Keir Fraser2008-12-291-6/+25
* Re-enable MSI supportKeir Fraser2008-12-111-2/+2
* Initialize state_entry_time to zero for all idle vcpusKeir Fraser2008-12-101-4/+7
* cpufreq: allow customization of some parametersKeir Fraser2008-12-051-1/+11
* Fix Xen panic with oprofileKeir Fraser2008-12-021-0/+3
* Eliminate code duplication with rcu_lock_domain_by_id().Keir Fraser2008-10-021-0/+19
* More efficient implementation of SCHEDOP_poll when polling a single port.Keir Fraser2008-09-041-1/+3
* evtchn: Avoid spurious event-channel notifications across unbind/bind.Keir Fraser2008-07-311-0/+2
* Change cpufreq_controller from meanless FREQCTL_none to FREQCTL_xenKeir Fraser2008-07-281-1/+1