index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-07
Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
K. Y. Srinivasan
1
-9
/
+2
2016-11-07
Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
K. Y. Srinivasan
1
-89
/
+10
2016-11-07
Drivers: hv: vmbus: Base host signaling strictly on the ring state
K. Y. Srinivasan
1
-3
/
+20
2016-09-02
Drivers: hv: ring_buffer: wrap around mappings for ring buffers
Vitaly Kuznetsov
1
-15
/
+14
2016-09-02
Drivers: hv: cleanup vmbus_open() for wrap around mappings
Vitaly Kuznetsov
1
-19
/
+22
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: Enable explicit signaling policy for NIC channels
K. Y. Srinivasan
1
-14
/
+4
2016-08-31
Drivers: hv: vmbus: fix the race when querying & updating the percpu list
Dexuan Cui
1
-4
/
+2
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-02-07
Drivers: hv: vmbus: Give control over how the ring access is serialized
K. Y. Srinivasan
1
-4
/
+11
2016-02-07
Drivers: hv: vmbus: define a new VMBus message type for hvsock
Dexuan Cui
1
-0
/
+15
2016-02-07
Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
Dexuan Cui
1
-1
/
+5
2015-12-14
Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
Vitaly Kuznetsov
1
-28
/
+2
2015-12-14
Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpac...
Vitaly Kuznetsov
1
-43
/
+22
2015-12-14
Drivers: hv: vmbus: Fix a Host signaling bug
K. Y. Srinivasan
1
-0
/
+18
2015-12-14
Drivers: hv: vmbus: fix rescind-offer handling for device without a driver
Dexuan Cui
1
-6
/
+0
2015-12-14
Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()
Dexuan Cui
1
-0
/
+12
2015-12-14
Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()
Dexuan Cui
1
-2
/
+19
2015-08-04
Drivers: hv: vmbus: Permit sending of packets without payload
K. Y. Srinivasan
1
-1
/
+3
2015-06-12
Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashion
K. Y. Srinivasan
1
-2
/
+12
2015-05-24
Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths
Vitaly Kuznetsov
1
-7
/
+6
2015-03-25
Drivers: hv: vmbus: Fix a siganlling host signalling issue
K. Y. Srinivasan
1
-2
/
+26
2015-03-25
Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()
K. Y. Srinivasan
1
-0
/
+1
2015-03-25
Drivers: hv: vmbus: Fix a bug in rescind processing in vmbus_close_internal()
K. Y. Srinivasan
1
-9
/
+6
2015-03-01
Drivers: hv: vmbus: Suport an API to send packet with additional control
K. Y. Srinivasan
1
-17
/
+26
2015-03-01
Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control
K. Y. Srinivasan
1
-6
/
+27
2015-03-01
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
K. Y. Srinivasan
1
-0
/
+9
2015-03-01
Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
K. Y. Srinivasan
1
-2
/
+5
2015-03-01
hv: channel: match var type to return type of wait_for_completion
Nicholas Mc Guire
1
-1
/
+2
2015-03-01
hv: vmbus_open(): reset the channel state on ENOMEM
Dexuan Cui
1
-3
/
+5
2015-01-25
Drivers: hv: rename sc_lock to the more generic lock
Vitaly Kuznetsov
1
-3
/
+3
2015-01-25
Drivers: hv: vmbus: Support a vmbus API for efficiently sending page arrays
K. Y. Srinivasan
1
-0
/
+44
2015-01-25
Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
K. Y. Srinivasan
1
-2
/
+2
2014-09-23
Drivers: hv: vmbus: Properly protect calls to smp_processor_id()
K. Y. Srinivasan
1
-2
/
+5
2014-09-23
Drivers: hv: vmbus: Cleanup vmbus_close_internal()
K. Y. Srinivasan
1
-6
/
+23
2014-09-23
Drivers: hv: vmbus: Fix a bug in vmbus_open()
K. Y. Srinivasan
1
-1
/
+3
2014-09-23
Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl()
K. Y. Srinivasan
1
-4
/
+1
2014-09-23
Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl()
K. Y. Srinivasan
1
-5
/
+6
2014-07-09
hyperv: remove meaningless pr_err() in vmbus_recvpacket_raw()
Jason Wang
1
-5
/
+1
2014-05-03
hv: Remove unnecessary comparison of unsigned against 0
Tobias Klauser
1
-2
/
+1
2014-05-03
Drivers: hv: Eliminate the channel spinlock in the callback path
K. Y. Srinivasan
1
-4
/
+12
2014-02-07
Drivers: hv: vmbus: Cleanup the packet send path
K. Y. Srinivasan
1
-19
/
+23
2014-01-27
hyperv: Add support for physically discontinuous receive buffer
Haiyang Zhang
1
-6
/
+8
2013-09-26
hv: vmbus: fix vmbus_recvpacket_raw() return code
Dan Carpenter
1
-1
/
+1
2013-09-26
hv: delete vmbus_get_debug_info()
Greg Kroah-Hartman
1
-10
/
+0
2013-09-26
hv: move "client/server_monitor_conn_id" bus attributes to dev_groups
Greg Kroah-Hartman
1
-14
/
+0
2013-09-26
hv: move "client/server_monitor_latency" bus attributes to dev_groups
Greg Kroah-Hartman
1
-4
/
+0
2013-09-26
hv: move "client/server_monitor_pending" bus attributes to dev_groups
Greg Kroah-Hartman
1
-4
/
+0
[next]