aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hyperv/hn: Don't return error when setting media to autoselectMark Peek2024-03-311-1/+2
* Hyper-V: vPCI: fix cpu id mis-mapping in vmbus_pcib_map_msi()Wei Hu2024-03-111-1/+9
* if_hn: Fix two typos in source code commentsGordon Bergling2024-02-272-2/+2
* hv_kbd: Fix build with EVDEV_SUPPORT kernel option disabled.Vladimir Kondratyev2024-01-271-2/+1
* hvsock: Fix a typo in a source code commentGordon Bergling2024-01-071-1/+1
* Hyper-V: vmbus: check if signaling host is needed in vmbus_rxbr_readWei Hu2023-10-203-4/+19
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2324-48/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2326-52/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-256-6/+6
* hv_hid: Hyper-V HID driverYuri2023-03-311-0/+564
* 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-56/+273
* 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