summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* virtio_mmio: Set dev.release() to avoid warningYuan Liu2016-12-161-0/+2
* virtio_ring: fix description of virtqueue_get_bufFelipe Franciosi2016-12-161-1/+1
* vhost/scsi: Remove unused but set variableTobias Klauser2016-12-161-2/+0
* vringh: kill off ACCESS_ONCE()Mark Rutland2016-12-161-2/+3
* crypto: add virtio-crypto driverGonglei2016-12-168-0/+1426
* vhost: cache used event for better performanceJason Wang2016-12-162-6/+25
* vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng2016-12-161-8/+17
* virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig2016-12-161-40/+57
* virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig2016-12-161-34/+27
* virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig2016-12-161-1/+0
* virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2016-12-162-26/+17
* virtio: clean up handling of request_irq failureMichael S. Tsirkin2016-12-161-3/+1
* vhost: add missing __user annotationsMichael S. Tsirkin2016-12-151-5/+5
* vhost: make interval tree static inlineMichael S. Tsirkin2016-12-151-1/+1
* drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin2016-12-151-0/+2
* drm/virtio: fix lock context imbalanceMichael S. Tsirkin2016-12-151-1/+3
* drm/virtio: fix endianness in primary_plane_updateMichael S. Tsirkin2016-12-151-2/+2
* virtio_console: drop unused config fieldsMichael S. Tsirkin2016-12-151-7/+7
* virtio_ring: fix complaint by sparseGonglei2016-12-151-2/+2
* virtio_pci_modern: fix complaint by sparseGonglei2016-12-151-4/+4
* 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
| * | | char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach2016-11-281-1/+1
| * | | tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2016-11-282-1/+12
| * | | tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen2016-11-281-25/+47
| * | | tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger2016-11-281-2/+4
| * | | tpm: define a generic open() method for ascii & bios measurementsNayna Jain2016-11-281-48/+15
| * | | tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe2016-11-282-6/+0