| Commit message (Expand) | Author | Age | Files | Lines |
* | random: add interrupt callback to VMBus IRQ handler | Stephan Mueller | 2016-06-13 | 1 | -0/+3 |
* | Drivers: hv: balloon: reset host_specified_ha_region | Vitaly Kuznetsov | 2016-05-01 | 1 | -0/+1 |
* | Drivers: hv: balloon: don't crash when memory is added in non-sorted order | Vitaly Kuznetsov | 2016-05-01 | 1 | -2/+2 |
* | Drivers: hv: vmbus: handle various crash scenarios | Vitaly Kuznetsov | 2016-05-01 | 3 | -20/+61 |
* | Drivers: hv: kvp: fix IP Failover | Vitaly Kuznetsov | 2016-05-01 | 2 | -0/+36 |
* | drivers:hv: Separate out frame buffer logic when picking MMIO range | Jake Oshins | 2016-04-30 | 1 | -45/+35 |
* | drivers:hv: Record MMIO range in use by frame buffer | Jake Oshins | 2016-04-30 | 1 | -1/+36 |
* | drivers:hv: Track allocations of children of hv_vmbus in private resource tree | Jake Oshins | 2016-04-30 | 1 | -1/+21 |
* | drivers:hv: Reverse order of resources in hyperv_mmio | Jake Oshins | 2016-04-30 | 1 | -2/+1 |
* | drivers:hv: Make a function to free mmio regions through vmbus | Jake Oshins | 2016-04-30 | 1 | -0/+15 |
* | drivers:hv: Lock access to hyperv_mmio resource tree | Jake Oshins | 2016-04-30 | 1 | -4/+12 |
* | Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus... | K. Y. Srinivasan | 2016-04-30 | 1 | -0/+1 |
* | Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h | K. Y. Srinivasan | 2016-04-30 | 1 | -55/+0 |
* | Drivers: hv: vmbus: Export the vmbus_set_event() API | K. Y. Srinivasan | 2016-04-30 | 2 | -2/+1 |
* | Drivers: hv: vmbus: Use the new virt_xx barrier code | K. Y. Srinivasan | 2016-04-30 | 1 | -7/+7 |
* | Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile | K. Y. Srinivasan | 2016-04-30 | 1 | -3/+3 |
* | Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer | K. Y. Srinivasan | 2016-04-30 | 1 | -21/+4 |
* | Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read() | K. Y. Srinivasan | 2016-04-30 | 1 | -6/+20 |
* | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-17 | 12 | -171/+377 |
|\ |
|
| * | Drivers: hv: vmbus: Support kexec on ws2012 r2 and above | Alex Ng | 2016-03-02 | 1 | -1/+9 |
| * | Drivers: hv: vmbus: Support handling messages on multiple CPUs | K. Y. Srinivasan | 2016-03-02 | 3 | -7/+17 |
| * | Drivers: hv: utils: Remove util transport handler from list if registration f... | Alex Ng | 2016-03-02 | 1 | -0/+3 |
| * | Drivers: hv: util: Pass the channel information during the init call | K. Y. Srinivasan | 2016-03-02 | 4 | -3/+4 |
| * | Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u... | Vitaly Kuznetsov | 2016-03-02 | 1 | -1/+1 |
| * | Drivers: hv: vmbus: remove code duplication in message handling | Vitaly Kuznetsov | 2016-03-02 | 3 | -47/+27 |
| * | Drivers: hv: vmbus: avoid wait_for_completion() on crash | Vitaly Kuznetsov | 2016-03-02 | 4 | -6/+6 |
| * | Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages | Vitaly Kuznetsov | 2016-03-02 | 1 | -35/+33 |
| * | Drivers: hv: vmbus: Give control over how the ring access is serialized | K. Y. Srinivasan | 2016-02-08 | 4 | -10/+21 |
| * | Drivers: hv: vmbus: Eliminate the spin lock on the read path | K. Y. Srinivasan | 2016-02-08 | 1 | -13/+5 |
| * | Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister() | Dexuan Cui | 2016-02-08 | 2 | -7/+30 |
| * | Drivers: hv: vmbus: add a per-channel rescind callback | Dexuan Cui | 2016-02-08 | 1 | -0/+11 |
| * | Drivers: hv: vmbus: add a hvsock flag in struct hv_driver | Dexuan Cui | 2016-02-08 | 1 | -0/+4 |
| * | Drivers: hv: vmbus: define a new VMBus message type for hvsock | Dexuan Cui | 2016-02-08 | 2 | -0/+19 |
| * | Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling | Dexuan Cui | 2016-02-08 | 1 | -1/+5 |
| * | Drivers: hv: vmbus: don't manipulate with clocksources on crash | Vitaly Kuznetsov | 2016-02-08 | 1 | -2/+8 |
| * | Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u... | Vitaly Kuznetsov | 2016-02-08 | 1 | -1/+43 |
| * | Drivers: hv: vmbus: avoid infinite loop in init_vp_index() | Vitaly Kuznetsov | 2016-02-08 | 1 | -0/+11 |
| * | Drivers: hv: vmbus: Add vendor and device atttributes | K. Y. Srinivasan | 2016-02-08 | 2 | -43/+144 |
| * | Drivers: hv: vmbus: Cleanup vmbus_set_event() | K. Y. Srinivasan | 2016-02-08 | 3 | -21/+3 |
* | | drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header | Andrey Smetanin | 2016-02-16 | 1 | -6/+0 |
|/ |
|
* | Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-13 | 12 | -410/+388 |
|\ |
|
| * | Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical | K. Y. Srinivasan | 2015-12-21 | 1 | -0/+3 |
| * | Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy | Vitaly Kuznetsov | 2015-12-21 | 1 | -1/+1 |
| * | Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek() | Vitaly Kuznetsov | 2015-12-15 | 3 | -64/+42 |
| * | Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpac... | Vitaly Kuznetsov | 2015-12-15 | 1 | -43/+22 |
| * | Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read() | Vitaly Kuznetsov | 2015-12-15 | 1 | -43/+25 |
| * | Drivers: hv: ring_buffer.c: fix comment style | Vitaly Kuznetsov | 2015-12-15 | 1 | -109/+26 |
| * | Drivers: hv: utils: fix crash when device is removed from host side | Vitaly Kuznetsov | 2015-12-15 | 1 | -3/+23 |
| * | Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode | Vitaly Kuznetsov | 2015-12-15 | 2 | -15/+57 |
| * | Drivers: hv: utils: rename outmsg_lock | Vitaly Kuznetsov | 2015-12-15 | 2 | -8/+8 |