summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan2016-03-013-7/+17
| * Drivers: hv: utils: Remove util transport handler from list if registration f...Alex Ng2016-03-011-0/+3
| * Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan2016-03-014-3/+4
| * Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u...Vitaly Kuznetsov2016-03-011-1/+1
| * Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov2016-03-013-47/+27
| * Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov2016-03-014-6/+6
| * Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesVitaly Kuznetsov2016-03-011-35/+33
| * Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan2016-02-074-10/+21
| * Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. Y. Srinivasan2016-02-071-13/+5
| * Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui2016-02-072-7/+30
| * Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui2016-02-071-0/+11
| * Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui2016-02-071-0/+4
| * Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui2016-02-072-0/+19
| * Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingDexuan Cui2016-02-071-1/+5
| * Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov2016-02-071-2/+8
| * Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov2016-02-071-1/+43
OpenPOWER on IntegriCloud