Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0d3dcc0ef13d9d78132d7d6ae068c17ed858e65e
/
drivers
/
hv
/
channel.c
7fa32e5
Drivers: hv: vmbus: Fix a rescind issue
by K. Y. Srinivasan
· 7 years ago
991f8f1
hyper-v: trace channel events
by Vitaly Kuznetsov
· 7 years ago
98f31a0
hyper-v: trace vmbus_send_tl_connect_request()
by Vitaly Kuznetsov
· 7 years ago
09cdf8f
hyper-v: trace vmbus_teardown_gpadl()
by Vitaly Kuznetsov
· 7 years ago
69edbd5
hyper-v: trace vmbus_establish_gpadl()
by Vitaly Kuznetsov
· 7 years ago
633b005
hyper-v: trace vmbus_close_internal()
by Vitaly Kuznetsov
· 7 years ago
9202d77
hyper-v: trace vmbus_open()
by Vitaly Kuznetsov
· 7 years ago
33d426a
vmbus: initialize reserved fields in messages
by Stephen Hemminger
· 7 years ago
192b2d7
Drivers: hv: vmbus: Fix bugs in rescind handling
by K. Y. Srinivasan
· 7 years ago
aae3dbb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
5dd0fb9
vmbus: remove unused vmbus_sendpacket_ctl
by stephen hemminger
· 7 years ago
5a668d8
vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl
by stephen hemminger
· 7 years ago
9a603b8
vmbus: remove unused vmbus_sendpacket_multipagebuffer
by stephen hemminger
· 7 years ago
6f3d791
Drivers: hv: vmbus: Fix rescind handling issues
by K. Y. Srinivasan
· 7 years ago
6463a45
vmbus: re-enable channel tasklet
by Stephen Hemminger
· 7 years ago
54a6626
Drivers: hv: vmbus: Fix rescind handling
by K. Y. Srinivasan
· 8 years ago
57c0eab
Merge 4.11-rc4 into char-misc-next
by Greg Kroah-Hartman
· 8 years ago
bdc1dd4
vmbus: fix spelling errors
by Stephen Hemminger
· 8 years ago
5e030d5
Drivers: hv: vmbus: Don't leak memory when a channel is rescinded
by K. Y. Srinivasan
· 8 years ago
dad72a1
vmbus: remove hv_event_tasklet_disable/enable
by Dexuan Cui
· 8 years ago
8a1115f
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
5529eaf
vmbus: remove conditional locking of vmbus_write
by Stephen Hemminger
· 8 years ago
631e63a
vmbus: change to per channel tasklet
by Stephen Hemminger
· 8 years ago
3454323
vmbus: remove unused kickq argument to sendpacket
by Stephen Hemminger
· 8 years ago
b103a56
vmbus: drop no longer used kick_q argument
by Stephen Hemminger
· 8 years ago
5c1bec6
vmbus: use kernel bitops for traversing interrupt mask
by Stephen Hemminger
· 8 years ago
ccb61f8
Drivers: hv: vmbus: Fix a rescind handling bug
by K. Y. Srinivasan
· 8 years ago
c0bb039
Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
by Vitaly Kuznetsov
· 8 years ago
3372592
Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
by K. Y. Srinivasan
· 8 years ago
1f6ee4e
Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
by K. Y. Srinivasan
· 8 years ago
74198eb
Drivers: hv: vmbus: Base host signaling strictly on the ring state
by K. Y. Srinivasan
· 8 years ago
9988ce6
Drivers: hv: ring_buffer: wrap around mappings for ring buffers
by Vitaly Kuznetsov
· 8 years ago
98f531b
Drivers: hv: cleanup vmbus_open() for wrap around mappings
by Vitaly Kuznetsov
· 8 years ago
3724287
Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
by K. Y. Srinivasan
· 8 years ago
ccef9bc
Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
by K. Y. Srinivasan
· 8 years ago
638fea3
Drivers: hv: vmbus: fix the race when querying & updating the percpu list
by Dexuan Cui
· 9 years ago
396e287
Drivers: hv: get rid of timeout in vmbus_open()
by Vitaly Kuznetsov
· 9 years ago
7cc80c9
Drivers: hv: don't leak memory in vmbus_establish_gpadl()
by Vitaly Kuznetsov
· 9 years ago
4d63763
Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
by Vitaly Kuznetsov
· 9 years ago
fe760e4
Drivers: hv: vmbus: Give control over how the ring access is serialized
by K. Y. Srinivasan
· 9 years ago
5c23a1a
Drivers: hv: vmbus: define a new VMBus message type for hvsock
by Dexuan Cui
· 9 years ago
5f363bc
Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
by Dexuan Cui
· 9 years ago
940b68e
Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
by Vitaly Kuznetsov
· 9 years ago
667d374
Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpacket_raw()
by Vitaly Kuznetsov
· 9 years ago
8599846
Drivers: hv: vmbus: Fix a Host signaling bug
by K. Y. Srinivasan
· 9 years ago
34c6801
Drivers: hv: vmbus: fix rescind-offer handling for device without a driver
by Dexuan Cui
· 9 years ago
64b7faf
Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()
by Dexuan Cui
· 9 years ago
63d55b2
Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()
by Dexuan Cui
· 9 years ago
b81658c
Drivers: hv: vmbus: Permit sending of packets without payload
by K. Y. Srinivasan
· 9 years ago
294409d
Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashion
by K. Y. Srinivasan
· 10 years ago
ffc151f
Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths
by Vitaly Kuznetsov
· 10 years ago
5f5cc81
Drivers: hv: vmbus: Fix a siganlling host signalling issue
by K. Y. Srinivasan
· 10 years ago
b3a19b3
Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()
by K. Y. Srinivasan
· 10 years ago
f2eddbc
Drivers: hv: vmbus: Fix a bug in rescind processing in vmbus_close_internal()
by K. Y. Srinivasan
· 10 years ago
e9395e3
Drivers: hv: vmbus: Suport an API to send packet with additional control
by K. Y. Srinivasan
· 10 years ago
87e93d6
Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control
by K. Y. Srinivasan
· 10 years ago
ed6cfcc
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
by K. Y. Srinivasan
· 10 years ago
40384e4
Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
by K. Y. Srinivasan
· 10 years ago
08a9513
hv: channel: match var type to return type of wait_for_completion
by Nicholas Mc Guire
· 10 years ago
ac0d12b
hv: vmbus_open(): reset the channel state on ENOMEM
by Dexuan Cui
· 10 years ago
67fae05
Drivers: hv: rename sc_lock to the more generic lock
by Vitaly Kuznetsov
· 10 years ago
d61031e
Drivers: hv: vmbus: Support a vmbus API for efficiently sending page arrays
by K. Y. Srinivasan
· 10 years ago
9f52a16
Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
by K. Y. Srinivasan
· 10 years ago
2115b56
Drivers: hv: vmbus: Properly protect calls to smp_processor_id()
by K. Y. Srinivasan
· 10 years ago
98d731b
Drivers: hv: vmbus: Cleanup vmbus_close_internal()
by K. Y. Srinivasan
· 10 years ago
45d727c
Drivers: hv: vmbus: Fix a bug in vmbus_open()
by K. Y. Srinivasan
· 10 years ago
72c6b71
Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl()
by K. Y. Srinivasan
· 10 years ago
66be653
Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl()
by K. Y. Srinivasan
· 10 years ago
7a446d6
hyperv: remove meaningless pr_err() in vmbus_recvpacket_raw()
by Jason Wang
· 10 years ago
24b8a40
hv: Remove unnecessary comparison of unsigned against 0
by Tobias Klauser
· 11 years ago
d3ba720
Drivers: hv: Eliminate the channel spinlock in the callback path
by K. Y. Srinivasan
· 11 years ago
011a7c3
Drivers: hv: vmbus: Cleanup the packet send path
by K. Y. Srinivasan
· 11 years ago
b679ef7
hyperv: Add support for physically discontinuous receive buffer
by Haiyang Zhang
· 11 years ago
33b0693
hv: vmbus: fix vmbus_recvpacket_raw() return code
by Dan Carpenter
· 11 years ago
2c9be3e
hv: delete vmbus_get_debug_info()
by Greg Kroah-Hartman
· 11 years ago
4947c74
hv: move "client/server_monitor_conn_id" bus attributes to dev_groups
by Greg Kroah-Hartman
· 11 years ago
1cee272
hv: move "client/server_monitor_latency" bus attributes to dev_groups
by Greg Kroah-Hartman
· 11 years ago
76c52bb
hv: move "client/server_monitor_pending" bus attributes to dev_groups
by Greg Kroah-Hartman
· 11 years ago
8681db4
hv: make "monitor_pages" a "real" pointer array
by Greg Kroah-Hartman
· 11 years ago
7c55e1d
hv: move "device_id" bus attribute to dev_groups
by Greg Kroah-Hartman
· 11 years ago
68234c0
hv: move "class_id" bus attribute to dev_groups
by Greg Kroah-Hartman
· 11 years ago
5ffd00e
hv: move "monitor_id" bus attribute to dev_groups
by Greg Kroah-Hartman
· 11 years ago
a8fb5f3
hv: move "state" bus attribute to dev_groups
by Greg Kroah-Hartman
· 11 years ago
03f3a91
hv: use dev_groups for device attributes
by Greg Kroah-Hartman
· 11 years ago
e68d297
Drivers: hv: vmbus: Implement multi-channel support
by K. Y. Srinivasan
· 12 years ago
f994a15
Drivers: hv: remove unused variable in vmbus_recvpacket_raw()
by Wei Yongjun
· 12 years ago
c2b8e52
Drivers: hv: Implement flow management on the send side
by K. Y. Srinivasan
· 12 years ago
abbf3b2
Drivers: hv: Add state to manage incoming channel interrupt load
by K. Y. Srinivasan
· 12 years ago
21c3bef
Drivers: hv: Change the signature of vmbus_set_event()
by K. Y. Srinivasan
· 12 years ago
98fa8cf
Drivers: hv: Optimize the signaling on the write path
by K. Y. Srinivasan
· 12 years ago
e64de3b
Merge 3.7-rc3 into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
1392550
Drivers: hv: Cleanup error handling in vmbus_open()
by K. Y. Srinivasan
· 12 years ago
8b5c8b6
Drivers: hv: Get rid of unnecessary forward declarations
by K. Y. Srinivasan
· 12 years ago
46a9719
Staging: hv: move hyperv code out of staging directory
by Greg Kroah-Hartman
· 13 years ago
[Renamed (99%) from drivers/staging/hv/channel.c]
dad76bf
Staging: hv: vmbus: Properly deal with de-registering channel callback
by K. Y. Srinivasan
· 13 years ago
3d5cad9
Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()
by K. Y. Srinivasan
· 13 years ago
176fb9e
Staging: hv: vmbus: Change the variable name openInfo to open_info in channel.c
by K. Y. Srinivasan
· 13 years ago
c8a5698
Staging: hv: vmbus: Get rid of unnecessary comments in channel.c
by K. Y. Srinivasan
· 13 years ago
0987ff6
Staging: hv: vmbus: Rename openMsg to open_msg in channel.c
by K. Y. Srinivasan
· 13 years ago
da06da2
Staging: hv: vmbus: Get rid of the function dump_gpadl_header()
by K. Y. Srinivasan
· 13 years ago
Next »