aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
2015-04-03Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX caseGravatar Vitaly Kuznetsov 1-6/+7
2015-04-03Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages caseGravatar Vitaly Kuznetsov 1-1/+1
2015-04-03hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()Gravatar Haiyang Zhang 1-2/+5
2015-04-03Drivers: hv: hv_balloon: survive ballooning request with num_pages=0Gravatar Vitaly Kuznetsov 1-13/+6
2015-04-03Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor functionGravatar Vitaly Kuznetsov 1-4/+4
2015-04-03Drivers: hv: hv_balloon: do not online pages in offline blocksGravatar Vitaly Kuznetsov 1-1/+11
2015-04-03hv: remove the per-channel workqueueGravatar Dexuan Cui 1-29/+1
2015-04-03hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Gravatar Dexuan Cui 3-135/+30
2015-04-03hv: run non-blocking message handlers in the dispatch taskletGravatar Dexuan Cui 3-26/+53
2015-03-26Drivers: hv: vmbus: Don't wait after requesting offersGravatar K. Y. Srinivasan 1-11/+0
2015-03-25Drivers: hv: vmbus: Fix a siganlling host signalling issueGravatar K. Y. Srinivasan 1-2/+26
2015-03-25Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()Gravatar K. Y. Srinivasan 1-0/+1
2015-03-25Drivers: hv: vmbus: Fix a bug in rescind processing in vmbus_close_internal()Gravatar K. Y. Srinivasan 1-9/+6
2015-03-25hv: vmbus: missing curly braces in vmbus_process_offer()Gravatar Dan Carpenter 1-1/+2
2015-03-25Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRA...Gravatar Nick Meier 1-1/+1
2015-03-25Drivers: hv: hv_balloon: don't lose memory when onlining order is not naturalGravatar Vitaly Kuznetsov 1-10/+4
2015-03-25Drivers: hv: hv_balloon: keep locks balanced on add_memory() failureGravatar Vitaly Kuznetsov 1-0/+1
2015-03-25Drivers: hv: vmbus: Perform device register in the per-channel work elementGravatar K. Y. Srinivasan 3-44/+107
2015-03-01mei: bus: () can be staticGravatar kbuild test robot 1-1/+1
2015-03-01Drivers: hv: vmbus: Suport an API to send packet with additional controlGravatar K. Y. Srinivasan 1-17/+26
2015-03-01Drivers: hv: vmbus: Suport an API to send pagebuffers with additional controlGravatar K. Y. Srinivasan 1-6/+27
2015-03-01Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channelGravatar K. Y. Srinivasan 1-15/+15
2015-03-01Drivers: hv: vmbus: Add support for VMBus panic notifier handlerGravatar Nick Meier 2-0/+47
2015-03-01Drivers: hv: hv_balloon: refuse to balloon below the floorGravatar Vitaly Kuznetsov 1-0/+11
2015-03-01Drivers: hv: hv_balloon: report offline pages as being usedGravatar Vitaly Kuznetsov 1-9/+24
2015-03-01Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...Gravatar Vitaly Kuznetsov 1-29/+6
2015-03-01Drivers: hv: vmbus: Get rid of some unnecessary messagesGravatar K. Y. Srinivasan 1-6/+1
2015-03-01Drivers: hv: util: On device remove, close the channel after de-initializing ...Gravatar K. Y. Srinivasan 1-1/+1
2015-03-01Drivers: hv: vmbus: Remove the channel from the channel list(s) on failureGravatar K. Y. Srinivasan 1-5/+16
2015-03-01Drivers: hv: vmbus: Handle both rescind and offer messages in the same contextGravatar K. Y. Srinivasan 1-53/+62
2015-03-01Drivers: hv: vmbus: Introduce a function to remove a rescinded offerGravatar K. Y. Srinivasan 3-20/+49
2015-03-01Drivers: hv: vmbus: Properly handle child device removeGravatar K. Y. Srinivasan 1-6/+9
2015-03-01Drivers: hv: vmbus: Add support for the NetworkDirect GUIDGravatar K. Y. Srinivasan 1-0/+2
2015-03-01Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()Gravatar K. Y. Srinivasan 1-2/+5
2015-03-01hv: hv_balloon: match var type to return type of wait_for_completionGravatar Nicholas Mc Guire 1-1/+2
2015-03-01hv: channel_mgmt: match var type to return type of wait_for_completionGravatar Nicholas Mc Guire 1-1/+2
2015-03-01hv: channel: match var type to return type of wait_for_completionGravatar Nicholas Mc Guire 1-1/+2
2015-03-01hv: vmbus_open(): reset the channel state on ENOMEMGravatar Dexuan Cui 1-3/+5
2015-03-01hv: vmbus_post_msg: retry the hypercall on some transient errorsGravatar Dexuan Cui 1-2/+9
2015-03-01hv: hv_util: move vmbus_open() to a later placeGravatar Dexuan Cui 1-5/+6
2015-03-01Drivers: hv: vmbus: Teardown clockevent devices on module unloadGravatar Vitaly Kuznetsov 3-1/+27
2015-03-01drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unloadGravatar Vitaly Kuznetsov 2-2/+11
2015-03-01Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...Gravatar Vitaly Kuznetsov 3-5/+19
2015-03-01Drivers: hv: vmbus: avoid double kfree for device_objGravatar Vitaly Kuznetsov 1-1/+0
2015-03-01Drivers: hv: vmbus: rename channel work queuesGravatar Vitaly Kuznetsov 2-5/+6
2015-03-01Drivers: hv: vmbus: prevent cpu offlining on newer hypervisorsGravatar Vitaly Kuznetsov 1-0/+36
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-42/+323
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Gravatar Lv Zheng 1-2/+2
2015-01-25Drivers: hv: vmbus: hv_process_timer_expiration() can be staticGravatar kbuild test robot 1-1/+1
2015-01-25Drivers: hv: vmbus: serialize Offer and Rescind offerGravatar Vitaly Kuznetsov 1-8/+22