aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/domctl.c
Commit message (Expand)AuthorAgeFilesLines
* Add DOMCTL to limit the number of event channels a domain may useDavid Vrabel2013-10-141-0/+8
* domctl: replace cpumask_weight() usesJan Beulich2013-08-231-4/+4
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-1/+1
* x86: make arch_set_info_guest() preemptibleJan Beulich2013-05-021-0/+4
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-6/+7
* x86: fix various issues with handling guest IRQsJan Beulich2013-04-181-2/+3
* xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-171-0/+17
* xen, libxc: introduce xc_nodemap_tDario Faggioli2013-04-171-0/+14
* xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-171-24/+47
* 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
* miscellaneous cleanupJan Beulich2013-01-171-1/+1
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-5/+5
* xen: domctl XSM hook removalDaniel De Graaf2013-01-111-57/+2
* xen: convert do_domctl to use XSMDaniel De Graaf2013-01-111-27/+5
* xsm: Use the dummy XSM module if XSM is disabledDaniel De Graaf2013-01-101-2/+0
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-181-1/+1
* xen: lock target domain in do_domctl common codeDaniel De Graaf2012-12-181-209/+59
* streamline guest copy operationsJan Beulich2012-12-101-10/+10
* fix xenctl_cpumap_to_cpumask() buffer size checkMatthew Daley2012-11-131-1/+1
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* make domain_create() return a proper error codeJan Beulich2012-09-031-2/+5
* xen: add assertion in default_vcpu0_location to protect against broken masksIan Campbell2012-07-031-0/+1
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-071-0/+18
* xen: use XSM instead of IS_PRIV for getdomaininfoDaniel De Graaf2012-01-281-0/+4
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-281-0/+17
* introduce and use common macros for selecting cpupool based cpumasksJuergen Gross2012-01-241-1/+1
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-0/+1
* xsm: Add missing access checksDaniel De Graaf2011-12-181-4/+6
* xsm: Expand I/O resource hooksDaniel De Graaf2011-12-021-2/+8
* eliminate first_cpu() etcJan Beulich2011-11-081-2/+2
* cpumask <=> xenctl_cpumap: allocate CPU masks and byte maps dynamicallyJan Beulich2011-10-211-15/+34
* cpupools: allocate CPU masks dynamicallyJan Beulich2011-10-211-1/+1
* allocate CPU sibling and core maps dynamicallyJan Beulich2011-10-211-4/+4
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-13/+14
* use xzalloc in common codeJan Beulich2011-10-041-5/+2
* xenpaging: track number of paged pages in struct domainOlaf Hering2011-09-261-0/+1
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-3/+1
* x86: introduce alloc_vcpu_guest_context()Jan Beulich2011-04-051-2/+2
* Remove direct cpumask_t members from struct vcpu and struct domainJan Beulich2011-04-051-1/+1
* Allow max_pages to be set to less than tot_pagesKeir Fraser2010-10-241-5/+7
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-3/+4
* domctl: Fix cpumap/cpumask conversion functions to return an error code.Keir Fraser2010-05-121-15/+16
* cpupool: Control interface should be a sysctl rather than a domctl.Keir Fraser2010-05-041-8/+0
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-4/+17
* Domctls defined for all relevant memory sharing operations.Keir Fraser2009-12-171-0/+1
* M2P translation cannot be handled through flat table with only one slot per MFNKeir Fraser2009-12-171-0/+1
* Extend the max vcpu number for HVM guest.Keir Fraser2009-10-291-1/+1
* passthrough/stubdom: clean up hypercall privilege checkingKeir Fraser2009-10-231-4/+2
* Fix nomigrate option implementation so that Xen builds.Keir Fraser2009-10-201-0/+13