summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Replace partially incorrect function names in panic(9) strings withmarius2013-01-031-42/+16
* - Fix !SMP build.marius2013-01-031-13/+11
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Redo r242889, now using the method from projects/amd64_xen_pv r240747.dim2012-11-121-4/+4
* Fix a typo.rdivacky2012-11-111-1/+1
* Change the XNB_ASSERT from a statement expression to do-while(0) as itsrdivacky2012-11-111-2/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-14/+0
* s/ is is / is /geadler2012-09-141-3/+3
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-241-1/+1
* Allow booting XENHVM kernel without Xen hypervisor.fabient2012-06-201-0/+3
* Free ballooned pages with the corresponding malloc type.pluknet2012-04-061-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 regression in the handling of blkback close events forgibbs2012-02-171-6/+2
OpenPOWER on IntegriCloud