index
:
litmus-rt-budgetable-locks.git/.git
update_litmus_2019
Unnamed repository; edit this file 'description' to name the repository.
Zelin Tong
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
Commit message (
Expand
)
Author
Age
*
Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
K. Y. Srinivasan
2016-04-30
*
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-03-17
|
\
|
*
Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
Alex Ng
2016-03-01
|
*
Drivers: hv: vmbus: Support handling messages on multiple CPUs
K. Y. Srinivasan
2016-03-01
|
*
Drivers: hv: utils: Remove util transport handler from list if registration f...
Alex Ng
2016-03-01
|
*
Drivers: hv: util: Pass the channel information during the init call
K. Y. Srinivasan
2016-03-01
|
*
Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u...
Vitaly Kuznetsov
2016-03-01
|
*
Drivers: hv: vmbus: remove code duplication in message handling
Vitaly Kuznetsov
2016-03-01
|
*
Drivers: hv: vmbus: avoid wait_for_completion() on crash
Vitaly Kuznetsov
2016-03-01
|
*
Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
Vitaly Kuznetsov
2016-03-01
|
*
Drivers: hv: vmbus: Give control over how the ring access is serialized
K. Y. Srinivasan
2016-02-08
|
*
Drivers: hv: vmbus: Eliminate the spin lock on the read path
K. Y. Srinivasan
2016-02-08
|
*
Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
Dexuan Cui
2016-02-08
|
*
Drivers: hv: vmbus: add a per-channel rescind callback
Dexuan Cui
2016-02-08
|
*
Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
Dexuan Cui
2016-02-08
|
*
Drivers: hv: vmbus: define a new VMBus message type for hvsock
Dexuan Cui
2016-02-08
|
*
Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
Dexuan Cui
2016-02-08
|
*
Drivers: hv: vmbus: don't manipulate with clocksources on crash
Vitaly Kuznetsov
2016-02-08
|
*
Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...
Vitaly Kuznetsov
2016-02-08
|
*
Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
Vitaly Kuznetsov
2016-02-08
|
*
Drivers: hv: vmbus: Add vendor and device atttributes
K. Y. Srinivasan
2016-02-08
|
*
Drivers: hv: vmbus: Cleanup vmbus_set_event()
K. Y. Srinivasan
2016-02-08
*
|
drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
Andrey Smetanin
2016-02-16
|
/
*
Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-01-13
|
\
|
*
Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
K. Y. Srinivasan
2015-12-21
|
*
Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
Vitaly Kuznetsov
2015-12-21
|
*
Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
Vitaly Kuznetsov
2015-12-14
|
*
Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpac...
Vitaly Kuznetsov
2015-12-14
|
*
Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read()
Vitaly Kuznetsov
2015-12-14
|
*
Drivers: hv: ring_buffer.c: fix comment style
Vitaly Kuznetsov
2015-12-14
|
*
Drivers: hv: utils: fix crash when device is removed from host side
Vitaly Kuznetsov
2015-12-14
|
*
Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
Vitaly Kuznetsov
2015-12-14
|
*
Drivers: hv: utils: rename outmsg_lock
Vitaly Kuznetsov
2015-12-14
|
*
Drivers: hv: utils: fix memory leak on on_msg() failure
Vitaly Kuznetsov
2015-12-14
|
*
Drivers: hv: utils: Invoke the poll function after handshake
K. Y. Srinivasan
2015-12-14
|
*
Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
K. Y. Srinivasan
2015-12-14
|
*
drivers/hv: correct tsc page sequence invalid value
Andrey Smetanin
2015-12-14
|
*
Drivers: hv: vmbus: Fix a Host signaling bug
K. Y. Srinivasan
2015-12-14
|
*
drivers:hv: Allow for MMIO claims that span ACPI _CRS records
Jake Oshins
2015-12-14
|
*
Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
Dexuan Cui
2015-12-14
|
*
Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
Dexuan Cui
2015-12-14
|
*
Drivers: hv: vmbus: fix rescind-offer handling for device without a driver
Dexuan Cui
2015-12-14
|
*
Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()
Dexuan Cui
2015-12-14
|
*
Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()
Dexuan Cui
2015-12-14
|
*
Drivers: hv: vmbus: Get rid of the unused irq variable
K. Y. Srinivasan
2015-12-14
|
*
Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
K. Y. Srinivasan
2015-12-14
|
*
Drivers: hv: vmbus: Use uuid_le type consistently
K. Y. Srinivasan
2015-12-14
|
*
Drivers: hv: vss: run only on supported host versions
Olaf Hering
2015-12-14
|
*
drivers:hv: Define the channel type for Hyper-V PCI Express pass-through
Jake Oshins
2015-12-14
|
*
drivers:hv: Export the API to invoke a hypercall on Hyper-V
Jake Oshins
2015-12-14
[next]