Age | Commit message (Expand) | Author | Files | Lines |
2016-12-16 | tools/virtio: fix READ_ONCE() | Mark Rutland | 1 | -1/+1 |
2016-12-16 | crypto: add virtio-crypto driver | Gonglei | 12 | -0/+1887 |
2016-12-16 | vhost: cache used event for better performance | Jason Wang | 2 | -6/+25 |
2016-12-16 | vsock: lookup and setup guest_cid inside vhost_vsock_lock | Gao feng | 1 | -8/+17 |
2016-12-16 | virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants | Christoph Hellwig | 1 | -40/+57 |
2016-12-16 | virtio_pci: merge vp_free_vectors into vp_del_vqs | Christoph Hellwig | 1 | -34/+27 |
2016-12-16 | virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors | Christoph Hellwig | 1 | -1/+0 |
2016-12-16 | virtio_pci: use pci_alloc_irq_vectors | Christoph Hellwig | 2 | -26/+17 |
2016-12-16 | virtio: clean up handling of request_irq failure | Michael S. Tsirkin | 1 | -3/+1 |
2016-12-15 | vsock/virtio: fix src/dst cid format | Michael S. Tsirkin | 1 | -7/+7 |
2016-12-15 | vsock/virtio: mark an internal function static | Michael S. Tsirkin | 1 | -2/+1 |
2016-12-15 | vsock/virtio: add a missing __le annotation | Michael S. Tsirkin | 1 | -1/+1 |
2016-12-15 | vhost: add missing __user annotations | Michael S. Tsirkin | 1 | -5/+5 |
2016-12-15 | vhost: make interval tree static inline | Michael S. Tsirkin | 1 | -1/+1 |
2016-12-15 | drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_locked | Michael S. Tsirkin | 1 | -0/+2 |
2016-12-15 | drm/virtio: fix lock context imbalance | Michael S. Tsirkin | 1 | -1/+3 |
2016-12-15 | drm/virtio: fix endianness in primary_plane_update | Michael S. Tsirkin | 1 | -2/+2 |
2016-12-15 | virtio_console: drop unused config fields | Michael S. Tsirkin | 1 | -7/+7 |
2016-12-15 | virtio_ring: fix complaint by sparse | Gonglei | 1 | -2/+2 |
2016-12-15 | virtio_pci_modern: fix complaint by sparse | Gonglei | 1 | -4/+4 |
2016-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 140 | -2218/+3428 |
2016-12-15 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -16/+45 |
2016-12-15 | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block | Linus Torvalds | 13 | -95/+104 |
2016-12-15 | docs: add back 'Documentation/Changes' file (as symlink) | Linus Torvalds | 1 | -0/+1 |
2016-12-15 | radix tree test suite: delete unused rcupdate.c | Matthew Wilcox | 1 | -86/+0 |
2016-12-15 | radix tree test suite: add new tag check | Matthew Wilcox | 1 | -0/+3 |
2016-12-15 | radix-tree: ensure counts are initialised | Matthew Wilcox | 2 | -25/+61 |
2016-12-15 | radix tree test suite: cache recently freed objects | Matthew Wilcox | 2 | -12/+41 |
2016-12-15 | radix tree test suite: add some more functionality | Matthew Wilcox | 3 | -0/+21 |
2016-12-15 | idr: reduce the number of bits per level from 8 to 6 | Matthew Wilcox | 1 | -5/+4 |
2016-12-15 | rxrpc: abstract away knowledge of IDR internals | Matthew Wilcox | 3 | -7/+34 |
2016-12-15 | tpm: use idr_find(), not idr_find_slowpath() | Matthew Wilcox | 1 | -2/+2 |
2016-12-15 | idr: add ida_is_empty | Matthew Wilcox | 3 | -6/+11 |
2016-12-15 | radix tree test suite: check multiorder iteration | Matthew Wilcox | 4 | -35/+73 |
2016-12-15 | radix-tree: fix replacement for multiorder entries | Matthew Wilcox | 2 | -28/+119 |
2016-12-15 | radix-tree: add radix_tree_split_preload() | Matthew Wilcox | 4 | -3/+69 |
2016-12-15 | radix-tree: add radix_tree_split | Matthew Wilcox | 3 | -4/+214 |
2016-12-15 | radix-tree: add radix_tree_join | Matthew Wilcox | 3 | -31/+213 |
2016-12-15 | radix-tree: delete radix_tree_range_tag_if_tagged() | Matthew Wilcox | 9 | -163/+125 |
2016-12-15 | radix-tree: delete radix_tree_locate_item() | Matthew Wilcox | 6 | -105/+53 |
2016-12-15 | radix-tree: improve multiorder iterators | Matthew Wilcox | 9 | -85/+188 |
2016-12-15 | btrfs: fix race in btrfs_free_dummy_fs_info() | Matthew Wilcox | 1 | -0/+1 |
2016-12-15 | radix-tree: improve dump output | Matthew Wilcox | 1 | -23/+26 |
2016-12-15 | radix-tree: make radix_tree_find_next_bit more useful | Matthew Wilcox | 1 | -10/+7 |
2016-12-15 | radix-tree: create node_tag_set() | Matthew Wilcox | 1 | -22/+19 |
2016-12-15 | radix-tree: move rcu_head into a union with private_list | Matthew Wilcox | 2 | -10/+5 |
2016-12-15 | radix-tree: fix typo | Matthew Wilcox | 1 | -1/+1 |
2016-12-15 | radix tree test suite: use common find-bit code | Matthew Wilcox | 5 | -80/+48 |
2016-12-15 | tools: add more bitmap functions | Matthew Wilcox | 1 | -0/+26 |
2016-12-15 | radix tree test suite: record order in each item | Matthew Wilcox | 3 | -14/+23 |