aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* vhost: introduce vhost_has_work()Jason Wang2016-03-112-0/+8
* virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek2016-03-111-15/+21
* virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek2016-03-111-57/+51
* virtio/s390: size of SET_IND payloadCornelia Huck2016-03-021-4/+8
* virtio/s390: use dev_to_virtioGeliang Tang2016-03-021-2/+1
* vhost: rename vhost_init_used()Greg Kurz2016-03-025-6/+6
* vhost: rename cross-endian helpersGreg Kurz2016-03-021-6/+24
* virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSHMichael S. Tsirkin2016-03-021-3/+8
* vring: Use the DMA API on XenAndy Lutomirski2016-03-021-0/+12
* virtio_pci: Use the DMA API if enabledAndy Lutomirski2016-03-023-76/+33
* virtio_mmio: Use the DMA API if enabledAndy Lutomirski2016-03-021-52/+15
* virtio: Add improved queue allocation APIAndy Lutomirski2016-03-021-30/+179
* virtio_ring: Support DMA APIsAndy Lutomirski2016-03-022-36/+166
* vring: Introduce vring_use_dma_api()Andy Lutomirski2016-03-021-0/+24
* vhost: fix error path in vhost_init_used()Greg Kurz2016-03-021-4/+11
* virtio-pci: read the right virtio_pci_notify_cap fieldLadi Prosek2016-03-021-1/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-281-11/+7
|\
| * irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory sizeShanker Donthineni2016-02-171-5/+6
| * irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1Ashok Kumar2016-02-111-6/+1
* | Merge tag 'staging-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-281-1/+1
|\ \
| * | drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BIN...Lisa Du2016-02-201-1/+1
* | | Merge tag 'usb-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-2818-70/+125
|\ \ \
| * \ \ Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2016-02-2413-63/+106
| |\ \ \
| | * | | usb: musb: fix DMA for host modeCristian Birsan2016-02-231-4/+2
| | * | | usb: phy: msm: Trigger USB state detection work in DRD modeIvan T. Ivanov2016-02-231-16/+4
| | * | | usb: gadget: net2280: fix endpoint max packet for super speed connectionsSimon Appleby2016-02-231-2/+13
| | * | | usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski2016-02-231-2/+5
| | * | | usb: gadget: remove driver from pending list on probe errorMarek Szyprowski2016-02-231-1/+2
| | * | | usb: musb: Fix DMA desired mode for Mentor DMA engineCristian Birsan2016-02-171-1/+1
| | * | | usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usageAndrzej Hajda2016-02-171-1/+1
| | * | | usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven2016-02-171-0/+1
| | * | | usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang2016-02-172-1/+9
| | * | | usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan2016-02-171-11/+10
| | * | | usb: dwc3: Fix assignment of EP transfer resourcesJohn Youn2016-02-173-24/+52
| | * | | usb: dwc2: Add extra delay when forcing dr_modeJohn Youn2016-02-171-0/+6
| * | | | Revert "usb: hub: do not clear BOS field during reset device"Greg Kroah-Hartman2016-02-201-5/+3
| * | | | Merge tag 'usb-serial-4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-202-0/+11
| |\ \ \ \
| | * | | | USB: option: add "4G LTE usb-modem U901"Bjørn Mork2016-02-181-0/+2
| | * | | | USB: cp210x: add IDs for GE B650V3 and B850V3 boardsKen Lin2016-02-181-0/+2
| | * | | | USB: option: add support for SIM7100EAndrey Skvortsov2016-02-181-0/+7
| | |/ / /
| * | | | usb: chipidea: fix return value check in ci_hdrc_pci_probe()Wei Yongjun2016-02-191-2/+2
| * | | | usb: chipidea: error on overflow for port_test_writeAlan2016-02-191-0/+3
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-271-0/+22
|\ \ \ \
| * | | | drivers: char: random: add get_random_long()Daniel Cashman2016-02-271-0/+22
* | | | | Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-272-4/+14
|\ \ \ \ \
| * | | | | PCI: mvebu: Restrict build to 32-bit ARMThierry Reding2016-02-271-0/+1
| * | | | | Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas2016-02-271-1/+8
| * | | | | Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas2016-02-171-4/+6
* | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-02-271-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | clk: ti: omap3+: dpll: use non-locking version of clk_get_rateTero Kristo2016-02-221-1/+2