aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/vmbus/hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* 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