aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hyperv/storvsc: Avoid conditional asserts in storvsc_xferbuf_prepare()Mark Johnston2025-04-151-2/+0
* hyperv/storvsc: Fix busdma constraintsMark Johnston2025-04-151-1/+6
* Hyper-V: hn: rewrite hn rsc swtich to avoid sysctl hangWei Hu2025-03-121-16/+14
* hyperv vmbus_pcib: Use pci_domain_*_bus for PCI_RES_BUS resourcesJohn Baldwin2025-02-271-2/+39
* sys: Use the new arm_smccc_invoke macrosAndrew Turner2024-10-211-4/+3
* hyperv: call smp_targeted_tlb_shootdown_native() with pinKonstantin Belousov2024-10-051-1/+0
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2024-09-241-2/+2
* Hyper-V: move memory alloc call for tlb hypercall out of smp_rendezvousWei Hu2024-07-013-28/+71
* Hyper_V: add a boot parameter to tlb flush hypercallWei Hu2024-07-011-2/+21
* Hyper-V: remove unused alloc_pcpu_ptr()Wei Hu2024-07-011-1/+0
* Hyper-V: TLB flush enlightment using hypercallSouradeep Chakrabarti2024-07-016-0/+530
* 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/+12
* if_hn: Fix two typos in source code commentsGordon Bergling2024-02-272-2/+2
* hvsock: Fix a typo in a source code commentGordon Bergling2024-01-071-1/+1
* Hyper-V: vmbus: Add NULL check for vmbus_resZhenlei Huang2023-11-021-4/+6
* Hyper-V: vmbus: check if signaling host is needed in vmbus_rxbr_readWei Hu2023-10-203-4/+19
* Hyper-V: vmbus: implementat bus_get_dma_tag in vmbusSouradeep Chakrabarti2023-09-182-0/+34
* Hyper-V: hn: use VF's capabilities when it is attachedWei Hu2023-09-092-52/+13
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1629-58/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1630-60/+0
* hid: Add child device parameter to HID methodsVladimir Kondratyev2023-08-031-6/+7
* Hyper-V: vmbus: Prevent load/store reordering when access ring buffer indexWei Hu2023-06-212-16/+21
* arm64 Hyper-V: enable Hyper-V SMP for ARM64Wei Hu2023-06-071-22/+6
* Switch to contigmalloc in the Hyper-V codeAndrew Turner2023-06-0614-141/+86
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1216-16/+16
* Mechanically convert if_hn(4) to IfAPIJustin Hibbits2023-05-022-318/+355
* hyperv: Fix Coverity issues in the Hyper-V driverRobert Herndon2023-02-161-3/+4
* 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