summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-04parport: fix a trivial typoGeliang Tang1-1/+1
2015-12-27Merge tag 'extcon-next-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman8-8/+229
2015-12-22coresight: Fix a typo in KconfigAndrew F. Davis1-1/+1
2015-12-22coresight: checking for NULL string in coresight_name_match()Mathieu Poirier1-1/+1
2015-12-22Drivers: hv: vmbus: Treat Fibre Channel devices as performance criticalK. Y. Srinivasan1-0/+3
2015-12-22Drivers: hv: utils: fix hvt_op_poll() return value on transport destroyVitaly Kuznetsov1-1/+1
2015-12-22Drivers: hv: vmbus: fix the building warning with hyperv-keyboardDexuan Cui1-10/+0
2015-12-21extcon: add Maxim MAX3355 driverSergei Shtylyov3-0/+156
2015-12-15Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()Vitaly Kuznetsov3-64/+42
2015-12-15Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpac...Vitaly Kuznetsov1-43/+22
2015-12-15Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read()Vitaly Kuznetsov1-43/+25
2015-12-15Drivers: hv: ring_buffer.c: fix comment styleVitaly Kuznetsov1-109/+26
2015-12-15Drivers: hv: utils: fix crash when device is removed from host sideVitaly Kuznetsov1-3/+23
2015-12-15Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY modeVitaly Kuznetsov2-15/+57
2015-12-15Drivers: hv: utils: rename outmsg_lockVitaly Kuznetsov2-8/+8
2015-12-15Drivers: hv: utils: fix memory leak on on_msg() failureVitaly Kuznetsov1-3/+4
2015-12-15Drivers: hv: utils: Invoke the poll function after handshakeK. Y. Srinivasan2-2/+2
2015-12-15Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0K. Y. Srinivasan1-4/+7
2015-12-15drivers/hv: correct tsc page sequence invalid valueAndrey Smetanin1-2/+2
2015-12-15Drivers: hv: vmbus: Fix a Host signaling bugK. Y. Srinivasan1-0/+18
2015-12-15drivers:hv: Allow for MMIO claims that span ACPI _CRS recordsJake Oshins1-0/+16
2015-12-15Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui3-11/+10
2015-12-15Drivers: hv: vmbus: release relid on error in vmbus_process_offer()Dexuan Cui1-6/+15
2015-12-15Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui3-21/+6
2015-12-15Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()Dexuan Cui1-0/+12
2015-12-15Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()Dexuan Cui1-2/+19
2015-12-15Drivers: hv: vmbus: Get rid of the unused irq variableK. Y. Srinivasan1-13/+3
2015-12-15Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsK. Y. Srinivasan2-4/+3
2015-12-15Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan2-6/+6
2015-12-15Drivers: hv: vss: run only on supported host versionsOlaf Hering1-0/+5
2015-12-15drivers:hv: Define the channel type for Hyper-V PCI Express pass-throughJake Oshins1-0/+3
2015-12-15drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins2-11/+11
2015-12-15drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numJake Oshins1-0/+17
2015-12-15drivers/hv: cleanup synic msrs if vmbus connect failedAndrey Smetanin1-1/+3
2015-12-15Drivers: hv: utils: use memdup_user in hvt_op_writeOlaf Hering1-5/+4
2015-12-15Drivers: hv: util: catch allocation errorsOlaf Hering1-3/+6
2015-12-15Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering4-63/+34
2015-12-15Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan3-2/+9
2015-12-15extcon: max77843: fix handling return value of regmap_irq_get_virqAndrzej Hajda1-1/+1
2015-12-15extcon: max77693: fix handling return value of regmap_irq_get_virqAndrzej Hajda1-2/+2
2015-12-15extcon: max14577: fix handling return value of regmap_irq_get_virqAndrzej Hajda1-1/+1
2015-12-15extcon: arizona: Add device bindings for the micd configurationsCharles Keepax1-2/+54
2015-12-15Drivers: hv: vmbus: fix build warningSudip Mukherjee1-2/+3
2015-12-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2015-12-13Merge tag 'char-misc-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+4
2015-12-13Merge tag 'staging-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-16/+21
2015-12-13Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds29-79/+197
2015-12-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+10
2015-12-13Merge tag 'powerpc-4.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2015-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+4