summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-091-0/+1
* evdev: Extend EVIOCGRAB ioctl scope to cover kbd interfaceVladimir Kondratyev2022-12-241-0/+2
* hv_kbd: Add support for K_XLATE and K_CODE modes for gen 2 VMsVladimir Kondratyev2022-12-242-55/+272
* hv_kbd: Add evdev protocol support for gen 2 VMsVladimir Kondratyev2022-12-242-1/+94
* hyperv: Remove a double word in a source code commentGordon Bergling2022-09-071-1/+1
* hyperv: Fix a typo in a source code commentGordon Bergling2022-09-071-1/+1
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-231-1/+1
* Create wrapper for Giant taken for newbusWarner Losh2022-06-211-2/+2
* hyperv storvsc: Don't abuse struct sglist to hold virtual addresses.John Baldwin2022-05-111-33/+31
* Hyper-V: hn: Enter network epoch when requiredMichael Tuexen2021-12-101-0/+8
* if_hn: Fix a few typos in comments and a sysctl descriptionGordon Bergling2021-12-031-3/+3
* Hyper-V: vPCI: Prepopulate device barsWei Hu2021-11-301-0/+43
* hyperv: Register the MSR-based timecounter during SI_SUB_HYPERVISORMark Johnston2021-11-221-9/+7
* hyperv: Register hyperv_timecounter later during bootMark Johnston2021-11-011-2/+8
* pvclock: Add vDSO supportAdam Fenn2021-10-101-0/+2
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-10-071-18/+13
* netvsc: Fix a typo in a commentGordon Bergling2021-10-061-1/+1
* socket: De-duplicate SBLOCKWAIT() definitionsMark Johnston2021-09-211-1/+0
* hyperv: Fix vmbus after the i386 4/4 splitMark Johnston2021-06-221-1/+5
* Consistently use the SOLISTENING() macroMark Johnston2021-06-211-1/+1
* hyperv: register intr handler as usermode-mapped if loaded as moduleKonstantin Belousov2021-06-121-0/+16
* storvsc: fix auto-sense reportingAndriy Gapon2021-05-211-1/+2
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-171-0/+9
* Hyper-V: hn: Initialize the internal field of per packet info on tx pathWei Hu2021-03-291-0/+1
* Hyper-V: hn: Enable vSwitch RSC support in hn netvsc driverWei Hu2021-03-296-89/+263
* Hyper-V: hn: Store host hash value in flowidWei Hu2021-03-291-4/+15
* hyperv/vmbus: avoid crash, panic if vbe fb info is missingBradley T. Hughes2020-12-101-17/+15
* fix vmbus_fb_mmio_res after r368168Toomas Soome2020-11-301-2/+3
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-9/+25
* Hyper-V: hn: Relinquish cpu in HN_LOCK to avoid deadlockWei Hu2020-10-151-1/+6
* Hyper-V: pcib: Check revoke status during device attachWei Hu2020-10-151-12/+66
* Hyper-V: storvsc: Enhance srb_status code handling.Wei Hu2020-08-312-24/+168
* Prevent framebuffer mmio space from being allocated to other devices on HyperV.Wei Hu2020-07-301-0/+57
* Socket AF_HYPERV should return failure when it is not running on HyperVWei Hu2020-05-221-0/+15
* Fix i386 build for r361275Li-Wen Hsu2020-05-202-7/+9
* HyperV socket implementation for FreeBSDWei Hu2020-05-209-16/+2569
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+8
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-2/+1
* hyperv: Add Hygon Dhyana support.Konstantin Belousov2020-02-131-0/+1
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+2
* storvsc: port a Linux patch, properly set residual data length on errorsAndriy Gapon2020-01-142-2/+7
* Fix spelling.Hans Petter Selasky2019-12-301-1/+1
* Revert r355806: kbd drivers: don't double register keyboard driversKyle Evans2019-12-261-3/+0
* kbd drivers: don't double register keyboard driversKyle Evans2019-12-161-0/+3
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-2/+0
* keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-161-19/+19
* kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-161-1/+1
* hyperv/storvsc: stash a pointer to hv_storvsc_request in ccbAndriy Gapon2019-11-191-0/+1
* hyperv/vmbus: Fix the wrong size in ndis_offload structureWei Hu2019-07-091-2/+2
* hyperv/vmbus: Update VMBus version 4.0 and 5.0 support.Wei Hu2019-07-095-2/+47