summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-04mei: trace: fix missing include to linux/device.hTomas Winkler1-0/+2
2015-03-04mei: free me client references on host initTomas Winkler1-0/+3
2015-03-01mei: bus: () can be statickbuild test robot1-1/+1
2015-03-01mei: bus: call device disable handler prior to disconnectionTomas Winkler1-14/+11
2015-03-01mei: allow read concurrencyTomas Winkler8-119/+98
2015-03-01mei: simplify io callback disposalTomas Winkler6-105/+63
2015-03-01mei: add mei_cl_alloc_linked functionTomas Winkler4-36/+61
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler6-45/+55
2015-03-01mei: use only one buffer in callbackTomas Winkler7-63/+31
2015-03-01mei: iamthif: use regular client read functionsTomas Winkler4-81/+35
2015-03-01mei: iamthif: use client write functionsTomas Winkler4-139/+51
2015-03-01mei: iamthif: send flow control as a regular clientTomas Winkler3-84/+77
2015-03-01mei: iamthif: remove useless iamthif_ioctl variableTomas Winkler3-11/+3
2015-03-01mei: iamthif: fix device reset on mei_amthif_irq_read_msgTomas Winkler3-34/+51
2015-03-01mei: fix device reset on mei_cl_irq_read_msg allocation failureTomas Winkler4-62/+80
2015-03-01mei: fix function names and format in KDocAlexander Usyskin4-16/+17
2015-03-01mei: me: change power gating function name conventionsAlexander Usyskin3-14/+14
2015-03-01mei: me: add io register tracingTomas Winkler4-4/+129
2015-03-01mei: me: use io register wrappers consistentlyTomas Winkler1-57/+66
2015-03-01mei: revamp me clients list handlingTomas Winkler6-62/+162
2015-03-01Drivers: hv: vmbus: Suport an API to send packet with additional controlK. Y. Srinivasan2-17/+34
2015-03-01Drivers: hv: vmbus: Suport an API to send pagebuffers with additional controlK. Y. Srinivasan2-6/+36
2015-03-01Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channelK. Y. Srinivasan2-15/+18
2015-03-01Drivers: hv: vmbus: Add support for VMBus panic notifier handlerNick Meier2-0/+47
2015-03-01Drivers: hv: hv_balloon: refuse to balloon below the floorVitaly Kuznetsov1-0/+11
2015-03-01Drivers: hv: hv_balloon: report offline pages as being usedVitaly Kuznetsov1-9/+24
2015-03-01Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...Vitaly Kuznetsov1-29/+6
2015-03-01Drivers: hv: vmbus: Get rid of some unnecessary messagesK. Y. Srinivasan1-6/+1
2015-03-01Drivers: hv: util: On device remove, close the channel after de-initializing ...K. Y. Srinivasan1-1/+1
2015-03-01Drivers: hv: vmbus: Remove the channel from the channel list(s) on failureK. Y. Srinivasan1-5/+16
2015-03-01Drivers: hv: vmbus: Handle both rescind and offer messages in the same contextK. Y. Srinivasan1-53/+62
2015-03-01Drivers: hv: vmbus: Introduce a function to remove a rescinded offerK. Y. Srinivasan4-20/+50
2015-03-01Drivers: hv: vmbus: Properly handle child device removeK. Y. Srinivasan1-6/+9
2015-03-01Drivers: hv: vmbus: Add support for the NetworkDirect GUIDK. Y. Srinivasan2-0/+12
2015-03-01Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()K. Y. Srinivasan1-2/+5
2015-03-01hv: hv_balloon: match var type to return type of wait_for_completionNicholas Mc Guire1-1/+2
2015-03-01hv: channel_mgmt: match var type to return type of wait_for_completionNicholas Mc Guire1-1/+2
2015-03-01hv: channel: match var type to return type of wait_for_completionNicholas Mc Guire1-1/+2
2015-03-01hv: vmbus_open(): reset the channel state on ENOMEMDexuan Cui1-3/+5
2015-03-01hv: vmbus_post_msg: retry the hypercall on some transient errorsDexuan Cui2-2/+11
2015-03-01hv: hv_util: move vmbus_open() to a later placeDexuan Cui1-5/+6
2015-03-01Drivers: hv: vmbus: Teardown clockevent devices on module unloadVitaly Kuznetsov3-1/+27
2015-03-01clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov1-1/+1
2015-03-01drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unloadVitaly Kuznetsov2-2/+11
2015-03-01Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...Vitaly Kuznetsov3-5/+19
2015-03-01Drivers: hv: vmbus: avoid double kfree for device_objVitaly Kuznetsov1-1/+0
2015-03-01Drivers: hv: vmbus: rename channel work queuesVitaly Kuznetsov3-5/+9
2015-03-01Drivers: hv: vmbus: prevent cpu offlining on newer hypervisorsVitaly Kuznetsov1-0/+36
2015-02-22Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-56/+108