index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-20
virtio_balloon: use simplified virtqueue accessors.
Rusty Russell
1
-3
/
+3
2013-03-20
virtio_rpmsg_bus: use simplified virtqueue accessors.
Rusty Russell
1
-4
/
+4
2013-03-20
caif_virtio: use simplified virtqueue accessors.
Rusty Russell
1
-2
/
+1
2013-03-20
virtio_console: use simplified virtqueue accessors.
Rusty Russell
1
-3
/
+3
2013-03-20
virtio_rng: use simplified virtqueue accessors.
Rusty Russell
1
-1
/
+1
2013-03-20
virtio_net: use simplified virtqueue accessors.
Rusty Russell
1
-6
/
+5
2013-03-20
virtio_net: use virtqueue_add_sgs[] for command buffers.
Rusty Russell
1
-25
/
+26
2013-03-20
virtio_scsi: use virtqueue_add_inbuf() for virtscsi_kick_event.
Rusty Russell
1
-2
/
+2
2013-03-20
virtio-scsi: use virtqueue_add_sgs for command buffers
Wanlong Gao
1
-63
/
+37
2013-03-20
virtio_blk: remove nents member.
Rusty Russell
1
-11
/
+11
2013-03-20
virtio-blk: use virtqueue_add_sgs on req path
Paolo Bonzini
1
-36
/
+33
2013-03-20
virtio-blk: use virtqueue_add_sgs on bio path
Paolo Bonzini
1
-29
/
+29
2013-03-20
virtio-blk: reorganize virtblk_add_req
Paolo Bonzini
1
-35
/
+20
2013-03-20
tools/virtio: make vringh_test use inbuf/outbuf.
Rusty Russell
2
-4
/
+14
2013-03-20
virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.
Rusty Russell
2
-0
/
+54
2013-03-20
virtio_ring: virtqueue_add_sgs, to add multiple sgs.
Rusty Russell
4
-63
/
+187
2013-03-20
scatterlist: introduce sg_unmark_end
Paolo Bonzini
3
-2
/
+18
2013-03-20
caif_virtio: Introduce caif over virtio
Erwan Yvin
5
-0
/
+827
2013-03-20
virtio: Introduce vringh wrappers in virtio_config
Sjur Brændeland
2
-0
/
+32
2013-03-20
tools/virtio: add vring_test.
Rusty Russell
3
-4
/
+747
2013-03-20
vringh: host-side implementation of virtio rings.
Rusty Russell
6
-1
/
+1215
2013-03-20
tools/virtio: separate headers more.
Rusty Russell
21
-147
/
+450
2013-03-20
virtio_ring: expose virtio barriers for use in vringh.
Rusty Russell
2
-27
/
+63
2013-03-20
tools/virtio: fix build for 3.8
Michael S. Tsirkin
4
-4
/
+12
2013-03-12
Remove Documentation/virtual/virtio-spec.txt
Rusty Russell
2
-3213
/
+0
2013-03-12
virtio-blk: emit udev event when device is resized
Milos Vyletel
1
-0
/
+2
2013-03-12
virtio-scsi: use pr_err() instead of printk()
Wanlong Gao
1
-4
/
+4
2013-03-06
lguest: fix paths in comments
Wanlong Gao
2
-4
/
+3
2013-03-04
Linux 3.9-rc1
v3.9-rc1
Linus Torvalds
1
-2
/
+2
2013-03-03
btrfs/raid56: Add missing #include <linux/vmalloc.h>
Geert Uytterhoeven
1
-0
/
+1
2013-03-03
fix compat_sys_rt_sigprocmask()
Al Viro
1
-1
/
+1
2013-03-03
SUNRPC: One line comment fix
Trond Myklebust
1
-1
/
+1
2013-03-03
ext4: enable quotas before orphan cleanup
Jan Kara
1
-10
/
+10
2013-03-02
ext4: don't allow quota mount options when quota feature enabled
Jan Kara
1
-7
/
+26
2013-03-02
ext4: fix a warning from sparse check for ext4_dir_llseek
Zheng Liu
1
-1
/
+1
2013-03-02
ext4: convert number of blocks to clusters properly
Lukas Czerner
4
-9
/
+9
2013-03-02
ext4: fix possible memory leak in ext4_remount()
Wei Yongjun
1
-0
/
+1
2013-03-02
jbd2: fix ERR_PTR dereference in jbd2__journal_start
Dmitry Monakhov
1
-1
/
+1
2013-03-02
metag: Provide dma_get_sgtable()
James Hogan
1
-0
/
+7
2013-03-02
metag: prom.h: remove declaration of metag_dt_memblock_reserve()
James Hogan
1
-1
/
+0
2013-03-02
metag: copy devicetree to non-init memory
James Hogan
3
-0
/
+20
2013-03-02
metag: cleanup metag_ksyms.c includes
James Hogan
1
-6
/
+3
2013-03-02
metag: move mm/init.c exports out of metag_ksyms.c
James Hogan
2
-2
/
+3
2013-03-02
metag: move usercopy.c exports out of metag_ksyms.c
James Hogan
2
-16
/
+13
2013-03-02
metag: move setup.c exports out of metag_ksyms.c
James Hogan
2
-5
/
+3
2013-03-02
metag: move kick.c exports out of metag_ksyms.c
James Hogan
2
-2
/
+3
2013-03-02
metag: move traps.c exports out of metag_ksyms.c
James Hogan
2
-5
/
+3
2013-03-02
metag: move irq enable out of irqflags.h on SMP
James Hogan
2
-7
/
+20
2013-03-02
genksyms: fix metag symbol prefix on crc symbols
James Hogan
1
-1
/
+2
2013-03-02
metag: hugetlb: convert to vm_unmapped_area()
James Hogan
1
-42
/
+10
[next]