aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer2023-02-141-1/+3
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-061-0/+1
* hv_hid: Hyper-V HID driverYuri2023-02-051-0/+564
* hyperv: purge EOL release compatibilityElliott Mitchell2023-02-044-206/+0
* arm64: Hyper-V: vPCI: Fix typo and some indentationsWei Hu2023-02-011-22/+21
* arm64: Hyper-V: vPCI: Enabling v-PCI in FreeBSD in ARM64 Hyper-VWei Hu2023-02-011-57/+214
* arm64: Hyper-V: vPCI: Adding Hyper-V PCI protocol 1.4Wei Hu2023-02-011-3/+80
* evdev: Extend EVIOCGRAB ioctl scope to cover kbd interfaceVladimir Kondratyev2022-11-181-0/+2
* arm64: Hyper-V: making INTR MP SafeSouradeep Chakrabarti2022-11-041-1/+1
* arm64: Hyper-V: fixing hung issue during Hyper-V initializationSouradeep Chakrabarti2022-11-011-1/+41
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final)Souradeep Chakrabarti2022-10-2711-546/+120
* Hyper-V: Code refactor to avoid redundancy of MSR values on x86 and arm64Souradeep Chakrabarti2022-10-268-291/+185
* arm64: Hyper-V: fix couple more commit errors caused by duplicated linesWei Hu2022-10-242-288/+0
* arm64: Hyper-V: fix a commit error caused duplicated lines in vmbus_aarch64.cWei Hu2022-10-211-157/+0
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2)Souradeep Chakrabarti2022-10-214-0/+670
* arm64: Hyper-V: vmbus: use the IRQ resource from vmbus_resSouradeep Chakrabarti2022-10-211-1/+3
* arm64: enablement for ARM64 in Hyper-V (Part 1)Souradeep Chakrabarti2022-09-295-0/+1052
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-3/+2
* Hyper-V: storvsc: relax a couple more kassertsWei Hu2022-09-081-4/+3
* Hyper-V: storvsc: relax a kassert checkWei Hu2022-09-071-1/+4
* hyperv: Fix a typo in a source code commentGordon Bergling2022-09-041-1/+1
* hyperv: Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-30/+17
* Hyper-V: storvsc: Call bus_dmamap_sync() for dma operationsWei Hu2022-08-151-0/+25
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-021-1/+1
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-121-2/+2
* hyperv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0613-44/+14
* hyperv: Use __diagused for a variable only used in KASSERT().John Baldwin2022-04-131-1/+1
* hyperv storvsc: Remove unused variables.John Baldwin2022-04-061-4/+3
* Hyper-V: vPCI: Write back original BAR values after prepopulating barsWei Hu2022-03-301-0/+4
* Hyper-V: hn: add switch to turn on and off RSCWei Hu2022-03-154-1/+44
* hyperv storvsc: Don't abuse struct sglist to hold virtual addresses.John Baldwin2022-02-011-33/+31
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-032-7/+4
* hyperv: scanning locking is using the bus mtxWarner Losh2021-12-141-15/+14
* hn: plug set-but-not-unused varsMateusz Guzik2021-12-101-4/+4
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-2/+2
* ifnet_byindex() actually requires network epochGleb Smirnoff2021-12-061-0/+6
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-022-28/+36
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-022-36/+28
* hyperv: Flag hn and storvsc statistics with CTLFLAG_STATS.Don Morris2021-12-022-28/+36
* if_hn: Fix a few typos in comments and a sysctl descriptionGordon Bergling2021-11-301-3/+3
* Hyper-V: vPCI: Prepopulate device barsWei Hu2021-11-271-0/+43
* hyperv: Register the MSR-based timecounter during SI_SUB_HYPERVISORMark Johnston2021-11-191-9/+7
* hyperv: Register hyperv_timecounter later during bootMark Johnston2021-10-251-2/+8
* netvsc: Fix a typo in a commentGordon Bergling2021-10-021-1/+1
* socket: De-duplicate SBLOCKWAIT() definitionsMark Johnston2021-09-141-1/+0
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-09-071-18/+13
* Hyper-V: hn: Enter network epoch when requiredMichael Tuexen2021-08-261-0/+8
* hvsock: fail the probe on non-HyperV machinesKyle Evans2021-08-161-18/+13