summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/blkfront/blkfront.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r271099: revert r269814: blkfront: add support for unmapped IOroyger2014-09-151-7/+5
* MFC r269814:royger2014-08-181-5/+7
* MFC: r256425gibbs2013-10-181-5/+33
* If reading a virtual-device value fails, attempt to read a virtual-device-extcperciva2013-08-301-0/+3
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-21/+16
* Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.cperciva2013-08-271-4/+0
* In the Xen block front driver, take advantage of backends thatgibbs2013-06-261-19/+153
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-161-1/+1
* Properly track the different reasons new I/O is temporarily disabled, andgibbs2013-06-151-12/+50
* Improve debugger visibility into queuing functions by removing the macrogibbs2013-06-141-53/+47
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-11/+0
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-20/+20
* Style changes. No intended functional changes.gibbs2013-05-311-5/+5
* Style cleanups. No intended functional changes.gibbs2013-05-311-725/+687
* Style cleanups. No intended functional changes.gibbs2013-05-311-510/+529
* Apply the ad* => ada* IDE device name transition to the Xen blockgibbs2013-05-311-10/+10
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-241-1/+1
* Correct failure to attach the PV block front device on Citrixgibbs2012-03-251-15/+19
* Final pass at having devices use their bus parent for dma tags. Thescottl2012-03-121-1/+1
* Fix a bug in the calculation of the maximum I/O request size.gibbs2012-02-161-5/+16
* Enhance documentation, improve interoperability, and fix defects ingibbs2012-02-151-37/+111
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add suspend/resume support to the Xen blkfront driver.gibbs2011-09-211-45/+51
* Monitor and emit events for XenStore changes to XenBus treesgibbs2011-06-111-3/+1
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyrwatson2011-01-041-0/+1
* Set correct maximum I/O length. We can only handle I/O of up tocperciva2010-12-061-1/+1
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-191-223/+373
* In blkif_queue_cb(), test the return value from gnttab_claim_grant_reference()gibbs2009-12-291-1/+1
* Correct alignment and boundary constraints in blkfront's bus dma tag. Thegibbs2009-12-281-2/+2
* Merge Scott Long's latest blkfront now that the licensing issues are resolvedkmacy2009-11-301-491/+464
* Update license to reflect terms in xen 2.0 as of the time when the driver was...kmacy2009-11-301-17/+22
* fixup kernel core dumps on paravirtual guestskmacy2009-11-241-1/+1
* add core dump support to blkfrontkmacy2009-08-301-2/+87
* update backend_changed to reflect .m prototypekmacy2009-06-131-1/+3
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-111-26/+39
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-221-1026/+0
* | merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-25/+24
* | Integrate 185578 from dfrkmacy2008-12-041-109/+190
|/
* Update xen/interface includes to the latest in mercurialkmacy2008-09-261-2/+4
* Evidently the block device starts at 767.kmacy2008-08-241-1/+1
* make block devices start at 0kmacy2008-08-231-3/+4
* mark blkfront_info as readykmacy2008-08-201-1/+2
* Make sure that machine addresses are vm_paddr_tkmacy2008-08-171-6/+7
* Import Xen paravirtual drivers.kmacy2008-08-121-0/+1021
OpenPOWER on IntegriCloud