aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/vmbus
Commit message (Expand)AuthorAgeFilesLines
* vmbus: Avoid gratuitous ifdef and use more generic implementation insteadJessica Clarke2025-07-102-11/+5
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* 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
* 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-264-16/+11
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-3/+4
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-182-12/+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
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+4
* 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-142-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