summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-022-4/+4
* update backend_changed to reflect .m prototypekmacy2009-06-132-2/+5
* Fix compilation when compiled w/out WITNESS.adrian2009-06-071-0/+1
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Delete useless #ifdef; make it more obvious if setting TSO fails.adrian2009-05-271-4/+1
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.adrian2009-05-271-1/+2
* Enforce that there are actually enough xenbus TX ring descriptors availableadrian2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldadrian2009-05-271-11/+23
* Ensure that there are enough TX mbuf ring slots available before beginningadrian2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.adrian2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedadrian2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...adrian2009-05-271-0/+2
* The merge in r189699 reverted part of the work done in a previous commitadrian2009-05-181-5/+6
* Disable some un-needed console debugging.adrian2009-05-181-1/+1
* don't acquire tty lock with console lock heldkmacy2009-05-112-1/+5
* xen console lock needs to be a spin lock in case it is acquired from an inter...kmacy2009-05-113-5/+16
* Fix the Xen build for i386 PV mode.dfr2009-04-012-2/+9
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-119-262/+1505
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-2212-8290/+0
| * Add newline to sys/conf/files so that netfront.c compiles, s/ext_arg1/ext_args/kmacy2008-10-181-3/+4
| * update console to pre-MPSAFE tty interfaceskmacy2008-10-151-40/+167
* | fix non-witness compilekmacy2009-02-051-0/+1
OpenPOWER on IntegriCloud