summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()Vitaly Kuznetsov2015-12-143-64/+42
* Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpac...Vitaly Kuznetsov2015-12-141-43/+22
* Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read()Vitaly Kuznetsov2015-12-141-43/+25
* Drivers: hv: ring_buffer.c: fix comment styleVitaly Kuznetsov2015-12-141-109/+26
* Drivers: hv: utils: fix crash when device is removed from host sideVitaly Kuznetsov2015-12-141-3/+23
* Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY modeVitaly Kuznetsov2015-12-142-15/+57
* Drivers: hv: utils: rename outmsg_lockVitaly Kuznetsov2015-12-142-8/+8
* Drivers: hv: utils: fix memory leak on on_msg() failureVitaly Kuznetsov2015-12-141-3/+4
* Drivers: hv: utils: Invoke the poll function after handshakeK. Y. Srinivasan2015-12-142-2/+2
* Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0K. Y. Srinivasan2015-12-141-4/+7
* drivers/hv: correct tsc page sequence invalid valueAndrey Smetanin2015-12-141-2/+2
* Drivers: hv: vmbus: Fix a Host signaling bugK. Y. Srinivasan2015-12-141-0/+18
* drivers:hv: Allow for MMIO claims that span ACPI _CRS recordsJake Oshins2015-12-141-0/+16
* Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui2015-12-143-11/+10
* Drivers: hv: vmbus: release relid on error in vmbus_process_offer()Dexuan Cui2015-12-141-6/+15
* Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui2015-12-143-21/+6
* Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()Dexuan Cui2015-12-141-0/+12
* Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()Dexuan Cui2015-12-141-2/+19
* Drivers: hv: vmbus: Get rid of the unused irq variableK. Y. Srinivasan2015-12-141-13/+3
* Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsK. Y. Srinivasan2015-12-142-4/+3
* Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan2015-12-142-6/+6
* Drivers: hv: vss: run only on supported host versionsOlaf Hering2015-12-141-0/+5
* drivers:hv: Define the channel type for Hyper-V PCI Express pass-throughJake Oshins2015-12-141-0/+3
* drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins2015-12-142-11/+11
* drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numJake Oshins2015-12-141-0/+17
* drivers/hv: cleanup synic msrs if vmbus connect failedAndrey Smetanin2015-12-141-1/+3
* Drivers: hv: utils: use memdup_user in hvt_op_writeOlaf Hering2015-12-141-5/+4
* Drivers: hv: util: catch allocation errorsOlaf Hering2015-12-141-3/+6
* Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering2015-12-144-63/+34
* Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan2015-12-143-2/+9
* Drivers: hv: vmbus: fix build warningSudip Mukherjee2015-12-141-2/+3
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-12-131-1/+1
|\
| * clocksource: Mmio: remove artificial 32bit limitationLinus Walleij2015-12-101-1/+1
* | Merge tag 'char-misc-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-12-131-9/+4
|\ \
| * | fpga manager: Fix firmware resource leak on errorTobias Klauser2015-11-241-3/+1
| * | fpga manager: remove labelAlan Tull2015-11-241-6/+3
* | | Merge tag 'staging-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-12-137-16/+21
|\ \ \
| * | | staging: lustre: echo_copy.._lsm() dereferences userland pointers directlyAl Viro2015-12-011-9/+11
| * | | Merge tag 'iio-fixes-for-4.4b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-11-306-7/+10
| |\ \ \ | | |/ / | |/| |
| | * | iio: adc: spmi-vadc: add missing of_node_putJulia Lawall2015-11-211-1/+3
| | * | iio: fix some warning messagesDan Carpenter2015-11-212-2/+2
| | * | iio: light: apds9960: correct ->last_busy countMatt Ranostay2015-11-211-0/+1
| | * | iio: lidar: return -EINVAL on invalid signalMatt Ranostay2015-11-211-3/+3
| | * | staging: iio: dummy: complete IIO events delivery to userspaceIoana Ciornei2015-11-211-1/+1
* | | | Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-12-1329-79/+197
|\ \ \ \
| * | | | USB: add quirk for devices with broken LPMAlan Stern2015-12-112-1/+12
| * | | | xhci: fix usb2 resume timing and races.Mathias Nyman2015-12-112-6/+44
| * | | | Merge tag 'fixes-for-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-12-094-5/+12
| |\ \ \ \
| | * | | | usb: musb: fail with error when no DMA controller setAaro Koskinen2015-12-091-0/+1
| | * | | | usb: gadget: uvc: fix permissions of configfs attributesMian Yousaf Kaukab2015-12-081-1/+1