aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Hyper-V: hn: rewrite hn rsc swtich to avoid sysctl hangWei Hu2025-02-041-16/+14
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-241-6/+2
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-063-5/+3
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-291-1/+1
* sys: Use the new arm_smccc_invoke macrosAndrew Turner2024-10-151-4/+3
* hyperv: call smp_targeted_tlb_shootdown_native() with pinKonstantin Belousov2024-10-011-1/+0
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-265-20/+14
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-253-4/+5
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-183-15/+1
* 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