summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-19spi/sh-hspi: fix return value check in hspi_probe().Cyril Roelandt1-1/+1
2012-12-19of: Fix export of of_find_matching_node_and_match()Grant Likely1-1/+1
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds13-337/+1236
2012-12-18net: fec: forbid FEC_PTP on SoCs that do not supportShawn Guo1-2/+1
2012-12-18be2net: fix wrong frag_idx reported by RX CQSathya Perla2-7/+33
2012-12-18be2net: fix be_close() to ensure all events are ack'edSathya Perla2-9/+17
2012-12-18Merge branch 'akpm' (more patches from Andrew)Linus Torvalds2-13/+26
2012-12-18Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox1-0/+1
2012-12-18backlight: locomolcd: fix checkpatch error and warningJingoo Han1-13/+25
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds165-1570/+2066
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds13-127/+158
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds3-130/+171
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds59-710/+1978
2012-12-17cdc_ether: cleanup: use USB_DEVICE_AND_INTERFACE_INFO for Novatel 551/E362Dan Williams1-16/+4
2012-12-17qmi_wwan/cdc_ether: add Dell Wireless 5800 (Novatel E362) USB IDsDan Williams2-0/+29
2012-12-18virtio_console: Add support for remoteproc serialSjur Brændeland1-23/+169
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 Gao1-7/+4
2012-12-18virtio: use dev_to_virtio wrapper in virtioWanlong Gao1-10/+9
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: 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 Russell3-29/+15
2012-12-18virtio-pci: use module_pci_driver to simplify the codeWei Yongjun1-13/+1
2012-12-17tuntap: fix sparse warningJason Wang1-1/+1
2012-12-18lguest: fix typoAlex Russell1-1/+1
2012-12-17efi: Fix the build with user namespaces enabled.Eric W. Biederman1-1/+0
2012-12-17Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kerne...Olof Johansson2-4/+2
2012-12-17mtd: nandsim: use prandom_bytesAkinobu Mita1-4/+1
2012-12-17bnx2x: use prandom_bytes()Akinobu Mita1-4/+1
2012-12-17random32: rename random32 to prandomAkinobu Mita1-2/+2
2012-12-17aoe: fix use after free in aoedev_by_aoeaddr()Dan Carpenter1-0/+1
2012-12-17aoe: update internal version number to 81Ed Cashin1-2/+1
2012-12-17aoe: identify source of runt AoE packetsEd Cashin1-3/+7
2012-12-17aoe: allow comma separator in aoe_iflist valueEd Cashin2-2/+2
2012-12-17aoe: allow user to disable target failure timeoutEd Cashin1-1/+3
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin4-21/+49
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin3-63/+146