summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dmaengine: mic_x100_dma: remove unused ‘data’Vinod Koul2016-12-121-2/+0
| * | | | dmaengine: img-mdc: remove unused ‘prev_phys’Vinod Koul2016-12-121-6/+3
| * | | | dmaengine: usb-dmac: remove unused ‘uchan’Vinod Koul2016-12-121-3/+0
| * | | | dmaengine: ioat: remove unused ‘res’Vinod Koul2016-12-121-3/+0
| * | | | dmaengine: ioat: remove unused ‘ioat_dma’Vinod Koul2016-12-121-3/+0
| * | | | dmaengine: ioat: remove unused ‘is_raid_device’Vinod Koul2016-12-121-3/+0
| * | | | dmaengine: pl330: do not generate unaligned accessVladimir Murzin2016-12-081-5/+10
| * | | | dmaengine: k3dma: move to dma_pool_zallocVinod Koul2016-12-081-2/+1
| * | | | dmaengine: at_hdmac: move to dma_pool_zallocVinod Koul2016-12-081-2/+1
| * | | | dmaengine: at_xdmac: don't restore unsaved statusAlexandre Belloni2016-12-061-2/+0
| * | | | dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev2016-11-304-4/+15
| * | | | dmaengine: DW DMAC: enable memory-to-memory transfers supportEugeniy Paltsev2016-11-301-0/+6
| * | | | dmaengine: at_xdmac: Use dma_pool_zallocSouptick Joarder2016-11-301-2/+1
| * | | | dmaengine: zx296702_dma: Use dma_pool_zallocSouptick Joarder2016-11-301-2/+1
| * | | | dmaengine: dmatest: honor alignment restriction for buffersDave Jiang2016-11-301-20/+46
| * | | | dmaengine: fix spacing issues for dmatestDave Jiang2016-11-301-4/+4
| * | | | dmaengine: pch_dma: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-291-2/+1
| * | | | dmaengine: sun6i: fix the uninitialized value for v_lliHao Zhang2016-11-251-1/+1
| * | | | dmaengine: mv_xor: use builtin_platform_driverGeliang Tang2016-11-251-6/+1
| * | | | dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese2016-11-252-4/+180
| * | | | dmaengine: hsu: pci: switch to new API for IRQ allocationAndy Shevchenko2016-11-251-3/+5
| * | | | dmaengine: imx-sdma - correct the dma transfer residue calculationNandor Han2016-11-251-4/+9
| * | | | dmaengine: pl330: Handle xferred count if DMAMOV hasn't finishedStephen Barber2016-11-141-0/+5
| * | | | dmaengine: nbpfaxi: add optional max-burst property for memory reads/writesNiklas Cassel2016-11-141-4/+34
| * | | | dmaengine: tegra210-adma: convert TEGRA210_ADMA from bool to tristatePaul Gortmaker2016-11-141-1/+1
| * | | | dmaengine: fsl_raid: Fix module autoloadJavier Martinez Canillas2016-11-141-0/+1
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1431-105/+115
|\ \ \ \
| * | | | tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox2016-12-141-2/+2
| * | | | idr: add ida_is_emptyMatthew Wilcox2016-12-142-6/+6
| * | | | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-1422-63/+46
| * | | | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-144-4/+4
| * | | | drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton2016-12-141-2/+1
| * | | | igb: update code to better handle incrementing page countAlexander Duyck2016-12-142-8/+23
| * | | | igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-12-141-20/+33
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-3/+19
|\ \ \ \ \
| * | | | | nvme/pci: Log PCI_STATUS when the controller diesAndy Lutomirski2016-12-131-3/+19
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-1416-375/+519
|\ \ \ \ \ \
| * | | | | | tpm: adjust return value of tpm_read_logJason Gunthorpe2016-11-281-2/+4
| * | | | | | tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe2016-11-281-7/+6
| * | | | | | tpm: Fix handling of missing event logJason Gunthorpe2016-11-284-21/+26
| * | | | | | tpm: Check the bios_dir entry for NULL before accessing itStefan Berger2016-11-281-5/+7
| * | | | | | tpm: return -ENODEV if np is not setColin Ian King2016-11-281-1/+1
| * | | | | | tpm: cleanup of printk error messagesNayna Jain2016-11-282-32/+13
| * | | | | | tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain2016-11-281-4/+2
| * | | | | | tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain2016-11-285-33/+42
| * | | | | | tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain2016-11-281-0/+1
| * | | | | | tpm: have event log use the tpm_chipNayna Jain2016-11-286-37/+84
| * | | | | | tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen2016-11-283-26/+11
| * | | | | | tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen2016-11-284-54/+43
| * | | | | | tpm: replace symbolic permission with octal for securityfs filesNayna Jain2016-11-281-2/+2