aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-15vsock/virtio: fix src/dst cid formatGravatar Michael S. Tsirkin 1-7/+7
2016-12-15vsock/virtio: mark an internal function staticGravatar Michael S. Tsirkin 1-2/+1
2016-12-15vsock/virtio: add a missing __le annotationGravatar Michael S. Tsirkin 1-1/+1
2016-12-15vhost: add missing __user annotationsGravatar Michael S. Tsirkin 1-5/+5
2016-12-15vhost: make interval tree static inlineGravatar Michael S. Tsirkin 1-1/+1
2016-12-15drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedGravatar Michael S. Tsirkin 1-0/+2
2016-12-15drm/virtio: fix lock context imbalanceGravatar Michael S. Tsirkin 1-1/+3
2016-12-15drm/virtio: fix endianness in primary_plane_updateGravatar Michael S. Tsirkin 1-2/+2
2016-12-15virtio_console: drop unused config fieldsGravatar Michael S. Tsirkin 1-7/+7
2016-12-15virtio_ring: fix complaint by sparseGravatar Gonglei 1-2/+2
2016-12-15virtio_pci_modern: fix complaint by sparseGravatar Gonglei 1-4/+4
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 140-2218/+3428
2016-12-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-16/+45
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 13-95/+104
2016-12-14docs: add back 'Documentation/Changes' file (as symlink)Gravatar Linus Torvalds 1-0/+1
2016-12-14radix tree test suite: delete unused rcupdate.cGravatar Matthew Wilcox 1-86/+0
2016-12-14radix tree test suite: add new tag checkGravatar Matthew Wilcox 1-0/+3
2016-12-14radix-tree: ensure counts are initialisedGravatar Matthew Wilcox 2-25/+61
2016-12-14radix tree test suite: cache recently freed objectsGravatar Matthew Wilcox 2-12/+41
2016-12-14radix tree test suite: add some more functionalityGravatar Matthew Wilcox 3-0/+21
2016-12-14idr: reduce the number of bits per level from 8 to 6Gravatar Matthew Wilcox 1-5/+4
2016-12-14rxrpc: abstract away knowledge of IDR internalsGravatar Matthew Wilcox 3-7/+34
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Gravatar Matthew Wilcox 1-2/+2
2016-12-14idr: add ida_is_emptyGravatar Matthew Wilcox 3-6/+11
2016-12-14radix tree test suite: check multiorder iterationGravatar Matthew Wilcox 4-35/+73
2016-12-14radix-tree: fix replacement for multiorder entriesGravatar Matthew Wilcox 2-28/+119
2016-12-14radix-tree: add radix_tree_split_preload()Gravatar Matthew Wilcox 4-3/+69
2016-12-14radix-tree: add radix_tree_splitGravatar Matthew Wilcox 3-4/+214
2016-12-14radix-tree: add radix_tree_joinGravatar Matthew Wilcox 3-31/+213
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Gravatar Matthew Wilcox 9-163/+125
2016-12-14radix-tree: delete radix_tree_locate_item()Gravatar Matthew Wilcox 6-105/+53
2016-12-14radix-tree: improve multiorder iteratorsGravatar Matthew Wilcox 9-85/+188
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Gravatar Matthew Wilcox 1-0/+1
2016-12-14radix-tree: improve dump outputGravatar Matthew Wilcox 1-23/+26
2016-12-14radix-tree: make radix_tree_find_next_bit more usefulGravatar Matthew Wilcox 1-10/+7
2016-12-14radix-tree: create node_tag_set()Gravatar Matthew Wilcox 1-22/+19
2016-12-14radix-tree: move rcu_head into a union with private_listGravatar Matthew Wilcox 2-10/+5
2016-12-14radix-tree: fix typoGravatar Matthew Wilcox 1-1/+1
2016-12-14radix tree test suite: use common find-bit codeGravatar Matthew Wilcox 5-80/+48
2016-12-14tools: add more bitmap functionsGravatar Matthew Wilcox 1-0/+26
2016-12-14radix tree test suite: record order in each itemGravatar Matthew Wilcox 3-14/+23
2016-12-14radix tree test suite: handle exceptional entriesGravatar Matthew Wilcox 1-0/+7
2016-12-14radix tree test suite: use rcu_barrierGravatar Matthew Wilcox 2-2/+15
2016-12-14radix tree test suite: benchmark for iteratorGravatar Konstantin Khlebnikov 5-1/+110
2016-12-14radix tree test suite: iteration test misuses RCUGravatar Matthew Wilcox 1-2/+26
2016-12-14radix tree test suite: make runs more reproducibleGravatar Matthew Wilcox 2-6/+14
2016-12-14radix tree test suite: free preallocated nodesGravatar Matthew Wilcox 2-0/+4
2016-12-14radix tree test suite: track preempt_countGravatar Matthew Wilcox 3-13/+24
2016-12-14radix tree test suite: allow GFP_ATOMIC allocations to failGravatar Matthew Wilcox 3-9/+25
2016-12-14tools: add WARN_ON_ONCEGravatar Matthew Wilcox 4-4/+13