summaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-15fs/logfs: drop __CHECK_ENDIAN__Michael S. Tsirkin1-3/+1
2016-12-15Documentation/sparse: drop __CHECK_ENDIAN__Michael S. Tsirkin2-12/+2
2016-12-15linux: drop __bitwise__ everywhereMichael S. Tsirkin12-20/+20
2016-12-15checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin1-2/+2
2016-12-15Documentation/sparse: drop __bitwise__Michael S. Tsirkin1-7/+0
2016-12-15tools: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2016-12-15linux/types.h: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2016-12-15virtio_mmio: Set dev.release() to avoid warningYuan Liu1-0/+2
2016-12-15vhost: remove unused feature bitJason Wang1-2/+0
2016-12-15virtio_ring: fix description of virtqueue_get_bufFelipe Franciosi1-1/+1
2016-12-15vhost/scsi: Remove unused but set variableTobias Klauser1-2/+0
2016-12-15tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland1-4/+5
2016-12-15vringh: kill off ACCESS_ONCE()Mark Rutland1-2/+3
2016-12-15tools/virtio: fix READ_ONCE()Mark Rutland1-1/+1
2016-12-15crypto: add virtio-crypto driverGonglei12-0/+1887
2016-12-15vhost: cache used event for better performanceJason Wang2-6/+25
2016-12-15vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng1-8/+17
2016-12-15virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig1-40/+57
2016-12-15virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig1-34/+27
2016-12-15virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig1-1/+0
2016-12-15virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2-26/+17
2016-12-15virtio: clean up handling of request_irq failureMichael S. Tsirkin1-3/+1
2016-12-15platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and typeDarren Hart1-2/+2
2016-12-15rdma: fix buggy code that the compiler warns aboutLinus Torvalds1-1/+2
2016-12-15afs, rxrpc: Update the MAINTAINERS fileDavid Howells1-0/+1
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox3-30/+1
2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven1-6/+0
2016-12-15printk: remove console flushing special cases for partial buffered linesLinus Torvalds1-103/+5
2016-12-15printk: remove games with previous record flagsLinus Torvalds1-85/+24
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin1-7/+7
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin1-2/+1
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin1-1/+1
2016-12-15vhost: add missing __user annotationsMichael S. Tsirkin1-5/+5
2016-12-15vhost: make interval tree static inlineMichael S. Tsirkin1-1/+1
2016-12-15drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin1-0/+2
2016-12-15drm/virtio: fix lock context imbalanceMichael S. Tsirkin1-1/+3
2016-12-15drm/virtio: fix endianness in primary_plane_updateMichael S. Tsirkin1-2/+2
2016-12-15virtio_console: drop unused config fieldsMichael S. Tsirkin1-7/+7
2016-12-15virtio_ring: fix complaint by sparseGonglei1-2/+2
2016-12-15virtio_pci_modern: fix complaint by sparseGonglei1-4/+4