aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/vmbus/hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* Hyper-V: TLB flush enlightment using hypercallSouradeep Chakrabarti2024-06-071-0/+63
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final)Souradeep Chakrabarti2022-10-271-179/+15
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-3/+2
* 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
* 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
* hyperv: Fix boot-up after malloc() returns memory of NX by default nowDexuan Cui2018-07-071-1/+1
* Correct comment typo in Hyper-VEd Maste2018-03-301-1/+1
* hyperv/vmbus: Expose Hyper-V major version.Sepherosa Ziehau2017-10-101-1/+4
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-141-1/+1
* hyperv: Use kmem_malloc for hypercall memory due to NX bit change.Sepherosa Ziehau2017-04-191-12/+19
* hyperv: Add method to read 64bit Hyper-V specific time value.Sepherosa Ziehau2017-01-091-0/+15
* hyperv/vmbus: Forward declare static functionsSepherosa Ziehau2016-07-291-5/+7
* hyperv/vmbus: Inclusion cleanupSepherosa Ziehau2016-07-281-10/+1
* hyperv/vmbus: Rename hv_vmbus_priv.h to vmbus_brvar.hSepherosa Ziehau2016-07-251-1/+3
* hyperv: hv_guid -> struct hyperv_guid.Sepherosa Ziehau2016-07-141-2/+2
* hyperv: Signal event input parameter is shared w/ MNFSepherosa Ziehau2016-07-131-2/+2
* hyperv: Nuke unused stuffsSepherosa Ziehau2016-07-121-34/+0
* hyperv/vmbus: Busdma-fy Hypercall signal event input parameter.Sepherosa Ziehau2016-07-121-0/+7
* hyperv: Nuke unused stuffsSepherosa Ziehau2016-07-121-45/+0
* hyperv/vmbus: Implement a new set of APIs for post message HypercallSepherosa Ziehau2016-07-111-0/+7
* hyperv: Move machine dependent bits into machine dependent files.Sepherosa Ziehau2016-06-061-33/+11
* hyperv: Rename some cleaned up/almost cleaned up filesSepherosa Ziehau2016-06-011-0/+404