History log of /freebsd-9.3-release/sys/xen/evtchn/evtchn_dev.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 266321 17-May-2014 cperciva

MFC r228162:
Use C99 initializers for members of evtchn_devsw.

Submitted by: wolfskill


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 204159 20-Feb-2010 kmacy

don't hold spin lock across free


# 189699 11-Mar-2009 dfr

Merge in support for Xen HVM on amd64 architecture.


# 186557 29-Dec-2008 kmacy

merge 186535, 186537, and 186538 from releng_7_xen

Log:
- merge in latest xenbus from dfr's xenhvm
- fix race condition in xs_read_reply by converting tsleep to mtx_sleep

Log:
unmask evtchn in bind_{virq, ipi}_to_irq

Log:
- remove code for handling case of not being able to sleep
- eliminate tsleep - make sleeps atomic


# 181865 19-Aug-2008 kmacy

avoid evtchn_init name collision in gdb

MFC after: 1 month


# 181624 12-Aug-2008 kmacy

Import OS interfaces to Xen services.

MFC after: 2 weeks