summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin
2016-12-16checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin
2016-12-16Documentation/sparse: drop __bitwise__Michael S. Tsirkin
2016-12-16tools: enable endian checks for all sparse buildsMichael S. Tsirkin
2016-12-16linux/types.h: enable endian checks for all sparse buildsMichael S. Tsirkin
2016-12-16virtio_mmio: Set dev.release() to avoid warningYuan Liu
2016-12-16vhost: remove unused feature bitJason Wang
2016-12-16virtio_ring: fix description of virtqueue_get_bufFelipe Franciosi
2016-12-16vhost/scsi: Remove unused but set variableTobias Klauser
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland
2016-12-16vringh: kill off ACCESS_ONCE()Mark Rutland
2016-12-16tools/virtio: fix READ_ONCE()Mark Rutland
2016-12-16crypto: add virtio-crypto driverGonglei
2016-12-16vhost: cache used event for better performanceJason Wang
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng
2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig
2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig
2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig
2016-12-16virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig
2016-12-16virtio: clean up handling of request_irq failureMichael S. Tsirkin
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin
2016-12-15vhost: add missing __user annotationsMichael S. Tsirkin
2016-12-15vhost: make interval tree static inlineMichael S. Tsirkin
2016-12-15drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin
2016-12-15drm/virtio: fix lock context imbalanceMichael S. Tsirkin
2016-12-15drm/virtio: fix endianness in primary_plane_updateMichael S. Tsirkin
2016-12-15virtio_console: drop unused config fieldsMichael S. Tsirkin
2016-12-15virtio_ring: fix complaint by sparseGonglei
2016-12-15virtio_pci_modern: fix complaint by sparseGonglei
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-14docs: add back 'Documentation/Changes' file (as symlink)Linus Torvalds
2016-12-14radix tree test suite: delete unused rcupdate.cMatthew Wilcox
2016-12-14radix tree test suite: add new tag checkMatthew Wilcox
2016-12-14radix-tree: ensure counts are initialisedMatthew Wilcox
2016-12-14radix tree test suite: cache recently freed objectsMatthew Wilcox
2016-12-14radix tree test suite: add some more functionalityMatthew Wilcox
2016-12-14idr: reduce the number of bits per level from 8 to 6Matthew Wilcox
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox
2016-12-14idr: add ida_is_emptyMatthew Wilcox
2016-12-14radix tree test suite: check multiorder iterationMatthew Wilcox
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox