aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* MFC r314148, r314150Alan Somers2017-05-302-34/+30
* Fix -Wformat issue with r316140, which broke i386/GENERICEnji Cooper2017-03-291-1/+1
* xen/netfront: release resources on removalRoger Pau Monné2017-03-291-0/+45
* MFC r314840:Roger Pau Monné2017-03-213-5/+23
* MFC r314841:Roger Pau Monné2017-03-211-0/+6
* MFC r283291: don't use CALLOUT_MPSAFE with callout_init()Andriy Gapon2017-03-041-1/+1
* MFC r310013 (by cperciva):Dimitry Andric2016-12-181-2/+10
* MFC r297522: Pass through some new block device features.Alexander Motin2016-05-032-5/+30
* MFC r267858:Roger Pau Monné2015-12-301-65/+24
* MFC r291024:Roger Pau Monné2015-12-031-0/+3
* MFC r286999:Roger Pau Monné2015-11-242-0/+10
* MFC r286062, r286063Colin Percival2015-09-142-23/+111
* MFC r284618, r284663, r284664, r284670, r284723Colin Percival2015-09-142-98/+93
* MFC r284615, r284662Colin Percival2015-09-141-5/+5
* MFC: r284296Roger Pau Monné2015-07-213-313/+104
* MFC: r285089Roger Pau Monné2015-07-211-5/+25
* MFC: r282908Roger Pau Monné2015-05-211-4/+5
* MFC r271946 and r272595:Hans Petter Selasky2014-11-031-2/+3
* MFC r263710, r273377, r273378, r273423 and r273455:Hans Petter Selasky2014-10-271-1/+1
* MFC r271099: revert r269814: blkfront: add support for unmapped IORoger Pau Monné2014-09-151-7/+5
* MFC r269814:Roger Pau Monné2014-08-181-5/+7
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,Ian Lepore2014-05-143-3/+3
* MFC r261916:Dimitry Andric2014-02-191-0/+2
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2014-01-171-6/+6
* Merge r256868,257276-257277,257515,257913 from head. These are fixesGleb Smirnoff2013-12-183-38/+31
* MFC 258178:Roger Pau Monné2013-12-051-157/+45
* MFC 257876:Roger Pau Monné2013-12-051-8/+1
* MFC: r256425Justin T. Gibbs2013-10-181-5/+33
* Initialize a variable in sys/dev/xen/control/control.c, to silence a gccDimitry Andric2013-10-071-0/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idJustin T. Gibbs2013-10-051-2/+2
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-203-78/+105
* Correct blkback handling of the BLKIF_OP_FLUSH_DISKCACHE opcode.Justin T. Gibbs2013-09-041-12/+4
* sys/dev/xen/blkback/blkback.c:Justin T. Gibbs2013-09-031-1/+1
* If reading a virtual-device value fails, attempt to read a virtual-device-extColin Percival2013-08-301-0/+3
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.Justin T. Gibbs2013-08-291-0/+608
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-2912-754/+184
* Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.Colin Percival2013-08-271-4/+0
* Fix mbuf debugging printf()'s after the recent mbuf header changes.Andre Oppermann2013-08-261-4/+4
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-073-5/+5
* In the Xen block front driver, take advantage of backends thatJustin T. Gibbs2013-06-262-27/+175
* sys/dev/xen/blkfront/blkfront.c:Justin T. Gibbs2013-06-161-1/+1
* Properly track the different reasons new I/O is temporarily disabled, andJustin T. Gibbs2013-06-152-16/+58
* Improve debugger visibility into queuing functions by removing the macroJustin T. Gibbs2013-06-142-178/+197
* sys/dev/xen/netfront/netfront.c:Justin T. Gibbs2013-06-141-1/+1
* Specify a maximum TSO length limiting the segment chain to what theAndre Oppermann2013-06-031-0/+2
* sys/dev/xen/blkfront/blkfront.c:Justin T. Gibbs2013-06-011-11/+0
* sys/dev/xen/blkfront/blkfront.c:Justin T. Gibbs2013-06-011-20/+20
* Style changes. No intended functional changes.Justin T. Gibbs2013-05-311-5/+5
* Style cleanups. No intended functional changes.Justin T. Gibbs2013-05-311-725/+687
* Style cleanups. No intended functional changes.Justin T. Gibbs2013-05-312-659/+664