aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-18virtio_console: Merge struct buffer_token into struct port_bufferSjur Brændeland1-76/+53
2012-12-18virtio: add drv_to_virtio to make code clearlyWanlong Gao2-7/+9
2012-12-18virtio: use dev_to_virtio wrapper in virtioWanlong Gao2-11/+14
2012-12-18virtio-mmio: Fix irq parsing in command line parameterPawel Moll1-9/+17
2012-12-18virtio_console: Free buffers from out-queue upon closesjur.brandeland@stericsson.com1-0/+4
2012-12-18virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-4/+3
2012-12-18virtio_console: Use kmalloc instead of kzallocSjur Brændeland1-1/+1
2012-12-18virtio_console: Free buffer if splice failsSjur Brændeland1-0/+2
2012-12-18virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-2/+2
2012-12-18virtio: scsi: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-11/+13
2012-12-18virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-4/+2
2012-12-18virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-1/+1
2012-12-18virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-5/+5
2012-12-18virtio: make virtqueue_add_buf() returning 0 on success, not capacity.Rusty Russell1-5/+2
2012-12-18virtio: console: don't rely on virtqueue_add_buf() returning capacity.Amit Shah1-0/+2
2012-12-18virtio_net: don't rely on virtqueue_add_buf() returning capacity.Rusty Russell1-20/+13
2012-12-18virtio-net: remove unused skb_vnet_hdr->num_sg fieldMichael S. Tsirkin1-3/+3
2012-12-18virtio-net: correct capacity math on ring fullMichael S. Tsirkin1-5/+4
2012-12-18virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell4-30/+28
2012-12-18virtio-pci: use module_pci_driver to simplify the codeWei Yongjun1-13/+1
2012-12-18lguest: fix typoAlex Russell1-1/+1
2012-10-22lguest: fix block request handling in example launcher.Rusty Russell1-49/+35
2012-10-22virtio-scsi: Add real 2-clause BSD license to headerBryan Venteicher1-2/+26
2012-10-22virtio: force vring descriptors to be allocated from lowmemWill Deacon1-0/+7
2012-10-22virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon1-1/+2
2012-10-22mm: highmem: export kmap_to_page for modulesWill Deacon1-0/+1
2012-10-15thermal, cpufreq: Fix build when CPU_FREQ_TABLE isn't configuredDavid Rientjes1-0/+2
2012-10-15kbuild: Fix accidental revert in commit fe04ddfMichal Marek2-3/+3
2012-10-15docbook: networking: fix file paths for uapi headersRandy Dunlap1-2/+2
2012-10-15mm: huge_memory: Fix build error.Ralf Baechle1-0/+1
2012-10-15ARM: fix oops on initial entry to userspace with Thumb2 kernelsRussell King1-2/+2
2012-10-14Linux 3.7-rc1Linus Torvalds1-2/+2
2012-10-14x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming1-1/+2
2012-10-14perf: Fix UAPI falloutIngo Molnar10-11/+11
2012-10-13ARM: config: make sure that platforms are ordered by option stringRussell King1-38/+38
2012-10-13ARM: config: sort select statements alphanumericallyRussell King39-767/+765
2012-10-13UAPI: (Scripted) Disintegrate include/linux/byteorderDavid Howells6-206/+214
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells578-30108/+32659
2012-10-13UAPI: Unexport linux/blk_types.hDavid Howells2-61/+59
2012-10-13UAPI: Unexport part of linux/ppp-comp.hDavid Howells1-0/+4
2012-10-13perf: Handle new rbtree implementationMarkus Trippelsdorf2-1/+4
2012-10-12procfs: don't need a PATH_MAX allocation to hold a string representation of an intJeff Layton1-2/+3
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2-20/+50
2012-10-12audit: make audit_inode take struct filenameJeff Layton5-19/+42
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton7-21/+42
2012-10-12vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton1-7/+23
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton3-0/+38
2012-10-12vfs: define struct filename and have getname() return itJeff Layton40-175/+218
2012-10-12btrfs: Fix compilation with user namespace support enabledEric W. Biederman1-2/+2
2012-10-12userns: Fix posix_acl_file_xattr_userns gid conversionEric W. Biederman1-1/+1