index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
Age
Commit message (
Expand
)
Author
2015-05-24
Drivers: hv: vss: switch to using the hvutil_device_state state machine
Vitaly Kuznetsov
2015-05-24
Drivers: hv: kvp: switch to using the hvutil_device_state state machine
Vitaly Kuznetsov
2015-05-24
Drivers: hv: util: introduce state machine for util drivers
Vitaly Kuznetsov
2015-05-24
Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_work
Vitaly Kuznetsov
2015-05-24
Drivers: hv: kvp: rename kvp_work -> kvp_timeout_work
Vitaly Kuznetsov
2015-05-24
Drivers: hv: vss: process deferred messages when we complete the transaction
Vitaly Kuznetsov
2015-05-24
Drivers: hv: fcopy: process deferred messages when we complete the transaction
Vitaly Kuznetsov
2015-05-24
Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h
Vitaly Kuznetsov
2015-05-24
Drivers: hv: kvp: reset kvp_context
Vitaly Kuznetsov
2015-05-24
Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h
Vitaly Kuznetsov
2015-04-03
Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case
Vitaly Kuznetsov
2015-04-03
Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case
Vitaly Kuznetsov
2015-04-03
hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()
Haiyang Zhang
2015-04-03
Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
Vitaly Kuznetsov
2015-04-03
Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function
Vitaly Kuznetsov
2015-04-03
Drivers: hv: hv_balloon: do not online pages in offline blocks
Vitaly Kuznetsov
2015-04-03
hv: remove the per-channel workqueue
Dexuan Cui
2015-04-03
hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()
Dexuan Cui
2015-04-03
hv: run non-blocking message handlers in the dispatch tasklet
Dexuan Cui
2015-03-26
Drivers: hv: vmbus: Don't wait after requesting offers
K. Y. Srinivasan
2015-03-25
Drivers: hv: vmbus: Fix a siganlling host signalling issue
K. Y. Srinivasan
2015-03-25
Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()
K. Y. Srinivasan
2015-03-25
Drivers: hv: vmbus: Fix a bug in rescind processing in vmbus_close_internal()
K. Y. Srinivasan
2015-03-25
hv: vmbus: missing curly braces in vmbus_process_offer()
Dan Carpenter
2015-03-25
Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRA...
Nick Meier
2015-03-25
Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural
Vitaly Kuznetsov
2015-03-25
Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure
Vitaly Kuznetsov
2015-03-25
Drivers: hv: vmbus: Perform device register in the per-channel work element
K. Y. Srinivasan
2015-03-01
mei: bus: () can be static
kbuild test robot
2015-03-01
Drivers: hv: vmbus: Suport an API to send packet with additional control
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Add support for VMBus panic notifier handler
Nick Meier
2015-03-01
Drivers: hv: hv_balloon: refuse to balloon below the floor
Vitaly Kuznetsov
2015-03-01
Drivers: hv: hv_balloon: report offline pages as being used
Vitaly Kuznetsov
2015-03-01
Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...
Vitaly Kuznetsov
2015-03-01
Drivers: hv: vmbus: Get rid of some unnecessary messages
K. Y. Srinivasan
2015-03-01
Drivers: hv: util: On device remove, close the channel after de-initializing ...
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Remove the channel from the channel list(s) on failure
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Handle both rescind and offer messages in the same context
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Properly handle child device remove
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Add support for the NetworkDirect GUID
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
K. Y. Srinivasan
2015-03-01
hv: hv_balloon: match var type to return type of wait_for_completion
Nicholas Mc Guire
2015-03-01
hv: channel_mgmt: match var type to return type of wait_for_completion
Nicholas Mc Guire
2015-03-01
hv: channel: match var type to return type of wait_for_completion
Nicholas Mc Guire
2015-03-01
hv: vmbus_open(): reset the channel state on ENOMEM
Dexuan Cui
2015-03-01
hv: vmbus_post_msg: retry the hypercall on some transient errors
Dexuan Cui
2015-03-01
hv: hv_util: move vmbus_open() to a later place
Dexuan Cui
[prev]
[next]