summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/blkfront
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple vulnerabilities of ntp. [SA-17:03]delphij2017-04-121-0/+5
* MFC r286999:royger2015-11-241-0/+5
* MFC r286062, r286063cperciva2015-09-142-23/+111
* MFC r284618, r284663, r284664, r284670, r284723cperciva2015-09-142-98/+93
* MFC r284615, r284662cperciva2015-09-141-5/+5
* MFC: r284296royger2015-07-212-145/+50
* 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-292-22/+17
* 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-262-27/+175
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-161-1/+1
* Properly track the different reasons new I/O is temporarily disabled, andgibbs2013-06-152-16/+58
* Improve debugger visibility into queuing functions by removing the macrogibbs2013-06-142-178/+197
* 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-312-659/+664
* 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-162-11/+44
* Enhance documentation, improve interoperability, and fix defects ingibbs2012-02-152-40/+114
* 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-212-46/+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-192-234/+426
* 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-302-539/+654
* Update license to reflect terms in xen 2.0 as of the time when the driver was...kmacy2009-11-302-17/+40
* 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-222-1123/+0
* | merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-25/+24
* | Integrate 185578 from dfrkmacy2008-12-042-111/+192
|/
* 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-122-0/+1118
OpenPOWER on IntegriCloud