Age | Commit message (Expand) | Author | Files | Lines |
2017-03-30 | Drivers: hv: vmbus: Don't leak memory when a channel is rescinded | K. Y. Srinivasan | 1 | -5/+8 |
2017-03-30 | Drivers: hv: vmbus: Don't leak channel ids | K. Y. Srinivasan | 1 | -0/+1 |
2017-03-15 | drivers: hv: Turn off write permission on the hypercall page | K. Y. Srinivasan | 1 | -1/+1 |
2017-03-12 | Drivers: hv: util: Backup: Fix a rescind processing issue | K. Y. Srinivasan | 1 | -0/+4 |
2017-03-12 | Drivers: hv: util: Fcopy: Fix a rescind processing issue | K. Y. Srinivasan | 1 | -0/+4 |
2017-03-12 | Drivers: hv: util: kvp: Fix a rescind processing issue | K. Y. Srinivasan | 1 | -0/+4 |
2017-03-12 | Drivers: hv: vmbus: Fix a rescind handling bug | K. Y. Srinivasan | 2 | -0/+43 |
2017-03-12 | Drivers: hv: vmbus: Prevent sending data on a rescinded channel | K. Y. Srinivasan | 1 | -0/+7 |
2017-03-12 | hv: don't reset hv_context.tsc_page on crash | Vitaly Kuznetsov | 1 | -2/+3 |
2017-03-12 | hv: init percpu_list in hv_synic_alloc() | Vitaly Kuznetsov | 1 | -2/+2 |
2017-03-12 | hv: allocate synic pages for all present CPUs | Vitaly Kuznetsov | 1 | -2/+2 |
2017-03-12 | Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg() | Vitaly Kuznetsov | 4 | -18/+28 |
2017-02-15 | Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read() | Dexuan Cui | 1 | -0/+1 |
2017-02-15 | Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host | K. Y. Srinivasan | 3 | -14/+8 |
2017-02-15 | Drivers: hv: vmbus: On write cleanup the logic to interrupt the host | K. Y. Srinivasan | 3 | -101/+34 |
2017-02-15 | Drivers: hv: vmbus: Base host signaling strictly on the ring state | K. Y. Srinivasan | 3 | -12/+20 |
2017-01-09 | hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels() | Vitaly Kuznetsov | 1 | -0/+2 |
2016-11-01 | vmbus: make sysfs names consistent with PCI | Stephen Hemminger | 1 | -1/+1 |
2016-10-25 | hv: do not lose pending heartbeat vmbus packets | Long Li | 1 | -3/+7 |
2016-09-27 | Drivers: hv: get rid of id in struct vmbus_channel | Vitaly Kuznetsov | 1 | -2/+0 |
2016-09-27 | Drivers: hv: make VMBus bus ids persistent | Vitaly Kuznetsov | 1 | -2/+2 |
2016-09-09 | Drivers: hv: hv_util: Avoid dynamic allocation in time synch | Vivek yadav | 1 | -11/+28 |
2016-09-08 | Drivers: hv: utils: Support TimeSync version 4.0 protocol samples. | Alex Ng | 1 | -23/+59 |
2016-09-08 | Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot. | Alex Ng | 1 | -13/+7 |
2016-09-08 | Drivers: hv: utils: Rename version definitions to reflect protocol version. | Alex Ng | 1 | -10/+10 |
2016-09-07 | Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings | Dexuan Cui | 1 | -2/+24 |
2016-09-07 | Driver: hv: vmbus: Make mmio resource local | Stephen Hemminger | 1 | -2/+2 |
2016-09-02 | Drivers: hv: utils: Check VSS daemon is listening before a hot backup | Alex Ng | 1 | -3/+6 |
2016-09-02 | Drivers: hv: utils: Continue to poll VSS channel after handling requests. | Alex Ng | 1 | -47/+43 |
2016-09-02 | Drivers: hv: Introduce a policy for controlling channel affinity | K. Y. Srinivasan | 1 | -29/+39 |
2016-09-02 | Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringb... | Vitaly Kuznetsov | 1 | -21/+3 |
2016-09-02 | Drivers: hv: ring_buffer: wrap around mappings for ring buffers | Vitaly Kuznetsov | 3 | -23/+49 |
2016-09-02 | Drivers: hv: cleanup vmbus_open() for wrap around mappings | Vitaly Kuznetsov | 1 | -19/+22 |
2016-08-31 | Drivers: hv: balloon: Use available memory value in pressure report | Alex Ng | 1 | -8/+5 |
2016-08-31 | Drivers: hv: balloon: replace ha_region_mutex with spinlock | Vitaly Kuznetsov | 1 | -45/+53 |
2016-08-31 | Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e... | Vitaly Kuznetsov | 1 | -6/+9 |
2016-08-31 | Drivers: hv: balloon: account for gaps in hot add regions | Vitaly Kuznetsov | 1 | -37/+94 |
2016-08-31 | Drivers: hv: balloon: keep track of where ha_region starts | Vitaly Kuznetsov | 1 | -2/+5 |
2016-08-31 | Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency | K. Y. Srinivasan | 1 | -1/+6 |
2016-08-31 | Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg() | K. Y. Srinivasan | 1 | -4/+4 |
2016-08-31 | Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels | K. Y. Srinivasan | 4 | -18/+20 |
2016-08-31 | Drivers: hv: vmbus: fix the race when querying & updating the percpu list | Dexuan Cui | 2 | -8/+30 |
2016-08-31 | Drivers: hv: utils: fix a race on userspace daemons registration | Vitaly Kuznetsov | 5 | -22/+54 |
2016-08-31 | Drivers: hv: get rid of timeout in vmbus_open() | Vitaly Kuznetsov | 1 | -6/+1 |
2016-08-31 | Drivers: hv: don't leak memory in vmbus_establish_gpadl() | Vitaly Kuznetsov | 1 | -1/+5 |
2016-08-31 | Drivers: hv: get rid of redundant messagecount in create_gpadl_header() | Vitaly Kuznetsov | 1 | -22/+16 |
2016-08-31 | Drivers: hv: avoid vfree() on crash | Vitaly Kuznetsov | 3 | -8/+10 |
2016-06-13 | random: add interrupt callback to VMBus IRQ handler | Stephan Mueller | 1 | -0/+3 |
2016-05-01 | Drivers: hv: balloon: reset host_specified_ha_region | Vitaly Kuznetsov | 1 | -0/+1 |
2016-05-01 | Drivers: hv: balloon: don't crash when memory is added in non-sorted order | Vitaly Kuznetsov | 1 | -2/+2 |