summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-1638-68/+5
* fs/logfs: drop __CHECK_ENDIAN__Michael S. Tsirkin2016-12-161-3/+1
* Documentation/sparse: drop __CHECK_ENDIAN__Michael S. Tsirkin2016-12-162-12/+2
* linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-1612-20/+20
* checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin2016-12-161-2/+2
* Documentation/sparse: drop __bitwise__Michael S. Tsirkin2016-12-161-7/+0
* tools: enable endian checks for all sparse buildsMichael S. Tsirkin2016-12-161-4/+0
* linux/types.h: enable endian checks for all sparse buildsMichael S. Tsirkin2016-12-161-4/+0
* virtio_mmio: Set dev.release() to avoid warningYuan Liu2016-12-161-0/+2
* vhost: remove unused feature bitJason Wang2016-12-161-2/+0
* 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
* tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland2016-12-161-4/+5
* vringh: kill off ACCESS_ONCE()Mark Rutland2016-12-161-2/+3
* tools/virtio: fix READ_ONCE()Mark Rutland2016-12-161-1/+1
* crypto: add virtio-crypto driverGonglei2016-12-1612-0/+1887
* 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
* vsock/virtio: fix src/dst cid formatMichael S. Tsirkin2016-12-151-7/+7
* vsock/virtio: mark an internal function staticMichael S. Tsirkin2016-12-151-2/+1
* vsock/virtio: add a missing __le annotationMichael S. Tsirkin2016-12-151-1/+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-14140-2218/+3428
|\
| * radix tree test suite: delete unused rcupdate.cMatthew Wilcox2016-12-141-86/+0
| * radix tree test suite: add new tag checkMatthew Wilcox2016-12-141-0/+3
| * radix-tree: ensure counts are initialisedMatthew Wilcox2016-12-142-25/+61
| * radix tree test suite: cache recently freed objectsMatthew Wilcox2016-12-142-12/+41
| * radix tree test suite: add some more functionalityMatthew Wilcox2016-12-143-0/+21
| * idr: reduce the number of bits per level from 8 to 6Matthew Wilcox2016-12-141-5/+4
| * rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2016-12-143-7/+34
| * tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox2016-12-141-2/+2
| * idr: add ida_is_emptyMatthew Wilcox2016-12-143-6/+11
| * radix tree test suite: check multiorder iterationMatthew Wilcox2016-12-144-35/+73
| * radix-tree: fix replacement for multiorder entriesMatthew Wilcox2016-12-142-28/+119
| * radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-144-3/+69
| * radix-tree: add radix_tree_splitMatthew Wilcox2016-12-143-4/+214
| * radix-tree: add radix_tree_joinMatthew Wilcox2016-12-143-31/+213
| * radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-149-163/+125