summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* virtio_console: make local symbols staticWei Yongjun2013-04-081-3/+3
* caif_virtio: fix error return code in cfv_create_genpool()Wei Yongjun2013-04-021-1/+3
* caif_virtio: Check that vringh_config is not nullSjur Brændeland2013-03-241-0/+4
* caif_virtio: Use vringh_notify_enable correctlySjur Brændeland2013-03-241-1/+1
* virtio_balloon: use simplified virtqueue accessors.Rusty Russell2013-03-201-3/+3
* virtio_rpmsg_bus: use simplified virtqueue accessors.Rusty Russell2013-03-201-4/+4
* caif_virtio: use simplified virtqueue accessors.Rusty Russell2013-03-201-2/+1
* virtio_console: use simplified virtqueue accessors.Rusty Russell2013-03-201-3/+3
* virtio_rng: use simplified virtqueue accessors.Rusty Russell2013-03-201-1/+1
* virtio_net: use simplified virtqueue accessors.Rusty Russell2013-03-201-6/+5
* virtio_net: use virtqueue_add_sgs[] for command buffers.Rusty Russell2013-03-201-25/+26
* virtio_scsi: use virtqueue_add_inbuf() for virtscsi_kick_event.Rusty Russell2013-03-201-2/+2
* virtio-scsi: use virtqueue_add_sgs for command buffersWanlong Gao2013-03-201-63/+37
* virtio_blk: remove nents member.Rusty Russell2013-03-201-11/+11
* virtio-blk: use virtqueue_add_sgs on req pathPaolo Bonzini2013-03-201-36/+33
* virtio-blk: use virtqueue_add_sgs on bio pathPaolo Bonzini2013-03-201-29/+29
* virtio-blk: reorganize virtblk_add_reqPaolo Bonzini2013-03-201-35/+20
* virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.Rusty Russell2013-03-201-0/+44
* virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell2013-03-201-63/+157
* caif_virtio: Introduce caif over virtioErwan Yvin2013-03-203-0/+802
* vringh: host-side implementation of virtio rings.Rusty Russell2013-03-205-1/+1019
* virtio_ring: expose virtio barriers for use in vringh.Rusty Russell2013-03-201-27/+6
* tools/virtio: fix build for 3.8Michael S. Tsirkin2013-03-201-1/+3
* virtio-blk: emit udev event when device is resizedMilos Vyletel2013-03-121-0/+2
* virtio-scsi: use pr_err() instead of printk()Wanlong Gao2013-03-121-4/+4
* lguest: fix paths in commentsWanlong Gao2013-03-071-3/+2
* Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-033-48/+39
|\
| * xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-011-0/+1
| * xen/acpi: xen cpu hotplug minor updatesLiu Jinsong2013-02-251-22/+12
| * xen/acpi: xen memory hotplug minor updatesLiu Jinsong2013-02-251-26/+26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-032-17/+13
|\ \
| * | more file_inode() open-coded instancesAl Viro2013-02-272-17/+13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-03-035-10/+16
|\ \ \
| * | | qdio: remove unused parametersStefan Raspl2013-02-283-7/+7
| * | | input: disable i8042 PC Keyboard controller for s390Heiko Carstens2013-02-281-1/+1
| * | | s390/dasd: fix unresponsive device after all channel paths were lostStefan Haberland2013-02-281-2/+8
* | | | Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-031-3/+12
|\ \ \ \
| * | | | parisc: check return value of down_interruptible() in hp_sdc_rtc.cHelge Deller2013-03-021-3/+12
* | | | | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-036-0/+1417
|\ \ \ \ \
| * | | | | metag: Internal and external irqchipsJames Hogan2013-03-023-0/+1213
| * | | | | metag: Time keepingJames Hogan2013-03-023-0/+204
* | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-031-1/+1
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King2013-03-03116-937/+1210
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: 7640/1: memory: tegra_ahb_enable_smmu() depends on TEGRA_IOMMU_SMMUHiroshi Doyu2013-02-211-1/+1
* | | | | | | | | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-033-8/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interruptsK. Y. Srinivasan2013-02-273-8/+10
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-03-031-15/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | USB: EHCI: revert "remove ASS/PSS polling timeout"Alan Stern2013-02-261-15/+14
* | | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-03-0320-849/+795
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | watchdog: sp805_wdt depends on ARMAlessandro Rubini2013-03-011-1/+1