summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-8/+13
* Make various (pseudo) interfaces compile without INET in the kernelbz2011-04-271-0/+12
* Fix bug in the netfront driver that caused excessive packet drops duringgibbs2011-01-291-12/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+2
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyrwatson2011-01-044-2/+10
* A lack of console input is not the same thing as a byte of \0 input.cperciva2010-12-291-3/+4
* Set correct maximum I/O length. We can only handle I/O of up tocperciva2010-12-061-1/+1
* sys/dev/xen/blkback/blkback.c:gibbs2010-10-281-2/+5
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-198-1302/+3720
* A number of netfront fixes and stability improvements:ken2010-06-081-289/+359
* Switch to our preferred 2-clause BSD license.joel2010-05-051-12/+20
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* - make printf conditionalkmacy2010-02-211-17/+21
* 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
* Add media ioctl support and link notifications so that devd will attemptgibbs2009-12-011-16/+46
* 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
* remove annoying printf that cripples kdb on PV guestskmacy2009-11-241-1/+0
* fixup kernel core dumps on paravirtual guestskmacy2009-11-241-1/+1
* Remove commented out reference to if_watchdog and an assignment of zero tojhb2009-11-191-4/+0
* add core dump support to blkfrontkmacy2009-08-301-2/+87
* Cleanups to the Xen console driver:ed2009-08-241-41/+27
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-202-4/+4
OpenPOWER on IntegriCloud