summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-03-02mei: bus: call device disable handler prior to disconnectionTomas Winkler1-14/+11
2015-03-02mei: allow read concurrencyTomas Winkler8-119/+98
2015-03-02mei: simplify io callback disposalTomas Winkler6-105/+63
2015-03-02mei: add mei_cl_alloc_linked functionTomas Winkler4-36/+61
2015-03-02mei: always initialize the callback with the intended operation typeTomas Winkler6-45/+55
2015-03-02mei: use only one buffer in callbackTomas Winkler7-63/+31
2015-03-02mei: iamthif: use regular client read functionsTomas Winkler4-81/+35
2015-03-02mei: iamthif: use client write functionsTomas Winkler4-139/+51
2015-03-02mei: iamthif: send flow control as a regular clientTomas Winkler3-84/+77
2015-03-02mei: iamthif: remove useless iamthif_ioctl variableTomas Winkler3-11/+3
2015-03-02mei: iamthif: fix device reset on mei_amthif_irq_read_msgTomas Winkler3-34/+51
2015-03-02mei: fix device reset on mei_cl_irq_read_msg allocation failureTomas Winkler4-62/+80
2015-03-02mei: fix function names and format in KDocAlexander Usyskin4-16/+17
2015-03-02mei: me: change power gating function name conventionsAlexander Usyskin3-14/+14
2015-03-02mei: me: add io register tracingTomas Winkler4-4/+129
2015-03-02mei: me: use io register wrappers consistentlyTomas Winkler1-57/+66
2015-03-02mei: revamp me clients list handlingTomas Winkler6-62/+162
2015-03-02Drivers: hv: vmbus: Suport an API to send packet with additional controlK. Y. Srinivasan1-17/+26
2015-03-02Drivers: hv: vmbus: Suport an API to send pagebuffers with additional controlK. Y. Srinivasan1-6/+27
2015-03-02Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channelK. Y. Srinivasan1-15/+15
2015-03-02Drivers: hv: vmbus: Add support for VMBus panic notifier handlerNick Meier2-0/+47
2015-03-02Drivers: hv: hv_balloon: refuse to balloon below the floorVitaly Kuznetsov1-0/+11
2015-03-02Drivers: hv: hv_balloon: report offline pages as being usedVitaly Kuznetsov1-9/+24
2015-03-02Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...Vitaly Kuznetsov1-29/+6
2015-03-02Drivers: hv: vmbus: Get rid of some unnecessary messagesK. Y. Srinivasan1-6/+1
2015-03-02Drivers: hv: util: On device remove, close the channel after de-initializing ...K. Y. Srinivasan1-1/+1
2015-03-02Drivers: hv: vmbus: Remove the channel from the channel list(s) on failureK. Y. Srinivasan1-5/+16
2015-03-02Drivers: hv: vmbus: Handle both rescind and offer messages in the same contextK. Y. Srinivasan1-53/+62
2015-03-02Drivers: hv: vmbus: Introduce a function to remove a rescinded offerK. Y. Srinivasan3-20/+49
2015-03-02Drivers: hv: vmbus: Properly handle child device removeK. Y. Srinivasan1-6/+9
2015-03-02Drivers: hv: vmbus: Add support for the NetworkDirect GUIDK. Y. Srinivasan1-0/+2
2015-03-02Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()K. Y. Srinivasan1-2/+5
2015-03-02hv: hv_balloon: match var type to return type of wait_for_completionNicholas Mc Guire1-1/+2
2015-03-02hv: channel_mgmt: match var type to return type of wait_for_completionNicholas Mc Guire1-1/+2
2015-03-02hv: channel: match var type to return type of wait_for_completionNicholas Mc Guire1-1/+2
2015-03-02hv: vmbus_open(): reset the channel state on ENOMEMDexuan Cui1-3/+5
2015-03-02hv: vmbus_post_msg: retry the hypercall on some transient errorsDexuan Cui1-2/+9
2015-03-02hv: hv_util: move vmbus_open() to a later placeDexuan Cui1-5/+6
2015-03-02Drivers: hv: vmbus: Teardown clockevent devices on module unloadVitaly Kuznetsov3-1/+27
2015-03-02drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unloadVitaly Kuznetsov2-2/+11
2015-03-02Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...Vitaly Kuznetsov3-5/+19
2015-03-02Drivers: hv: vmbus: avoid double kfree for device_objVitaly Kuznetsov1-1/+0
2015-03-02Drivers: hv: vmbus: rename channel work queuesVitaly Kuznetsov2-5/+6
2015-03-02Drivers: hv: vmbus: prevent cpu offlining on newer hypervisorsVitaly Kuznetsov1-0/+36
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-20/+20
2015-02-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-8/+0
2015-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-17/+35
2015-02-22Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-54/+86
2015-02-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-207/+385
2015-02-22Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-187/+255