aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/event_channel.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add debug key 'e' for event channel informationKeir Fraser2008-09-221-0/+72
* More efficient implementation of SCHEDOP_poll when polling a single port.Keir Fraser2008-09-041-7/+12
* evtchn: Avoid spurious event-channel notifications across unbind/bind.Keir Fraser2008-07-311-21/+32
* x86: MCA support.Keir Fraser2008-07-041-0/+15
* Cleanups to suspend-event-channel patches.Keir Fraser2008-07-041-6/+6
* Fix build.Keir Fraser2008-07-041-3/+1
* x86: MSI interrupt storm avoidance.Keir Fraser2008-07-041-4/+7
* hvm: Add HVM_PARAM_DM_DOMAIN to let ioreq events go to a stub domainKeir Fraser2008-04-111-2/+10
* Clean up handling of IS_PRIV_FOR() and rcu_[un]lock_domain().Keir Fraser2008-03-281-19/+30
* x86: Allow bitop functions to be applied only to fields of at least 4Keir Fraser2008-03-161-8/+6
* New XEN_DOMCTL_set_targetKeir Fraser2008-01-231-24/+34
* Avoid duplication of domainID in messages.Keir Fraser2007-12-101-5/+13
* Xen Security Modules: ACM.kfraser@localhost.localdomain2007-08-311-7/+0
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+46
* xen: Fix event-channel destruction.kfraser@localhost.localdomain2007-07-031-9/+12
* xen: Rename remaining vcpu_flags as pause_flags.kfraser@localhost.localdomain2007-03-291-2/+2
* xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-291-3/+9
* xen: Split domain_flags into discrete first-class fields in thekfraser@localhost.localdomain2007-03-291-2/+1
* xen: Provide notification of console updates via VIRQ.kfraser@localhost.localdomain2007-03-081-0/+3
* xen: Cleanups and bug fixes after the rcu_lock_domain patch.kfraser@localhost.localdomain2007-03-011-1/+1
* xen: Use RCU-based domain-locking functions where appropriate.kfraser@localhost.localdomain2007-03-011-8/+8
* Rename find_domain_by_id() to get_domain_by_id().kaf24@localhost.localdomain2007-01-261-4/+4
* [XEN] New event-channel reset operation.kfraser@localhost.localdomain2007-01-191-0/+31
* Handle shared info (having different layout for native and compatibilityEmmanuel Ackaouy2007-01-051-10/+11
* [XEN] Some cleanups to the log-level stuff. Largely thiskaf24@localhost.localdomain2006-10-271-1/+1
* [XEN] Logging parameters for common code.kaf24@localhost.localdomain2006-10-271-1/+2
* [XEN] Add Xen-attached event channels, which will be usedkfraser@localhost.localdomain2006-08-041-2/+106
* [XEN] Separate domain creation from vcpu creation.kfraser@localhost.localdomain2006-07-051-1/+6
* [XEN] Abstract setting of master event-pending flag into asm/event.h.kfraser@dhcp93.uk.xensource.com2006-06-141-6/+4
* [XEN] Fix SCHEDOP_poll to work even when event channels arekaf24@firebug.cl.cam.ac.uk2006-06-111-14/+7
* [XEN] Replace direct common-code access of evtchn_upcall_maskkaf24@firebug.cl.cam.ac.uk2006-06-101-1/+1
* Check `global' property of the arch specific virqs.kaf24@firebug.cl.cam.ac.uk2006-05-181-0/+3
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-301-41/+82
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-1/+1
* Replace &foo[0] with foo where the latter seems cleanerkaf24@firebug.cl.cam.ac.uk2006-04-191-4/+4
* Clean up xenoprof code a bit. The main remaining TODO is tokaf24@firebug.cl.cam.ac.uk2006-04-071-0/+1
* Backtrack on the new interface for reserved event-channelkaf24@firebug.cl.cam.ac.uk2006-04-051-41/+60
* Add new interface for allocating reserved event-channelkaf24@firebug.cl.cam.ac.uk2006-04-051-1/+51
* Define a new sched_op hypercall called sched_op_new, which differs from thekaf24@firebug.cl.cam.ac.uk2006-03-141-0/+41
* Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).kaf24@firebug.cl.cam.ac.uk2006-03-071-8/+9
* Per-vcpu IO evtchn patch for HVM domain.kaf24@firebug.cl.cam.ac.uk2006-02-231-8/+6
* Uniform definition of do_iret prototype. Use 'struct foo'kaf24@firebug.cl.cam.ac.uk2006-01-271-2/+2
* Allow non-privileged domains restricted access tokaf24@firebug.cl.cam.ac.uk2005-12-311-0/+4
* Fix unmask_evtchn() when the port is bound to a differentkaf24@firebug.cl.cam.ac.uk2005-12-131-1/+40
* Add a comment to tricky corner case in evtchn_close().kaf24@firebug.cl.cam.ac.uk2005-12-041-0/+8
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-111-2/+1
* Allow interdomain channels to bind DOMID_SELF to DOMID_SELF.kaf24@firebug.cl.cam.ac.uk2005-10-181-2/+7
* Big simplification of the Xen event-channel interface.kaf24@firebug.cl.cam.ac.uk2005-10-071-192/+79
* Change how event channels are allocated and used by the controlkaf24@firebug.cl.cam.ac.uk2005-10-061-1/+7
* EVTCHNOP_alloc_unbound can allocate a port in an arbitrarykaf24@firebug.cl.cam.ac.uk2005-10-051-3/+15