index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-16
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
38
-68
/
+5
2016-12-16
fs/logfs: drop __CHECK_ENDIAN__
Michael S. Tsirkin
1
-3
/
+1
2016-12-16
Documentation/sparse: drop __CHECK_ENDIAN__
Michael S. Tsirkin
2
-12
/
+2
2016-12-16
linux: drop __bitwise__ everywhere
Michael S. Tsirkin
12
-20
/
+20
2016-12-16
checkpatch: replace __bitwise__ with __bitwise
Michael S. Tsirkin
1
-2
/
+2
2016-12-16
Documentation/sparse: drop __bitwise__
Michael S. Tsirkin
1
-7
/
+0
2016-12-16
tools: enable endian checks for all sparse builds
Michael S. Tsirkin
1
-4
/
+0
2016-12-16
linux/types.h: enable endian checks for all sparse builds
Michael S. Tsirkin
1
-4
/
+0
2016-12-16
virtio_mmio: Set dev.release() to avoid warning
Yuan Liu
1
-0
/
+2
2016-12-16
vhost: remove unused feature bit
Jason Wang
1
-2
/
+0
2016-12-16
virtio_ring: fix description of virtqueue_get_buf
Felipe Franciosi
1
-1
/
+1
2016-12-16
vhost/scsi: Remove unused but set variable
Tobias Klauser
1
-2
/
+0
2016-12-16
tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h
Mark Rutland
1
-4
/
+5
2016-12-16
vringh: kill off ACCESS_ONCE()
Mark Rutland
1
-2
/
+3
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-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
140
-2218
/
+3428
2016-12-14
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-16
/
+45
2016-12-14
Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-95
/
+104
2016-12-14
docs: add back 'Documentation/Changes' file (as symlink)
Linus Torvalds
1
-0
/
+1
2016-12-14
radix tree test suite: delete unused rcupdate.c
Matthew Wilcox
1
-86
/
+0
2016-12-14
radix tree test suite: add new tag check
Matthew Wilcox
1
-0
/
+3
2016-12-14
radix-tree: ensure counts are initialised
Matthew Wilcox
2
-25
/
+61
2016-12-14
radix tree test suite: cache recently freed objects
Matthew Wilcox
2
-12
/
+41
2016-12-14
radix tree test suite: add some more functionality
Matthew Wilcox
3
-0
/
+21
2016-12-14
idr: reduce the number of bits per level from 8 to 6
Matthew Wilcox
1
-5
/
+4
2016-12-14
rxrpc: abstract away knowledge of IDR internals
Matthew Wilcox
3
-7
/
+34
2016-12-14
tpm: use idr_find(), not idr_find_slowpath()
Matthew Wilcox
1
-2
/
+2
2016-12-14
idr: add ida_is_empty
Matthew Wilcox
3
-6
/
+11
2016-12-14
radix tree test suite: check multiorder iteration
Matthew Wilcox
4
-35
/
+73
2016-12-14
radix-tree: fix replacement for multiorder entries
Matthew Wilcox
2
-28
/
+119
2016-12-14
radix-tree: add radix_tree_split_preload()
Matthew Wilcox
4
-3
/
+69
[next]