linux/drivers/xen
Jeremy Fitzhardinge 0a4666b539 xen/dev-evtchn: clean up locking in evtchn
Define a new per_user_data mutex to serialize bind/unbind operations
to prevent them from racing with each other.  Fix error returns
and don't do a bind while holding a spinlock.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
2009-03-30 09:26:49 -07:00
..
xenbus xen: add xenfs to allow usermode <-> Xen interaction 2009-01-08 08:30:59 -08:00
xenfs xen: unitialised return value in xenbus_write_transaction 2009-01-26 14:29:26 +01:00
balloon.c xen: make sysfs files behave as their names suggest 2009-01-29 13:20:36 +01:00
cpu_hotplug.c
events.c xen: add irq_from_evtchn 2009-03-30 09:26:49 -07:00
evtchn.c xen/dev-evtchn: clean up locking in evtchn 2009-03-30 09:26:49 -07:00
features.c
grant-table.c
Kconfig xen: add /dev/xen/evtchn driver 2009-03-30 09:26:49 -07:00
Makefile xen: add /dev/xen/evtchn driver 2009-03-30 09:26:49 -07:00
manage.c xen: resume interrupts before system devices. 2009-03-30 09:25:35 -07:00
xencomm.c