aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/vmbus/vmbus.c
Commit message (Expand)AuthorAgeFilesLines
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-241-6/+2
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-8/+6
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-2/+3
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-181-10/+1
* Hyper-V: move memory alloc call for tlb hypercall out of smp_rendezvousWei Hu2024-06-151-23/+65
* 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-071-0/+36
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* Hyper-V: vmbus: Add NULL check for vmbus_resZhenlei Huang2023-11-021-4/+6
* Hyper-V: vmbus: implementat bus_get_dma_tag in vmbusSouradeep Chakrabarti2023-09-141-0/+33
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* arm64 Hyper-V: enable Hyper-V SMP for ARM64Wei Hu2023-06-071-22/+6
* Switch to contigmalloc in the Hyper-V codeAndrew Turner2023-06-061-33/+27
* hyperv: purge EOL release compatibilityElliott Mitchell2023-02-041-2/+0
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final)Souradeep Chakrabarti2022-10-271-132/+65
* hyperv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-5/+2
* hyperv: scanning locking is using the bus mtxWarner Losh2021-12-141-15/+14
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-8/+6
* hyperv: register intr handler as usermode-mapped if loaded as moduleKonstantin Belousov2021-06-051-0/+16
* hyperv/vmbus: avoid crash, panic if vbe fb info is missingBradley T. Hughes2020-12-101-17/+15
* fix vmbus_fb_mmio_res after r368168Toomas Soome2020-11-301-2/+3
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-9/+25
* Prevent framebuffer mmio space from being allocated to other devices on HyperV.Wei Hu2020-07-301-0/+57
* HyperV socket implementation for FreeBSDWei Hu2020-05-201-1/+37
* hyperv/vmbus: Update VMBus version 4.0 and 5.0 support.Wei Hu2019-07-091-0/+4
* PTI for amd64.Konstantin Belousov2018-01-171-2/+4
* hyperv/vmbus: Add tunable to pin/unpin event tasks.Sepherosa Ziehau2017-10-101-4/+17
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-141-1/+1
* hyperv/vmbus: Reorganize vmbus device treeSepherosa Ziehau2017-05-101-42/+60
* hyperv/vmbus: Nuke unnecessary critical sections.Sepherosa Ziehau2016-12-281-2/+2
* hyperv: Unbreak EARLY_AP_STARUP Hyper-V bootstrap by using intrhookSepherosa Ziehau2016-12-211-2/+27
* hyperv/vmbus: Add DEVMETHOD to map cpu to event taskq.Sepherosa Ziehau2016-11-301-0/+12
* hyperv/vmbus: Add exec cancel support for message Hypercall API.Sepherosa Ziehau2016-11-281-0/+7
* hyperv/vmbus: Add result polling support for message Hypercall API.Sepherosa Ziehau2016-11-281-0/+8
* hyperv/vmbus: Make sure that the allocated GPADL is not zero.Sepherosa Ziehau2016-11-281-1/+7
* hyperv/vmbus,pcib: unbreak build in case NEW_PCIB is undefinedDexuan Cui2016-11-251-5/+16
* hyperv/vmbus,pcib: Add MODULE_DEPEND on pciDexuan Cui2016-11-181-0/+1
* hyperv/vmbus: add new vmbus methods to support PCIe pass-throughDexuan Cui2016-11-161-0/+234
* hyperv/vmbus: add a new method to get vcpu_idDexuan Cui2016-11-161-0/+11
* hyperv/vmbus: Reset ch_dev, once the child is deleted.Sepherosa Ziehau2016-11-041-0/+1
* hyperv/vmbus: Add missing white space.Sepherosa Ziehau2016-10-261-1/+1
* hyperv/vmbus: Add dynamic device add and remove supportSepherosa Ziehau2016-09-271-74/+79
* hyperv/vmbus: Use xact APIs to implement post message Hypercall APIsSepherosa Ziehau2016-08-111-190/+43
* hyperv/vmbus: Revoke unnecessary exposure of vmbus softcSepherosa Ziehau2016-07-291-1/+7
* hyperv/vmbus: Move driver glue to the beginning of the filesSepherosa Ziehau2016-07-291-53/+52
* hyperv/vmbus: Forward declare static functionsSepherosa Ziehau2016-07-291-1/+21
* hyperv/vmbus: Inclusion cleanupSepherosa Ziehau2016-07-281-16/+5