summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
AgeCommit message (Expand)Author
2025-12-23Hyper-V: hn: just call vf's ioctl when changing mtuWei Hu
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-11-22hn: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-10-28hyper-v: Fix a couple of typos in kernel messagesGordon Bergling
2025-07-10vmbus: Avoid gratuitous ifdef and use more generic implementation insteadJessica Clarke
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-08Remove remaining mentions of pr_usrreq.Dag-Erling Smørgrav
2025-03-31hyperv/storvsc: Avoid conditional asserts in storvsc_xferbuf_prepare()Mark Johnston
2025-03-31hyperv/storvsc: Fix busdma constraintsMark Johnston
2025-02-04Hyper-V: hn: rewrite hn rsc swtich to avoid sysctl hangWei Hu
2025-01-24sys: make the kernel metadata pointer globalAhmad Khalifa
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2024-10-15sys: Use the new arm_smccc_invoke macrosAndrew Turner
2024-10-01hyperv: call smp_targeted_tlb_shootdown_native() with pinKonstantin Belousov
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-07-18Retire non-NEW_PCIB code and remove config optionJessica Clarke
2024-06-15Hyper-V: move memory alloc call for tlb hypercall out of smp_rendezvousWei Hu
2024-06-11Hyper_V: add a boot parameter to tlb flush hypercallWei Hu
2024-06-10Hyper-V: remove unused alloc_pcpu_ptr()Wei Hu
2024-06-07Hyper-V: TLB flush enlightment using hypercallSouradeep Chakrabarti
2024-03-14hyperv/hn: Don't return error when setting media to autoselectMark Peek
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin
2024-03-08Hyper-V: vPCI: fix cpu id mis-mapping in vmbus_pcib_map_msi()Wei Hu
2024-02-24if_hn: Fix two typos in source code commentsGordon Bergling
2024-01-23hyperv vmbus_pcib: Use pci_domain_*_bus for PCI_RES_BUS resourcesJohn Baldwin
2024-01-16sockets: make pr_shutdown fully protocol specific methodGleb Smirnoff
2023-12-27netvsc: Fix typo (triple S)Jose Luis Duran
2023-12-27hvsock: Fix a typo in a source code commentGordon Bergling
2023-11-30sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff
2023-11-30sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-02Hyper-V: vmbus: Add NULL check for vmbus_resZhenlei Huang
2023-10-20Hyper-V: vmbus: check if signaling host is needed in vmbus_rxbr_readWei Hu
2023-10-13bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits
2023-10-13Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits
2023-10-13bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits
2023-09-14Hyper-V: vmbus: implementat bus_get_dma_tag in vmbusSouradeep Chakrabarti
2023-09-11hyperv/vmbus: Flip a message to only be emitted on failureLi-Wen Hsu
2023-09-04Hyper-V: hn: use VF's capabilities when it is attachedWei Hu
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-03hid: Add child device parameter to HID methodsVladimir Kondratyev