aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sched.h
Commit message (Expand)AuthorAgeFilesLines
...
* relax vCPU pinned checksKeir Fraser2011-01-051-0/+2
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
* Move IDLE_DOMAIN_ID defn to public header, and change DOMID_INVALID to fix cl...Keir Fraser2010-12-091-2/+1
* rcu_lock(current->domain) does not need to disable preemption.Keir Fraser2010-11-181-3/+5
* Wait queues, allowing conditional sleep in hypervisor context.Keir Fraser2010-11-171-0/+4
* Make multicall state per-vcpu rather than per-cpuKeir Fraser2010-11-161-0/+4
* mem_event: Clean up and remove over-sized paused_vcpus[] array.Keir Fraser2010-09-151-9/+3
* numa: Attempt more efficient NUMA allocation in hypervisor by default.Keir Fraser2010-08-041-0/+9
* xen: use s_time_t for periodic timer deadlines.Keir Fraser2010-07-081-2/+2
* Fix sched_adjust_global() and clean up surrounding code.Keir Fraser2010-06-171-3/+4
* x86: IRQ affinity should track vCPU affinityKeir Fraser2010-06-171-1/+8
* rcu: Update all rcu_read_lock() users to implement a dummy RCU read lock.Keir Fraser2010-06-101-4/+4
* Watchdog timers for domainsKeir Fraser2010-06-041-1/+10
* notify_via_xen_event_channel() takes explicit domain parameter.Keir Fraser2010-06-041-2/+0
* cpupool: Clean up unused prorotype and duplicate trace call.Keir Fraser2010-05-261-1/+0
* cpupool: Fix CPU hotplug after recent changes.Keir Fraser2010-05-171-2/+2
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-3/+0
* tasklet: Improve scheduler interaction.Keir Fraser2010-05-111-2/+4
* scheduler: Add a global parameter adjustment to the switchable scheduler inte...Keir Fraser2010-05-041-0/+1
* cpupool: Control interface should be a sysctl rather than a domctl.Keir Fraser2010-05-041-1/+2
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-1/+21
* stopmachine: Implement using tasklets rather than a softirq.Keir Fraser2010-04-191-0/+3
* Implement tasklets as running in VCPU context (sepcifically, idle-VCPU context)Keir Fraser2010-04-191-0/+7
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-0/+1
* Improvements and bug fixes to continue_hypercall_on_cpu().Keir Fraser2010-04-141-8/+0
* Architecture-independent, and tasklet-based, continue_hypercall_on_cpu().Keir Fraser2010-04-141-6/+4
* cpuidle: do not enter deep C state if there is urgent VCPUKeir Fraser2010-02-161-0/+2
* evtchn: Do not free d->poll_mask until domain is being deallocated.Keir Fraser2009-12-241-2/+3
* Domctls defined for all relevant memory sharing operations.Keir Fraser2009-12-171-0/+1
* Base domain structure and public interface to support memory events.Keir Fraser2009-12-171-0/+30
* x86: fix MCE/NMI injectionKeir Fraser2009-12-011-13/+9
* Fix nomigrate option implementation so that Xen builds.Keir Fraser2009-10-201-0/+3
* Per-domain switch to disable oos shadow page tablesKeir Fraser2009-10-191-0/+3
* Spinlock profiling (enable in build with lock_profile=y)Keir Fraser2009-10-141-0/+2
* [IOMMU] dynamic VTd page table for HVM guestKeir Fraser2009-09-031-1/+1
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-2/+8
* x86 hvm: move dirty_vram into struct hvm_domainKeir Fraser2009-06-051-3/+0
* x86: eliminate hard-coded NR_IRQSKeir Fraser2009-05-271-2/+3
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-261-0/+3
* xenpm: Set scheduler vcpu_migration_delay by xenpmKeir Fraser2009-04-061-0/+3
* cpuidle: suspend/resume scheduler tick timer during cpu idle state entry/exitKeir Fraser2009-03-311-0/+2
* xenpm: Add a small scheduler knob "sched_smt_power_savings"Keir Fraser2009-03-201-0/+2
* Fix MAX_EVTCHNS() definition.Keir Fraser2009-03-171-1/+1
* Improve vcpu_migration_delay handling.Keir Fraser2009-03-111-0/+3
* x86: Fix event-channel access for 32-bit HVM guests.Keir Fraser2009-03-031-8/+3
* txt: Xen per-domain S3 integrity configKeir Fraser2009-03-031-6/+10
* ia64: fix compilation errorKeir Fraser2009-02-031-0/+1
* x86-64: use MFNs for linking together pages on listsKeir Fraser2009-01-301-2/+2
* Fix ia64 build.Keir Fraser2009-01-231-7/+0
* x86: Support booting a bzImage format domain 0 kernel.Keir Fraser2009-01-221-1/+2