aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Hyper-V: move memory alloc call for tlb hypercall out of smp_rendezvousWei Hu2024-06-153-28/+71
* Hyper_V: add a boot parameter to tlb flush hypercallWei Hu2024-06-111-2/+21
* Hyper-V: remove unused alloc_pcpu_ptr()Wei Hu2024-06-101-1/+0
* Hyper-V: TLB flush enlightment using hypercallSouradeep Chakrabarti2024-06-076-0/+530
* hyperv/hn: Don't return error when setting media to autoselectMark Peek2024-03-141-1/+2
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-9/+8
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-10/+8
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-3/+3
* Hyper-V: vPCI: fix cpu id mis-mapping in vmbus_pcib_map_msi()Wei Hu2024-03-081-1/+12
* if_hn: Fix two typos in source code commentsGordon Bergling2024-02-242-2/+2
* hyperv vmbus_pcib: Use pci_domain_*_bus for PCI_RES_BUS resourcesJohn Baldwin2024-01-231-2/+39
* sockets: make pr_shutdown fully protocol specific methodGleb Smirnoff2024-01-162-24/+24
* netvsc: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* hvsock: Fix a typo in a source code commentGordon Bergling2023-12-271-1/+1
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-302-8/+8
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-302-5/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2723-23/+5
* 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
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-2/+2
* Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits2023-10-131-2/+2
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-2/+2
* Hyper-V: vmbus: implementat bus_get_dma_tag in vmbusSouradeep Chakrabarti2023-09-142-0/+34
* hyperv/vmbus: Flip a message to only be emitted on failureLi-Wen Hsu2023-09-111-3/+3
* Hyper-V: hn: use VF's capabilities when it is attachedWei Hu2023-09-042-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-56/+213
* 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