summaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* Update netfront so that it queries and honors publishedJustin T. Gibbs2011-09-211-16/+52
* Modify the netfront driver so it can successfully attach toJustin T. Gibbs2011-09-211-11/+29
* Correct suspend/resume support in the Netfront driver.Justin T. Gibbs2011-09-211-26/+54
* Add suspend/resume support to the Xen blkfront driver.Justin T. Gibbs2011-09-212-46/+51
* Properly handle suspend/resume events in the Xen deviceJustin T. Gibbs2011-09-201-9/+31
* Add support for alternative break-to-debugger support on the Xen console.Robert Watson2011-09-021-1/+9
* MFCAttilio Rao2011-06-151-523/+1445
|\
| * Several enhancements to the Xen block back driver.Justin T. Gibbs2011-06-131-523/+1445
* | Remove pc_cpumask and pc_other_cpus usage from MI code.Attilio Rao2011-06-131-4/+5
|/
* Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs2011-06-114-9/+4
* MFCAttilio Rao2011-05-131-11/+7
|\
| * Fix msleep() usage in Xen balloon driver to not wake up on every HZ tick.Alexander Motin2011-05-131-11/+7
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-8/+13
|/
* Make various (pseudo) interfaces compile without INET in the kernelBjoern A. Zeeb2011-04-271-0/+12
* Fix bug in the netfront driver that caused excessive packet drops duringJustin T. Gibbs2011-01-291-12/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-2/+2
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyRobert Watson2011-01-044-2/+10
* A lack of console input is not the same thing as a byte of \0 input.Colin Percival2010-12-291-3/+4
* Set correct maximum I/O length. We can only handle I/O of up toColin Percival2010-12-061-1/+1
* sys/dev/xen/blkback/blkback.c:Justin T. Gibbs2010-10-281-2/+5
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-198-1257/+3675
* A number of netfront fixes and stability improvements:Kenneth D. Merry2010-06-081-285/+355
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-05-051-12/+20
* The proper fix for the delayed SCTP checksum is toRandall Stewart2010-03-121-1/+1
* - make printf conditionalKip Macy2010-02-211-17/+21
* In blkif_queue_cb(), test the return value from gnttab_claim_grant_reference()Justin T. Gibbs2009-12-291-1/+1
* Correct alignment and boundary constraints in blkfront's bus dma tag. TheJustin T. Gibbs2009-12-281-2/+2
* Add media ioctl support and link notifications so that devd will attemptJustin T. Gibbs2009-12-011-16/+46
* Merge Scott Long's latest blkfront now that the licensing issues are resolvedKip Macy2009-11-302-527/+642
* Update license to reflect terms in xen 2.0 as of the time when the driver was...Kip Macy2009-11-302-17/+40
* remove annoying printf that cripples kdb on PV guestsKip Macy2009-11-241-1/+0
* fixup kernel core dumps on paravirtual guestsKip Macy2009-11-241-1/+1
* Remove commented out reference to if_watchdog and an assignment of zero toJohn Baldwin2009-11-191-4/+0
* add core dump support to blkfrontKip Macy2009-08-301-2/+87
* Cleanups to the Xen console driver:Ed Schouten2009-08-241-41/+27
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-202-4/+4
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-022-4/+4
* update backend_changed to reflect .m prototypeKip Macy2009-06-132-2/+5
* Fix compilation when compiled w/out WITNESS.Adrian Chadd2009-06-071-0/+1
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Delete useless #ifdef; make it more obvious if setting TSO fails.Adrian Chadd2009-05-271-4/+1
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.Adrian Chadd2009-05-271-1/+2
* Enforce that there are actually enough xenbus TX ring descriptors availableAdrian Chadd2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldAdrian Chadd2009-05-271-11/+23
* Ensure that there are enough TX mbuf ring slots available before beginningAdrian Chadd2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.Adrian Chadd2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedAdrian Chadd2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...Adrian Chadd2009-05-271-0/+2
* The merge in r189699 reverted part of the work done in a previous commitAdrian Chadd2009-05-181-5/+6
* Disable some un-needed console debugging.Adrian Chadd2009-05-181-1/+1