aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-17IB/hfi1: Don't call cond_resched in atomic mode when sending packetsKaike Wan1-2/+5
2016-03-17IB/hfi1: Add adaptive cacheless verbs copyDean Luick3-2/+211
2016-03-17IB/hfi1: Handle host handshake timeoutJubin John2-2/+4
2016-03-17IB/hfi1: Add ASIC flag view/clearDean Luick1-0/+125
2016-03-17IB/hfi1: Hold i2c resource across debugfs open/closeDean Luick1-21/+124
2016-03-17IB/hfi1: Reduce hardware mutex timeoutDean Luick1-1/+1
2016-03-17IB/hfi1: Remove unused HFI1_DO_INIT_ASIC flagDean Luick2-13/+0
2016-03-17IB/hfi1: Change thermal init to use resource reservationDean Luick1-1/+7
2016-03-17IB/hfi1: Change QSFP functions to use resource reservationDean Luick8-56/+142
2016-03-17IB/hfi1: Change SBus handling to use resource reservationDean Luick4-29/+42
2016-03-17IB/hfi1: Change EPROM handling to use resource reservationDean Luick1-23/+13
2016-03-17IB/hfi1: Add ASIC resource reservation functionsDean Luick3-0/+219
2016-03-17IB/hfi1: Add shared ASIC structureDean Luick3-3/+54
2016-03-17IB/hfi1: Remove ASIC block clearDean Luick2-88/+3
2016-03-17IB/hfi1: Replace kmalloc and memcpy with a kmemdupHarish Chegondi1-2/+1
2016-03-17IB/hfi1: Move constant to the right in bitwise operationsHarish Chegondi3-6/+6
2016-03-17IB/hfi1: Add the break statement that was removed in an earlier patchHarish Chegondi1-0/+1
2016-03-17Merge tag 'for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds18-62/+624
2016-03-17Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds33-462/+1953
2016-03-17Merge tag 'rproc-v4.6' of git://github.com/andersson/remoteprocLinus Torvalds6-2/+346
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds7-265/+324
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds69-1540/+2678
2016-03-17drm/amdgpu/gfx7: add MTYPE definitionFlora Cui1-0/+6
2016-03-17drm/amdgpu: removing BO_VAs shouldn't be interruptibleChristian König1-1/+1
2016-03-17drm/amd/powerplay: show uvd/vce power gate enablement for tonga.Rex Zhu1-1/+3
2016-03-17drm/amd/powerplay: show uvd/vce power gate info for fijiRex Zhu1-1/+4
2016-03-17drm/amdgpu: use sched fence if possibleMonk Liu1-1/+4
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu10-6/+16
2016-03-17drm/amdgpu: give a fence param to ib_freeMonk Liu8-10/+12
2016-03-17drm/amdgpu: include the right version of gmc header files for icelandKen Wang1-2/+2
2016-03-17virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()Paolo Abeni1-1/+1
2016-03-17mmc: block: fix ABI regression of mmc_blk_ioctlShawn Lin1-8/+16
2016-03-17mmc: atmel-mci: Check pdata for NULL before dereferencing it at DMA configBrent Taylor1-1/+1
2016-03-17mmc: core: remove redundant memset of sdio_read_cccrShawn Lin1-2/+0
2016-03-17mmc: core: remove redundant memset of mmc_decode_cidShawn Lin1-2/+0
2016-03-17mmc: of_mmc_spi: fix unused warningBrian Norris1-2/+0
2016-03-17mmc: sdhci-of-arasan: add phy support for sdhci-of-arasanShawn Lin1-1/+56
2016-03-17mmc: sdhci-of-arasan: fix missing sdhci_pltfm_free for err handlingShawn Lin1-7/+8
2016-03-17mmc: sdhci-of-arasan: remove disable clk_ahb from sdhci_arasan_resumeShawn Lin1-1/+0
2016-03-17mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter1-3/+3
2016-03-17mmc: mmci: Remove unnecessary header fileWang Hongcheng1-1/+0
2016-03-17mmc: sdhci-acpi: add QCOM controllersPhilip Elcan1-0/+15
2016-03-17mmc: tegra: implement memcomp pad calibrationLucas Stach1-3/+44
2016-03-17mmc: mediatek: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchNicolas Boichat1-12/+5
2016-03-17mmc: mediatek: Change signal voltage error to dev_dbg()Nicolas Boichat1-1/+1
2016-03-17mmc: sh_mmcif, tmio: Use ARCH_RENESASSimon Horman1-2/+2
2016-03-17mmc: tegra: properly disable card clockLucas Stach1-1/+1
2016-03-17Merge branches 'for-4.5/upstream-fixes', 'for-4.6/cmedia', 'for-4.6/i2c-hid',...Jiri Kosina16-603/+1326
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON1-1/+1
2016-03-17crypto: marvell/cesa - initialize hash statesBoris BREZILLON1-0/+20