index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
atmsar11.HEX
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
virtio_console: Free buffers from out-queue upon close
sjur.brandeland@stericsson.com
1
-0
/
+4
2012-12-18
virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
1
-4
/
+3
2012-12-18
virtio_console: Use kmalloc instead of kzalloc
Sjur Brændeland
1
-1
/
+1
2012-12-18
virtio_console: Free buffer if splice fails
Sjur Brændeland
1
-0
/
+2
2012-12-18
virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-2
/
+2
2012-12-18
virtio: scsi: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-11
/
+13
2012-12-18
virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-4
/
+2
2012-12-18
virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-1
/
+1
2012-12-18
virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-5
/
+5
2012-12-18
virtio: make virtqueue_add_buf() returning 0 on success, not capacity.
Rusty Russell
1
-5
/
+2
2012-12-18
virtio: console: don't rely on virtqueue_add_buf() returning capacity.
Amit Shah
1
-0
/
+2
2012-12-18
virtio_net: don't rely on virtqueue_add_buf() returning capacity.
Rusty Russell
1
-20
/
+13
2012-12-18
virtio-net: remove unused skb_vnet_hdr->num_sg field
Michael S. Tsirkin
1
-3
/
+3
2012-12-18
virtio-net: correct capacity math on ring full
Michael S. Tsirkin
1
-5
/
+4
2012-12-18
virtio: move queue_index and num_free fields into core struct virtqueue.
Rusty Russell
4
-30
/
+28
2012-12-18
virtio-pci: use module_pci_driver to simplify the code
Wei Yongjun
1
-13
/
+1
2012-12-18
lguest: fix typo
Alex Russell
1
-1
/
+1
2012-10-22
lguest: fix block request handling in example launcher.
Rusty Russell
1
-49
/
+35
2012-10-22
virtio-scsi: Add real 2-clause BSD license to header
Bryan Venteicher
1
-2
/
+26
2012-10-22
virtio: force vring descriptors to be allocated from lowmem
Will Deacon
1
-0
/
+7
2012-10-22
virtio: 9p: correctly pass physical address to userspace for high pages
Will Deacon
1
-1
/
+2
2012-10-22
mm: highmem: export kmap_to_page for modules
Will Deacon
1
-0
/
+1
2012-10-15
thermal, cpufreq: Fix build when CPU_FREQ_TABLE isn't configured
David Rientjes
1
-0
/
+2
2012-10-15
kbuild: Fix accidental revert in commit fe04ddf
Michal Marek
2
-3
/
+3
2012-10-15
docbook: networking: fix file paths for uapi headers
Randy Dunlap
1
-2
/
+2
2012-10-15
mm: huge_memory: Fix build error.
Ralf Baechle
1
-0
/
+1
2012-10-15
ARM: fix oops on initial entry to userspace with Thumb2 kernels
Russell King
1
-2
/
+2
2012-10-14
Linux 3.7-rc1
v3.7-rc1
Linus Torvalds
1
-2
/
+2
2012-10-14
x86, boot: Explicitly include autoconf.h for hostprogs
Matt Fleming
1
-1
/
+2
2012-10-14
perf: Fix UAPI fallout
Ingo Molnar
10
-11
/
+11
2012-10-13
ARM: config: make sure that platforms are ordered by option string
Russell King
1
-38
/
+38
2012-10-13
ARM: config: sort select statements alphanumerically
Russell King
39
-767
/
+765
2012-10-13
UAPI: (Scripted) Disintegrate include/linux/byteorder
David Howells
6
-206
/
+214
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
578
-30108
/
+32659
2012-10-13
UAPI: Unexport linux/blk_types.h
David Howells
2
-61
/
+59
2012-10-13
UAPI: Unexport part of linux/ppp-comp.h
David Howells
1
-0
/
+4
2012-10-13
perf: Handle new rbtree implementation
Markus Trippelsdorf
2
-1
/
+4
2012-10-13
procfs: don't need a PATH_MAX allocation to hold a string representation of a...
Jeff Layton
1
-2
/
+3
2012-10-13
vfs: embed struct filename inside of names_cache allocation if possible
Jeff Layton
2
-20
/
+50
2012-10-13
audit: make audit_inode take struct filename
Jeff Layton
5
-19
/
+42
2012-10-13
vfs: make path_openat take a struct filename pointer
Jeff Layton
7
-21
/
+42
2012-10-13
vfs: turn do_path_lookup into wrapper around struct filename variant
Jeff Layton
1
-7
/
+23
2012-10-13
audit: allow audit code to satisfy getname requests from its names_list
Jeff Layton
3
-0
/
+38
2012-10-13
vfs: define struct filename and have getname() return it
Jeff Layton
40
-175
/
+218
2012-10-13
btrfs: Fix compilation with user namespace support enabled
Eric W. Biederman
1
-2
/
+2
2012-10-12
userns: Fix posix_acl_file_xattr_userns gid conversion
Eric W. Biederman
1
-1
/
+1
2012-10-12
userns: Properly print bluetooth socket uids
Eric W. Biederman
1
-1
/
+1
2012-10-12
dm: store dm_target_io in bio front_pad
Mikulas Patocka
1
-59
/
+49
2012-10-12
dm thin: move bio_prison code to separate module
Mike Snitzer
5
-404
/
+499
2012-10-12
dm thin: prepare to separate bio_prison code
Mike Snitzer
1
-90
/
+131
[next]