index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
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-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
2013-09-26
hv: make "monitor_pages" a "real" pointer array
Greg Kroah-Hartman
1
-6
/
+4
2013-09-26
hv: move "device_id" bus attribute to dev_groups
Greg Kroah-Hartman
1
-4
/
+0
2013-09-26
hv: move "class_id" bus attribute to dev_groups
Greg Kroah-Hartman
1
-2
/
+0
2013-09-26
hv: move "monitor_id" bus attribute to dev_groups
Greg Kroah-Hartman
1
-2
/
+0
2013-09-26
hv: move "state" bus attribute to dev_groups
Greg Kroah-Hartman
1
-1
/
+0
2013-09-26
hv: use dev_groups for device attributes
Greg Kroah-Hartman
1
-1
/
+0
2013-06-03
Drivers: hv: vmbus: Implement multi-channel support
K. Y. Srinivasan
1
-4
/
+46
2013-01-17
Drivers: hv: remove unused variable in vmbus_recvpacket_raw()
Wei Yongjun
1
-2
/
+0
2013-01-17
Drivers: hv: Implement flow management on the send side
K. Y. Srinivasan
1
-2
/
+10
2013-01-17
Drivers: hv: Add state to manage incoming channel interrupt load
K. Y. Srinivasan
1
-1
/
+1
2013-01-17
Drivers: hv: Change the signature of vmbus_set_event()
K. Y. Srinivasan
1
-1
/
+1
[next]