Commit Graph

243 Commits (c1e81a3bef36cb046c079480948fa3e0eca590d6)

Author SHA1 Message Date
Vitaly Kuznetsov 797f88c987 Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case 10 years ago
Vitaly Kuznetsov ba0c444153 Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case 10 years ago
Haiyang Zhang e1c0d82dab hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg() 10 years ago
Vitaly Kuznetsov 0a1a86ac04 Drivers: hv: hv_balloon: survive ballooning request with num_pages=0 10 years ago
Vitaly Kuznetsov 7fb0e1a650 Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function 10 years ago
Vitaly Kuznetsov d6cbd2c3a3 Drivers: hv: hv_balloon: do not online pages in offline blocks 10 years ago
Dexuan Cui aadc3780f3 hv: remove the per-channel workqueue 10 years ago
Dexuan Cui d43e2fe7da hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind() 10 years ago
Dexuan Cui 652594c7df hv: run non-blocking message handlers in the dispatch tasklet 10 years ago
K. Y. Srinivasan 73cffdb65e Drivers: hv: vmbus: Don't wait after requesting offers 10 years ago
K. Y. Srinivasan 5f5cc81733 Drivers: hv: vmbus: Fix a siganlling host signalling issue 10 years ago
K. Y. Srinivasan b3a19b36ad Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl() 10 years ago
K. Y. Srinivasan f2eddbc9f1 Drivers: hv: vmbus: Fix a bug in rescind processing in vmbus_close_internal() 10 years ago
Dan Carpenter 177757423f hv: vmbus: missing curly braces in vmbus_process_offer() 10 years ago
Nick Meier 5ef5b6927f Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY 10 years ago
Vitaly Kuznetsov 5abbbb75d7 Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural 10 years ago
Vitaly Kuznetsov f3f6eb8087 Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure 10 years ago
K. Y. Srinivasan fde25d25db Drivers: hv: vmbus: Perform device register in the per-channel work element 10 years ago
kbuild test robot ed99d846f1 mei: bus: () can be static 10 years ago
K. Y. Srinivasan e9395e3f89 Drivers: hv: vmbus: Suport an API to send packet with additional control 10 years ago
K. Y. Srinivasan 87e93d6170 Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control 10 years ago
K. Y. Srinivasan a13e8bbe85 Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel 10 years ago
Nick Meier 96c1d0581d Drivers: hv: vmbus: Add support for VMBus panic notifier handler 10 years ago
Vitaly Kuznetsov 530d15b907 Drivers: hv: hv_balloon: refuse to balloon below the floor 10 years ago
Vitaly Kuznetsov 549fd280b1 Drivers: hv: hv_balloon: report offline pages as being used 10 years ago
Vitaly Kuznetsov b05d8d9ef5 Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex 10 years ago
K. Y. Srinivasan 37f492ce81 Drivers: hv: vmbus: Get rid of some unnecessary messages 10 years ago
K. Y. Srinivasan 5380b383ba Drivers: hv: util: On device remove, close the channel after de-initializing the service 10 years ago
K. Y. Srinivasan 5b1e5b5307 Drivers: hv: vmbus: Remove the channel from the channel list(s) on failure 10 years ago
K. Y. Srinivasan 2dd37cb815 Drivers: hv: vmbus: Handle both rescind and offer messages in the same context 10 years ago
K. Y. Srinivasan ed6cfcc5fd Drivers: hv: vmbus: Introduce a function to remove a rescinded offer 10 years ago
K. Y. Srinivasan d15a0301c4 Drivers: hv: vmbus: Properly handle child device remove 10 years ago
K. Y. Srinivasan 04653a009a Drivers: hv: vmbus: Add support for the NetworkDirect GUID 10 years ago
K. Y. Srinivasan 40384e4bbe Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open() 10 years ago
Nicholas Mc Guire b057b3ad16 hv: hv_balloon: match var type to return type of wait_for_completion 10 years ago
Nicholas Mc Guire 51e5181d20 hv: channel_mgmt: match var type to return type of wait_for_completion 10 years ago
Nicholas Mc Guire 08a9513f74 hv: channel: match var type to return type of wait_for_completion 10 years ago
Dexuan Cui ac0d12b7ce hv: vmbus_open(): reset the channel state on ENOMEM 10 years ago
Dexuan Cui 89f9f6796d hv: vmbus_post_msg: retry the hypercall on some transient errors 10 years ago
Dexuan Cui 1896566372 hv: hv_util: move vmbus_open() to a later place 10 years ago
Vitaly Kuznetsov e086748c65 Drivers: hv: vmbus: Teardown clockevent devices on module unload 10 years ago
Vitaly Kuznetsov e72e7ac583 drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unload 10 years ago
Vitaly Kuznetsov 09a196288e Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdown 10 years ago
Vitaly Kuznetsov adcde069a8 Drivers: hv: vmbus: avoid double kfree for device_obj 10 years ago
Vitaly Kuznetsov bc63b6f634 Drivers: hv: vmbus: rename channel work queues 10 years ago
Vitaly Kuznetsov e513229b4c Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors 10 years ago
Lv Zheng a45de93eb1 ACPICA: Resources: Provide common part for struct acpi_resource_address structures. 10 years ago
kbuild test robot d8a60e000c Drivers: hv: vmbus: hv_process_timer_expiration() can be static 10 years ago
Vitaly Kuznetsov d7f2fbafb4 Drivers: hv: vmbus: serialize Offer and Rescind offer 10 years ago
Vitaly Kuznetsov 67fae053bf Drivers: hv: rename sc_lock to the more generic lock 10 years ago