summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* vmbus: make sysfs names consistent with PCIStephen Hemminger2016-11-011-1/+1
* hv: do not lose pending heartbeat vmbus packetsLong Li2016-10-251-3/+7
* Drivers: hv: get rid of id in struct vmbus_channelVitaly Kuznetsov2016-09-271-2/+0
* Drivers: hv: make VMBus bus ids persistentVitaly Kuznetsov2016-09-271-2/+2
* Drivers: hv: hv_util: Avoid dynamic allocation in time synchVivek yadav2016-09-091-11/+28
* Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.Alex Ng2016-09-081-23/+59
* Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.Alex Ng2016-09-081-13/+7
* Drivers: hv: utils: Rename version definitions to reflect protocol version.Alex Ng2016-09-081-10/+10
* Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warningsDexuan Cui2016-09-071-2/+24
* Driver: hv: vmbus: Make mmio resource localStephen Hemminger2016-09-071-2/+2
* Drivers: hv: utils: Check VSS daemon is listening before a hot backupAlex Ng2016-09-021-3/+6
* Drivers: hv: utils: Continue to poll VSS channel after handling requests.Alex Ng2016-09-021-47/+43
* Drivers: hv: Introduce a policy for controlling channel affinityK. Y. Srinivasan2016-09-021-29/+39
* Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringb...Vitaly Kuznetsov2016-09-021-21/+3
* Drivers: hv: ring_buffer: wrap around mappings for ring buffersVitaly Kuznetsov2016-09-023-23/+49
* Drivers: hv: cleanup vmbus_open() for wrap around mappingsVitaly Kuznetsov2016-09-021-19/+22
* Drivers: hv: balloon: Use available memory value in pressure reportAlex Ng2016-08-311-8/+5
* Drivers: hv: balloon: replace ha_region_mutex with spinlockVitaly Kuznetsov2016-08-311-45/+53
* Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...Vitaly Kuznetsov2016-08-311-6/+9
* Drivers: hv: balloon: account for gaps in hot add regionsVitaly Kuznetsov2016-08-311-37/+94
* Drivers: hv: balloon: keep track of where ha_region startsVitaly Kuznetsov2016-08-311-2/+5
* Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latencyK. Y. Srinivasan2016-08-311-1/+6
* Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()K. Y. Srinivasan2016-08-311-4/+4
* Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan2016-08-314-18/+20
* Drivers: hv: vmbus: fix the race when querying & updating the percpu listDexuan Cui2016-08-312-8/+30
* Drivers: hv: utils: fix a race on userspace daemons registrationVitaly Kuznetsov2016-08-315-22/+54
* Drivers: hv: get rid of timeout in vmbus_open()Vitaly Kuznetsov2016-08-311-6/+1
* Drivers: hv: don't leak memory in vmbus_establish_gpadl()Vitaly Kuznetsov2016-08-311-1/+5
* Drivers: hv: get rid of redundant messagecount in create_gpadl_header()Vitaly Kuznetsov2016-08-311-22/+16
* Drivers: hv: avoid vfree() on crashVitaly Kuznetsov2016-08-313-8/+10
* random: add interrupt callback to VMBus IRQ handlerStephan Mueller2016-06-131-0/+3
* Drivers: hv: balloon: reset host_specified_ha_regionVitaly Kuznetsov2016-05-011-0/+1
* Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov2016-05-011-2/+2
* Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov2016-05-013-20/+61
* Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov2016-05-012-0/+36
* drivers:hv: Separate out frame buffer logic when picking MMIO rangeJake Oshins2016-04-301-45/+35
* drivers:hv: Record MMIO range in use by frame bufferJake Oshins2016-04-301-1/+36
* drivers:hv: Track allocations of children of hv_vmbus in private resource treeJake Oshins2016-04-301-1/+21
* drivers:hv: Reverse order of resources in hyperv_mmioJake Oshins2016-04-301-2/+1
* drivers:hv: Make a function to free mmio regions through vmbusJake Oshins2016-04-301-0/+15
* drivers:hv: Lock access to hyperv_mmio resource treeJake Oshins2016-04-301-4/+12
* Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...K. Y. Srinivasan2016-04-301-0/+1
* Drivers: hv: vmbus: Move some ring buffer functions to hyperv.hK. Y. Srinivasan2016-04-301-55/+0
* Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan2016-04-302-2/+1
* Drivers: hv: vmbus: Use the new virt_xx barrier codeK. Y. Srinivasan2016-04-301-7/+7
* Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatileK. Y. Srinivasan2016-04-301-3/+3
* Drivers: hv: vmbus: Introduce functions for estimating room in the ring bufferK. Y. Srinivasan2016-04-301-21/+4
* Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()K. Y. Srinivasan2016-04-301-6/+20
* Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-1712-171/+377
|\
| * Drivers: hv: vmbus: Support kexec on ws2012 r2 and aboveAlex Ng2016-03-011-1/+9
OpenPOWER on IntegriCloud