summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug in the calculation of the maximum I/O request size.gibbs2012-02-162-11/+44
* Fix typo in a printf string: "specificed" -> "specified".gibbs2012-02-161-4/+4
* Enhance documentation, improve interoperability, and fix defects ingibbs2012-02-153-95/+266
* Fix the netback driver build for i386.ken2012-02-021-0/+2
* Xen netback driver rewrite.ken2012-01-263-1249/+4723
* Make XENHVM work on i386. The __ffs() function counts bits starting fromcperciva2012-01-161-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-072-2/+0
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Replace `inline static' by `static inline'.ed2011-12-131-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-073-3/+3
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toalc2011-10-271-2/+1
* Update netfront so that it queries and honors publishedgibbs2011-09-211-16/+52
* Modify the netfront driver so it can successfully attach togibbs2011-09-211-11/+29
* Correct suspend/resume support in the Netfront driver.gibbs2011-09-211-26/+54
* Add suspend/resume support to the Xen blkfront driver.gibbs2011-09-212-46/+51
* Properly handle suspend/resume events in the Xen devicegibbs2011-09-201-9/+31
* Add support for alternative break-to-debugger support on the Xen console.rwatson2011-09-021-1/+9
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-4/+5
* Several enhancements to the Xen block back driver.gibbs2011-06-131-529/+1451
* Monitor and emit events for XenStore changes to XenBus treesgibbs2011-06-114-9/+4
* MFCattilio2011-05-131-11/+7
OpenPOWER on IntegriCloud