aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/sched_sedf.c
Commit message (Expand)AuthorAgeFilesLines
* scheduler: adjust internal locking interfaceJan Beulich2013-10-141-11/+18
* SEDF: avoid gathering vCPU-s on pCPU0Jan Beulich2013-03-041-1/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: sched_sedf: remove an unused stat in SEDFDario Faggioli2012-10-231-5/+2
* xen: sched: introduce a couple of counters in credit2 and SEDFDario Faggioli2012-10-231-0/+4
* build: Fix build when using -fno-inlineAndrew Cooper2012-10-091-1/+1
* introduce and use common macros for selecting cpupool based cpumasksJuergen Gross2012-01-241-5/+3
* sedf: remove useless tracing printk and harmonize comments style.Dario Faggioli2012-01-151-274/+229
* Rework locking for sched_adjust.Dario Faggioli2012-01-041-36/+120
* All domains (including dom0) should be best effort on creationDario Faggioli2012-01-041-13/+3
* sched_sedf: Avoid panic when adjusting sedf parametersJuergen Gross2011-11-181-4/+4
* eliminate first_cpu() etcJan Beulich2011-11-081-2/+2
* eliminate cpu_test_xyz()Jan Beulich2011-11-081-1/+1
* cpupools: allocate CPU masks dynamicallyJan Beulich2011-10-211-1/+1
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* use xzalloc in common codeJan Beulich2011-10-041-17/+5
* xen: Fix sedf schedulerGeorge Dunlap2011-07-211-10/+15
* Remove direct cpumask_t members from struct vcpu and struct domainJan Beulich2011-04-051-1/+1
* x86: mpparse and cstate need to use 32bit apic idKeir Fraser2010-12-151-1/+0
* cpupools: Make interface more consistentKeir Fraser2010-10-241-7/+0
* x86: IRQ affinity should track vCPU affinityKeir Fraser2010-06-171-0/+2
* Fix CPU hotplug after percpu data handling changes.Keir Fraser2010-05-191-1/+1
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-5/+9
* tasklet: Improve scheduler interaction.Keir Fraser2010-05-111-10/+5
* scheduler: const-ify references to 'struct scheduler' where possible.Keir Fraser2010-05-041-17/+17
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-46/+98
* Implement tasklets as running in VCPU context (sepcifically, idle-VCPU context)Keir Fraser2010-04-191-15/+8
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-0/+3
* Fix misc issues related to allowing support of more CPUsKeir Fraser2008-09-221-4/+19
* xen: Small cleanups towards allowing stricter compile warnings.Keir Fraser2008-07-151-13/+13
* xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-291-1/+1
* Use RCU for domain_list and domain_hash.kfraser@localhost.localdomain2007-02-211-1/+7
* [XEN] Initial support for multi-core and multi-threaded CPU scheduling.Emmanuel Ackaouy2006-11-061-0/+9
* [XEN] Re-jig VCPU initialisation -- VMX init requires generic VCPUkfraser@localhost.localdomain2006-11-061-15/+20
* [XEN] Remove definition of printf. All users are switched to printk.kfraser@localhost.localdomain2006-10-231-3/+3
* [XEN] Fix domctl for changing VCPU affinity.kfraser@localhost.localdomain2006-09-211-15/+0
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-31/+30
* [XEN] Clean up some x86 bootstrap code. Replace some CPU iteratorskfraser@localhost.localdomain2006-08-221-9/+2
* [XEN] Make some implicit header includes explicit.kaf24@localhost.localdomain2006-08-191-0/+1
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-161-4/+4
* [XEN] Make per-cpu schedule data explicitly PER_CPU.kaf24@firebug.cl.cam.ac.uk2006-08-081-8/+9
* [XEN] Separate domain creation from vcpu creation.kfraser@localhost.localdomain2006-07-051-0/+2
* [SEDF] Fix SEDF defaults to make domain0 take only a fairkaf24@firebug.cl.cam.ac.uk2006-06-171-9/+17
* Domain creation/destruction cleanups.kaf24@firebug.cl.cam.ac.uk2006-06-011-24/+9
* Remove various compile-time options from SEDF scheduler andkaf24@firebug.cl.cam.ac.uk2006-04-091-465/+262
* Fix sched_sedf adjdom to properly clamp the period max value.kaf24@firebug.cl.cam.ac.uk2006-03-171-13/+5
* Fix 64-bit build.kaf24@firebug.cl.cam.ac.uk2006-03-151-1/+2
* Add extra tracing near a commonly-failing scheduler assertion.kaf24@firebug.cl.cam.ac.uk2006-03-151-0/+4
* Fix broken assertion in SEDF scheduler.kaf24@firebug.cl.cam.ac.uk2006-03-131-1/+1