summaryrefslogtreecommitdiffstats
path: root/sys/xen
Commit message (Collapse)AuthorAgeFilesLines
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-2916-1269/+1487
| | | | | | | | | | | | | 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
* Integrate 185578 from dfrkmacy2008-12-0411-1007/+640
| | | | Use newbus to managed devices
* merge fix for boot-time hang on centos' xenkmacy2008-11-141-24/+38
|
* Fix evtchn initialization on SMPkmacy2008-10-241-12/+47
|
* Fix IPI supportkmacy2008-10-231-15/+26
|
* move ipi_pcpu to evtchn.ckmacy2008-09-261-7/+15
|
* Update xen/interface includes to the latest in mercurialkmacy2008-09-2633-717/+1929
| | | | MFC after: 1 month
* partial update to interface headers to 3.2kmacy2008-09-2513-60/+411
| | | | MFC after: 1 month
* - add more debug cruft to xenbuskmacy2008-08-203-13/+47
| | | | | | | - probe backend - separate probing from initialization - add xenbus_strstate - replace pause with tsleep (which should probably be cv_wait)
* Check for watch events when doing inline message processingkmacy2008-08-201-16/+39
| | | | MFC after: 1 month
* Xen 3.2 now interleaves watch events with regular message notifications.kmacy2008-08-206-44/+79
| | | | | | | More graciously handle processing messages and watch events inline prior to threads being up and running. MFC after: 1 month
* avoid evtchn_init name collision in gdbkmacy2008-08-191-2/+2
| | | | MFC after: 1 month
* Make sure we don't lose the most significant bits of the frame number on PAE ↵kmacy2008-08-171-1/+1
| | | | | | or 64-bit MFC after: 1 month
* Import check for xen features.kmacy2008-08-151-0/+24
| | | | MFC after: 1 month
* Compile fixes for xen build.kmacy2008-08-157-0/+8
| | | | MFC after: 1 month.
* Import OS interfaces to Xen services.kmacy2008-08-1268-0/+14624
MFC after: 2 weeks
OpenPOWER on IntegriCloud