aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/domctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Per-domain switch to disable oos shadow page tablesKeir Fraser2009-10-191-1/+3
* Remove bogus call to get_domain_by_id() in do_domctl().Keir Fraser2009-10-151-1/+1
* Add build option to allow more hypercalls from stubdomsKeir Fraser2009-10-141-3/+25
* Move cpu_{sibling,core}_map into per-CPU spaceKeir Fraser2009-07-131-7/+7
* Only allow DOMCTL_max_vcpus to increase vcpus from zero.Keir Fraser2009-06-231-8/+18
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-6/+32
* x86: eliminate hard-coded NR_IRQSKeir Fraser2009-05-271-5/+3
* Avoid deadlocks on domctl_lock when pausing domains/vcpus.Keir Fraser2009-04-081-3/+32
* Fix cpu selection at the time vCPU allocationKeir Fraser2009-03-061-1/+1
* x86: Fix event-channel access for 32-bit HVM guests.Keir Fraser2009-03-031-4/+8
* txt: Xen per-domain S3 integrity configKeir Fraser2009-03-031-1/+4
* domctl: don't allow certain operations on Dom0Keir Fraser2008-09-221-5/+17
* Fix misc issues related to allowing support of more CPUsKeir Fraser2008-09-221-8/+17
* xsm: refactor IO hooks/sysctl hooksKeir Fraser2008-09-041-10/+6
* Remove guest_physmap_max_mem_pages(), which is no longer usefullyKeir Fraser2008-09-031-3/+0
* domctl: ssidref is not initialized if !XSM_ENABLEKeir Fraser2008-08-201-0/+1
* Add facility to get notification of domain suspend by event channel.Keir Fraser2008-07-041-0/+15
* x86 hvm: Fix RTC handling.Keir Fraser2008-07-021-1/+1
* x86 hvm: Xen interface and implementation for virtual S3Keir Fraser2008-05-201-1/+2
* domctl: Do not return XEN_DOMINF_blocked if no VCPUs are online.Keir Fraser2008-04-151-2/+2
* x86, vmx: Enable EPT (Extended PageTable) support on new Intel processors.Keir Fraser2008-04-091-1/+2
* Clean up handling of IS_PRIV_FOR() and rcu_[un]lock_domain().Keir Fraser2008-03-281-102/+40
* x86, hvm: Add a per-domain parameter to specify shadow or hap.Keir Fraser2008-01-291-1/+4
* New XEN_DOMCTL_set_targetKeir Fraser2008-01-231-40/+133
* Revert 16498:d2bef6551c1263e457aef75ce403ba53652a803f.Keir Fraser2007-12-041-5/+90
* Fix xenctl_cpumap_to_cpumask.Keir Fraser2007-12-041-6/+12
* xsm: Consolidate xsm processing within domain control hypercall.Keir Fraser2007-12-041-90/+5
* Make XEN_DOMCTL_destroydomain hypercall preemptible, in a way that iskfraser@localhost.localdomain2007-08-311-16/+5
* Xen Security Modules: ACM.kfraser@localhost.localdomain2007-08-311-6/+0
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-1/+98
* xen: Do not accept DOMID_SELF as input to DOMCTL_getdomaininfo.kfraser@localhost.localdomain2007-08-141-7/+1
* Fix IA64 buildTim Deegan2007-07-201-0/+1
* [XEN] replace shadow_* with paging_* in common codeTim Deegan2007-07-201-1/+0
* Export debugger attached state to xc API.kfraser@localhost.localdomain2007-07-061-0/+1
* Enhance guest memory accessor macros so that source operands can bekfraser@localhost.localdomain2007-06-201-2/+2
* acm: Code restructuring on domain create/destroy.kfraser@localhost.localdomain2007-04-241-10/+2
* Don't bypass the spin_unlock at the end of do_domctl().kfraser@localhost.localdomain2007-04-241-1/+2
* xen: Allow vcpus to defer a shutdown request across criticalkfraser@localhost.localdomain2007-04-031-3/+2
* xen: Fix domain shutdown to synchronously stop domain execution.Keir Fraser2007-03-301-9/+7
* xen: Rename remaining vcpu_flags as pause_flags.kfraser@localhost.localdomain2007-03-291-5/+5
* xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-291-3/+3
* xen: Split domain_flags into discrete first-class fields in thekfraser@localhost.localdomain2007-03-291-4/+4
* xen: Pause domain when changing debug status.kfraser@localhost.localdomain2007-03-291-13/+17
* hvm: Clean up handling of exception intercepts.Keir Fraser2007-03-281-4/+1
* x86: Add VGCF_onlien flag to vcpu_guest_context.kfraser@localhost.localdomain2007-03-121-11/+7
* Revert 14316 -- no need to fix maxvcpu domctl.kfraser@localhost.localdomain2007-03-091-1/+1
* [XEN] Don't let the tools take away all of a domain's vcpus.Tim Deegan2007-03-091-1/+1
* [XEN] Add arch hook for max_mem domctl.Hollis Blanchard2007-03-011-0/+4
* xen: Cleanups and bug fixes after the rcu_lock_domain patch.kfraser@localhost.localdomain2007-03-011-4/+2
* xen: Use RCU-based domain-locking functions where appropriate.kfraser@localhost.localdomain2007-03-011-34/+34