aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/domain.c
Commit message (Expand)AuthorAgeFilesLines
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-0/+8
* xen: remove evtchn_upcall_mask from interface on ARMIan Campbell2013-08-201-0/+2
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-1/+1
* x86: make map_domain_page_global() a simple wrapper around vmap()Jan Beulich2013-07-041-1/+2
* xen: move VCPUOP_register_runstate_memory_area to common codeStefano Stabellini2013-05-081-0/+28
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-081-0/+111
* common: remove rcu_lock_target_domain_by_idDaniel De Graaf2013-05-071-34/+0
* x86: make arch_set_info_guest() preemptibleJan Beulich2013-05-021-0/+5
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-2/+10
* xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-171-4/+56
* x86/S3: Restore broken vcpu affinity on resumeBen Guthro2013-04-021-0/+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/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-1/+1
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-111-0/+15
* xen: remove nr_irqs_gsi from generic codeIan Campbell2012-12-191-2/+2
* VCPU/timers: Prevent overflow in calculations, leading to DoS vulnerabilityIan Jackson2012-11-141-0/+3
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* xen: Add versions of rcu_lock_*_domain without IS_PRIVDaniel De Graaf2012-10-151-0/+21
* make domain_create() return a proper error codeJan Beulich2012-09-031-11/+13
* arm: fix build after c/s 25477:e12e0b038219Jan Beulich2012-06-281-0/+2
* gdbsx: send virq to guest if gdbsx_vcpu_event is not activeMukesh Rathor2012-06-111-1/+3
* x86/mm: Clean up mem event structures on domain destructionTim Deegan2012-03-081-0/+3
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-281-4/+4
* reflect cpupool in numa node affinityJuergen Gross2012-01-241-1/+15
* switch to dynamically allocated cpumask in domain_update_node_affinity()Juergen Gross2012-01-241-4/+9
* A collection of fixes to Xen common filesStefano Stabellini2012-01-231-0/+2
* Move cpufreq option parsing to cpufreq.cStefano Stabellini2012-01-231-33/+2
* x86/hvm: No need to arch_set_info_guest() before restoring per-vcpu HVM state.Keir Fraser2012-01-221-13/+3
* xen: Simplify callers of boot_vcpu(). In VCPUOP_up, checkKeir Fraser2012-01-201-12/+15
* Free d->mem_event on domain destruction.Keir Fraser2011-11-301-0/+2
* mem_event: move mem_event_domain out of struct domainOlaf Hering2011-11-301-0/+5
* eliminate cpus_xyz()Jan Beulich2011-11-081-1/+1
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-1/+2
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-11/+32
* Simplify preempt.h dependencies by moving in_atomic() to preempt.cKeir Fraser2011-06-231-0/+1
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+2
* Revert 23295:4891f1f41ba5 and 23296:24346f749826Keir Fraser2011-05-021-17/+11
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-05-011-11/+17
* x86: introduce alloc_vcpu_guest_context()Jan Beulich2011-04-051-3/+3
* Remove direct cpumask_t members from struct vcpu and struct domainJan Beulich2011-04-051-7/+23
* Remove unmaintained Access Control Module (ACM) from hypervisor.Keir Fraser2011-03-251-1/+1
* Introduce rcu_lock_remote_target_domain_by_id().Keir Fraser2011-02-071-0/+14
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
* rcu_lock(current->domain) does not need to disable preemption.Keir Fraser2010-11-181-3/+6
* Wait queues, allowing conditional sleep in hypervisor context.Keir Fraser2010-11-171-0/+5
* Make multicall state per-vcpu rather than per-cpuKeir Fraser2010-11-161-13/+0
* x86: eliminate bogus IRQ restrictionsKeir Fraser2010-08-131-0/+2
* numa: Small tweaks to domain_update_node_affinity() and its callers.Keir Fraser2010-08-041-4/+0