aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/sched_credit.c
Commit message (Expand)AuthorAgeFilesLines
...
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-137/+274
* Implement tasklets as running in VCPU context (sepcifically, idle-VCPU context)Keir Fraser2010-04-191-1/+13
* credit2: Flexible cpu-to-schedule-spinlock mappingsKeir Fraser2010-04-141-4/+4
* Fix two issues for CPU online/offline.Keir Fraser2010-04-081-1/+1
* CSCHED: Optimize __runq_tickle to reduce IPIsKeir Fraser2010-04-061-2/+20
* sched_credit: Reduce is_urgent flag check to a WARN_ON.Keir Fraser2010-02-241-1/+1
* cpuidle: do not enter deep C state if there is urgent VCPUKeir Fraser2010-02-161-0/+1
* keyhandler: global shared scratch space for temporary stringsKeir Fraser2010-02-111-2/+5
* scheduler: small csched_cpu_pick() adjustmentsKeir Fraser2009-10-281-4/+14
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* credit scheduler: fix credits overflowKeir Fraser2009-10-021-14/+19
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-1/+1
* Accurate accounting for credit schedulerKeir Fraser2009-08-251-6/+32
* Move cpu_{sibling,core}_map into per-CPU spaceKeir Fraser2009-07-131-9/+9
* xenpm: Set scheduler vcpu_migration_delay by xenpmKeir Fraser2009-04-061-0/+10
* Move logic for avoiding limited idle quantum into credit scheduler.Keir Fraser2009-04-021-1/+2
* cpuidle: suspend/resume scheduler tick timer during cpu idle state entry/exitKeir Fraser2009-03-311-14/+35
* xenpm: Add a small scheduler knob "sched_smt_power_savings"Keir Fraser2009-03-201-2/+5
* Improve vcpu_migration_delay handling.Keir Fraser2009-03-111-1/+1
* scheduler: Use perf_counter subsystem for statsKeir Fraser2009-03-091-88/+5
* Add vcpu_migration_delay=<microsecs> boot option to schedulerKeir Fraser2009-03-091-6/+32
* Fix cpu selection at the time vCPU allocationKeir Fraser2009-03-061-12/+3
* Fix misc issues related to allowing support of more CPUsKeir Fraser2008-09-221-5/+8
* x86: Support CPU hotplug offline.Keir Fraser2008-09-111-0/+5
* Fix 'sched=sedf' boot.Keir Fraser2007-04-281-0/+4
* xen: Rename remaining vcpu_flags as pause_flags.kfraser@localhost.localdomain2007-03-291-1/+1
* xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-291-2/+1
* xen: New vcpu_op commands for setting periodic and single-shot timers.kfraser@localhost.localdomain2007-03-091-7/+31
* [XEN] Improve scheduler cap mechanismEmmanuel Ackaouy2006-12-131-17/+50
* [XEN] Improve multi-core/thread scheduler support.Emmanuel Ackaouy2006-12-121-308/+212
* [XEN] When balancing idlers per socket/core, do it one at a time.Emmanuel Ackaouy2006-11-071-4/+7
* [XEN] Initial support for multi-core and multi-threaded CPU scheduling.Emmanuel Ackaouy2006-11-061-14/+186
* [XEN] Optimize credit scheduler load balancing logicEmmanuel Ackaouy2006-11-061-7/+23
* [XEN] Re-jig VCPU initialisation -- VMX init requires generic VCPUkfraser@localhost.localdomain2006-11-061-42/+39
* [XEN] Fix credit scheduler cap mechanism not to over park VCPUsEmmanuel Ackaouy2006-11-011-5/+9
* [XEN] Cleanup and optimize layout of credit scheduler stats.Emmanuel Ackaouy2006-10-311-45/+47
* [XEN] Cleanup and improve accuracy of credit scheduler accounting codeEmmanuel Ackaouy2006-10-301-24/+36
* Improve I/O performance when competing with CPU intensive workloads.Emmanuel Ackaouy2006-10-271-1/+29
* [XEN] Fix domctl for changing VCPU affinity.kfraser@localhost.localdomain2006-09-211-43/+0
* [XEN] Scheduler pings only CPUs in a VCPU's affinity mask to balance load.kaf24@firebug.cl.cam.ac.uk2006-09-151-0/+2
* [XEN] Do not steal work from idle CPUs. This can happenkaf24@firebug.cl.cam.ac.uk2006-09-141-22/+24
* [XEN] Fix silly transposition typo in previous changeset.kaf24@firebug.cl.cam.ac.uk2006-08-251-2/+2
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-12/+12
* [XEN] Make some implicit header includes explicit.kaf24@localhost.localdomain2006-08-191-1/+1
* [XEN] Make per-cpu schedule data explicitly PER_CPU.kaf24@firebug.cl.cam.ac.uk2006-08-081-14/+17
* There is an allocation-failure path in sched_credit.c that BUGs. Thekfraser@localhost.localdomain2006-08-021-5/+12
* Don't modify global active weight when changing weight of inactive domain.ack@localhost.localdomain2006-06-301-2/+5
* Remove some spurious BUG_ON()'s from the credit scheduler. shand@kneesaa.uk.xensource.com2006-06-201-4/+0
* Domain creation/destruction cleanups.kaf24@firebug.cl.cam.ac.uk2006-06-011-18/+12
* New weighted fair-share CPU scheduler w/ automatic SMP load balancingack@kneesa.uk.xensource.com2006-05-261-0/+1233