summaryrefslogtreecommitdiffstats
path: root/drivers/hv/channel_mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: serialize Offer and Rescind offerVitaly Kuznetsov2015-01-251-8/+22
* Drivers: hv: rename sc_lock to the more generic lockVitaly Kuznetsov2015-01-251-5/+5
* Drivers: hv: check vmbus_device_create() return value in vmbus_process_offer()Vitaly Kuznetsov2015-01-251-5/+9
* Drivers: hv: vmbus: Use get_cpu() to get the current CPUK. Y. Srinivasan2015-01-121-1/+3
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-141-2/+9
|\
| * Drivers: hv: vmbus: Fix a race condition when unregistering a deviceVitaly Kuznetsov2014-11-071-2/+9
* | hyperv: Add support for vNIC hot removalHaiyang Zhang2014-12-081-0/+2
|/
* Drivers: hv: vmbus: Properly protect calls to smp_processor_id()K. Y. Srinivasan2014-09-231-6/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
|\
| * hyper-v: make uuid_le conststephen hemminger2014-06-031-1/+1
* | Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelK. Y. Srinivasan2014-05-031-1/+40
* | Drivers: hv: Eliminate the channel spinlock in the callback pathK. Y. Srinivasan2014-05-031-4/+7
|/
* Drivers: hv: vmbus: Fix a bug in channel rescind codeK. Y. Srinivasan2013-10-191-2/+3
* Drivers: hv: vmbus: Fix a bug in the handling of channel offersK. Y. Srinivasan2013-08-271-7/+7
* Drivers: hv: util: Fix a bug in version negotiation code for util servicesK. Y. Srinivasan2013-07-261-22/+53
* Drivers: hv: vmbus: Implement multi-channel supportK. Y. Srinivasan2013-06-031-4/+115
* Drivers: hv: Fix a bug in get_vp_index()K. Y. Srinivasan2013-05-211-1/+1
* Drivers: hv: vmbus: Handle channel rescind message correctlyK. Y. Srinivasan2013-03-151-0/+11
* Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interruptsK. Y. Srinivasan2013-02-271-1/+1
* Drivers: hv: vmbus: Consolidate all offer GUID definitions in hyperv.hK. Y. Srinivasan2013-01-251-25/+6
* Drivers: hv: Bind all vmbbus interrupts to the boot CPUK. Y. Srinivasan2013-01-181-1/+1
* Drivers: hv: Add code to distribute channel interrupt loadK. Y. Srinivasan2013-01-171-1/+84
* Drivers: hv: Add state to manage incoming channel interrupt loadK. Y. Srinivasan2013-01-171-0/+2
* Drivers: hv: Manage signaling state on a per-connection basisK. Y. Srinivasan2013-01-171-0/+20
* Drivers: hv: Add state to manage batched readingK. Y. Srinivasan2013-01-171-0/+7
* Drivers: hv: remove unused variable from channel_mgmt.cWei Yongjun2012-10-241-8/+0
* Drivers: hv: util: Properly handle version negotiations.K. Y. Srinivasan2012-05-141-16/+38
* Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp()K. Y. Srinivasan2012-05-141-22/+21
* drivers: hv: Get rid of some unnecessary codeK. Y. Srinivasan2012-01-241-87/+0
* Drivers: hv: Make the vmbus driver unloadableK. Y. Srinivasan2011-12-121-0/+11
* Drivers: hv: Fix a memory leakK. Y. Srinivasan2011-12-121-0/+1
* hv: remove free_channel() from hyperv.hGreg Kroah-Hartman2011-10-111-1/+1
* hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()Greg Kroah-Hartman2011-10-111-5/+4
* Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-101-0/+647
OpenPOWER on IntegriCloud