summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple vulnerabilities of ntp. [SA-17:03]delphij2017-04-123-5/+74
* MFC r267858:royger2015-12-301-65/+24
* MFC r291024:royger2015-12-031-0/+3
* MFC r286999:royger2015-11-242-0/+10
* 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-213-313/+104
* MFC: r285089royger2015-07-211-5/+25
* MFC: r282908royger2015-05-211-4/+5
* MFC r271946 and r272595:hselasky2014-11-031-2/+3
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* MFC r271099: revert r269814: blkfront: add support for unmapped IOroyger2014-09-151-7/+5
* MFC r269814:royger2014-08-181-5/+7
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-143-3/+3
* MFC r261916:dim2014-02-191-0/+2
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-6/+6
* Merge r256868,257276-257277,257515,257913 from head. These are fixesglebius2013-12-183-38/+31
* MFC 258178:royger2013-12-051-157/+45
* MFC 257876:royger2013-12-051-8/+1
* MFC: r256425gibbs2013-10-181-5/+33
* Initialize a variable in sys/dev/xen/control/control.c, to silence a gccdim2013-10-071-0/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-051-2/+2
* Add support for suspend/resume/migration operations when running as agibbs2013-09-203-78/+105
* Correct blkback handling of the BLKIF_OP_FLUSH_DISKCACHE opcode.gibbs2013-09-041-12/+4
* sys/dev/xen/blkback/blkback.c:gibbs2013-09-031-1/+1
* If reading a virtual-device value fails, attempt to read a virtual-device-extcperciva2013-08-301-0/+3
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.gibbs2013-08-291-0/+608
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-2912-754/+184
* Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.cperciva2013-08-271-4/+0
* Fix mbuf debugging printf()'s after the recent mbuf header changes.andre2013-08-261-4/+4
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-073-5/+5
* 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/netfront/netfront.c:gibbs2013-06-141-1/+1
* Specify a maximum TSO length limiting the segment chain to what theandre2013-06-031-0/+2
* 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
* Make netif_free() safe to call on a partially initialized softc.gibbs2013-05-311-2/+5
* Apply the ad* => ada* IDE device name transition to the Xen blockgibbs2013-05-311-10/+10
* Correct panic on detach of Xen PV network interfaces.gibbs2013-05-221-3/+7
* - Correct spelling in commentsgabor2013-04-171-1/+1
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Remove files not connected to the build. It's confusing enough thatmarius2013-01-032-474/+0
OpenPOWER on IntegriCloud