aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sched.h
Commit message (Expand)AuthorAgeFilesLines
* xen/evtchn: Fix build on ARMJulien Grall2013-10-151-0/+1
* Add DOMCTL to limit the number of event channels a domain may useDavid Vrabel2013-10-141-0/+1
* evtchn: add FIFO-based event channel hypercalls and port opsDavid Vrabel2013-10-141-1/+5
* evtchn: add FIFO-based event channel ABIDavid Vrabel2013-10-141-1/+1
* evtchn: allow many more evtchn objects to be allocated per domainDavid Vrabel2013-10-141-3/+18
* evtchn: use a per-domain variable for the max number of event channelsDavid Vrabel2013-10-141-1/+1
* evtchn: refactor low-level event channel port opsDavid Vrabel2013-10-141-0/+4
* sched: Correct function prototypesAndrew Cooper2013-10-141-3/+3
* x86: Improve information from domain_crash_synchronousAndrew Cooper2013-10-041-0/+7
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-0/+6
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-081-0/+3
* rename IS_PRIV to is_hardware_domainDaniel De Graaf2013-05-071-2/+10
* common: remove rcu_lock_target_domain_by_idDaniel De Graaf2013-05-071-14/+0
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-0/+3
* xen: introduce vcpu_blockStefano Stabellini2013-04-301-0/+1
* xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-171-1/+8
* x86/S3: Restore broken vcpu affinity on resumeBen Guthro2013-04-021-0/+6
* xen: correct BITS_PER_EVTCHN_WORD on armIan Campbell2013-03-121-2/+2
* mmu: Introduce XENMEM_claim_pages (subop of memory ops)Dan Magenheimer2013-03-111-0/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinf...Stefano Stabellini2013-02-151-0/+2
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-111-0/+6
* xen: sched: generalize scheduling related perfcounter macrosDario Faggioli2012-10-231-0/+13
* xen: Add versions of rcu_lock_*_domain without IS_PRIVDaniel De Graaf2012-10-151-0/+11
* x86/mm: wire up sharing ringTim Deegan2012-03-081-0/+3
* Use a reserved pfn in the guest address space to store mem event ringsTim Deegan2012-03-081-0/+1
* Tools: Remove shared page from mem_event/access/paging interfacesTim Deegan2012-03-081-2/+0
* xen: make need_iommu == 0 if !HAS_PASSTHROUGHIan Campbell2012-02-151-0/+6
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-0/+4
* x86/mm: Improve ring management for memory events. Do not lose guest eventsAndres Lagar-Cavilla2012-01-191-4/+18
* force inclusion of xen/config.h through compiler optionJan Beulich2012-01-131-1/+0
* Create a generic callback mechanism for Xen-bound event channelsAndres Lagar-Cavilla2011-12-061-1/+1
* mem_event: move mem_event_domain out of struct domainOlaf Hering2011-11-301-6/+12
* sched_sedf: Avoid panic when adjusting sedf parametersJuergen Gross2011-11-181-0/+20
* Hypercall continuation cancelation in compat mode for XENMEM_get/set_pod_targetJean Guyader2011-11-111-0/+1
* cpupools: allocate CPU masks dynamicallyJan Beulich2011-10-211-1/+1
* constify vcpu_set_affinity()'s second parameterJan Beulich2011-10-131-1/+1
* xenpaging: track number of paged pages in struct domainOlaf Hering2011-09-261-0/+1
* mem_event: use different ringbuffers for share, paging and accessOlaf Hering2011-09-161-1/+5
* mem_event: add ref counting for free requestslotsOlaf Hering2011-09-051-0/+1
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-5/+4
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-0/+6
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-12/+5
* Revert 23295:4891f1f41ba5 and 23296:24346f749826Keir Fraser2011-05-021-4/+5
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-05-011-5/+4
* Remove direct cpumask_t members from struct vcpu and struct domainJan Beulich2011-04-051-5/+5
* Remove unmaintained Access Control Module (ACM) from hypervisor.Keir Fraser2011-03-251-2/+1
* Introduce rcu_lock_remote_target_domain_by_id().Keir Fraser2011-02-071-0/+7
* cpupool: Check for memory allocation failure on switching schedulersKeir Fraser2011-02-061-1/+1
* PoD: Fix two code commentsLiu, Jinsong2011-01-141-1/+1