aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/vmbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1612-24/+0
* 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-068-116/+63
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1210-10/+10
* hyperv: purge EOL release compatibilityElliott Mitchell2023-02-042-6/+0
* 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-2710-546/+115
* 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
* hyperv: Fix a typo in a source code commentGordon Bergling2022-09-041-1/+1
* hyperv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-063-12/+4
* hyperv: scanning locking is using the bus mtxWarner Losh2021-12-141-15/+14
* hyperv: Register the MSR-based timecounter during SI_SUB_HYPERVISORMark Johnston2021-11-191-9/+7
* hyperv: Register hyperv_timecounter later during bootMark Johnston2021-10-251-2/+8
* pvclock: Add vDSO supportAdam Fenn2021-08-141-0/+2
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-8/+6
* Change "compiled" to "assembled"Warner Losh2021-06-111-1/+1
* hyperv: Fix vmbus after the i386 4/4 splitMark Johnston2021-06-081-1/+5
* hyperv: register intr handler as usermode-mapped if loaded as moduleKonstantin Belousov2021-06-051-0/+16
* x86: remove gcov kernel supportKonstantin Belousov2021-04-022-4/+0
* 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
* Fix i386 build for r361275Li-Wen Hsu2020-05-201-2/+3
* HyperV socket implementation for FreeBSDWei Hu2020-05-206-14/+670
* hyperv: Add Hygon Dhyana support.Konstantin Belousov2020-02-131-0/+1
* hyperv/vmbus: Update VMBus version 4.0 and 5.0 support.Wei Hu2019-07-091-0/+4
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-6/+7
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-2/+1
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-2/+2
* Use SMAP on amd64.Konstantin Belousov2018-07-291-0/+1
* hyperv: Fix boot-up after malloc() returns memory of NX by default nowDexuan Cui2018-07-071-1/+1
* i386 4/4G split.Konstantin Belousov2018-04-131-2/+4
* Correct comment typo in Hyper-VEd Maste2018-03-301-1/+1
* Rename assym.s to assym.incEd Maste2018-03-202-2/+2
* PTI for amd64.Konstantin Belousov2018-01-173-6/+8
* hyperv/vmbus: Expose Hyper-V major version.Sepherosa Ziehau2017-10-101-1/+4