aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Make some unwise casts. On i386 these casts wind up being safe. RatherWarner Losh2014-04-054-21/+24
* Hide a few messages under bootverbose.Xin LI2014-03-141-7/+11
* Minor fix to r262789.Alexander Motin2014-03-061-1/+1
* Remove custom bus scanner code and fix use of CAM's default scanner.Alexander Motin2014-03-051-86/+1
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-161-3/+3
* Fix missing new line after:Pawel Jakub Dawidek2013-12-101-0/+1
* Don't reference pointer before testing whether it isXin LI2013-10-291-1/+3
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-282-1/+4
* Centralize the detection logic for the Hyper-V hypervisor.Justin T. Gibbs2013-10-133-44/+15
* Fix a lock-order reversal in the net driver by dropping the lockPeter Grehan2013-10-122-19/+86
* Fix vmbus channel memory leak where incorrect length parameter wasPeter Grehan2013-10-112-8/+11
* Allow the legacy CDROM device to be accessed in a FreeBSD guest, whilePeter Grehan2013-10-101-22/+8
* In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymousDimitry Andric2013-10-106-49/+60
* Correct panic caused by attaching both Xen PV and HyperV virtualizationJustin T. Gibbs2013-10-051-0/+10
* Reorder the hypervisor presence test to avoid claiming ATA disksPeter Grehan2013-09-191-28/+38
* Revert the kvp code - there's still some work thatPeter Grehan2013-09-093-999/+6
* Latest update from Microsoft.Peter Grehan2013-09-097-215/+1391
* IFC @ r253862Peter Grehan2013-08-012-2/+2
* Microsoft have changed their policy on how the hyper-v code willPeter Grehan2013-07-1719-0/+12526