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