summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latencyK. Y. Srinivasan1-1/+6
2016-08-31Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()K. Y. Srinivasan1-4/+4
2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan4-18/+20
2016-08-31Drivers: hv: vmbus: fix the race when querying & updating the percpu listDexuan Cui2-8/+30
2016-08-31Drivers: hv: utils: fix a race on userspace daemons registrationVitaly Kuznetsov5-22/+54
2016-08-31Drivers: hv: get rid of timeout in vmbus_open()Vitaly Kuznetsov1-6/+1
2016-08-31Drivers: hv: don't leak memory in vmbus_establish_gpadl()Vitaly Kuznetsov1-1/+5
2016-08-31Drivers: hv: get rid of redundant messagecount in create_gpadl_header()Vitaly Kuznetsov1-22/+16
2016-08-31Drivers: hv: avoid vfree() on crashVitaly Kuznetsov3-8/+10
2016-08-30tile-srom: avoid krealloc(... __GFP_ZERO) patternChris Metcalf1-13/+15
2016-08-30misc: mic: scif: use vma_pages().Muhammad Falak R Wani1-2/+2
2016-08-30mic: remove unused function argArnd Bergmann1-4/+2
2016-08-30mei: amthif: fix deadlock in initialization during a resetAlexander Usyskin2-5/+9
2016-08-30mei: drop unused file transaction statesAlexander Usyskin1-3/+0
2016-08-30mei: amthif: drop mei_amthif_readAlexander Usyskin4-109/+1
2016-08-30mei: enqueue consecutive readsAlexander Usyskin2-20/+22
2016-08-30mei: add wrapper for queuing control commands.Tomas Winkler6-39/+61
2016-08-30mei: use consistent naming for TX control flow creditsTomas Winkler3-45/+43
2016-08-30mei: rx flow control counterAlexander Usyskin3-29/+16
2016-08-30mei: prepare read cb for fixed address clients on the receive path only.Alexander Usyskin1-5/+3
2016-08-30mei: drop redundant krealloc and checks in irq readAlexander Usyskin1-25/+11
2016-08-30mei: amthif: drop mei_clear_lists functionAlexander Usyskin1-22/+5
2016-08-30mei: add read callback on demand for fixed_address clientsAlexander Usyskin2-13/+12
2016-08-30mei: add file pointer to the host client structureAlexander Usyskin4-10/+10
2016-08-30mei: move read cb to complete queue if not connectedAlexander Usyskin1-0/+1
2016-08-30mei: fix return value on disconnectionTomas Winkler3-3/+3
2016-08-30mei: drop read complete queue emptiness checkAlexander Usyskin2-2/+4
2016-08-30mei: hbm: add missing argument in the kdocTomas Winkler1-0/+1
2016-08-30mei: recover after errors in runtime pm flowAlexander Usyskin4-0/+19
2016-08-30mei: drop mei_io_cb_alloc_bufAlexander Usyskin2-28/+6
2016-08-30mei: amthif: use mei_cl_alloc_cb for allocating cbsAlexander Usyskin1-13/+3
2016-08-30mei: amthif: drop mei_amthif_send_cmdAlexander Usyskin1-36/+16
2016-08-30mei: amthif: enable poll for async eventsAlexander Usyskin1-5/+5
2016-08-30mei: amthif: drop iamthif_current_cbAlexander Usyskin3-10/+0
2016-08-30mei: amthif: fix request cancelAlexander Usyskin2-75/+38
2016-08-30mei: amthif: drop READ_COMPLETE stateAlexander Usyskin3-28/+13
2016-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds9-8/+84
2016-08-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-12/+13
2016-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds7-84/+134
2016-08-12Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds1-36/+49
2016-08-12Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+20
2016-08-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+23
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-1/+20
2016-08-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-08-12Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+8
2016-08-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-1/+24
2016-08-12Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-9/+12
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-21/+24
2016-08-11Merge tag 'ceph-for-4.8-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-9/+1
2016-08-11nvme: Suspend all queues before deletionGabriel Krisman Bertazi1-12/+8