summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* virtio_pci: Kconfig grammar fixMichael S. Tsirkin2015-01-211-1/+1
* virtio_rng: drop extra empty lineMichael S. Tsirkin2015-01-211-1/+0
* virtio_ring: coding style fixMichael S. Tsirkin2015-01-211-2/+1
* virtio_blk: coding style fixesMichael S. Tsirkin2015-01-211-4/+2
* virtio_balloon: coding style fixesMichael S. Tsirkin2015-01-211-2/+1
* virtio_pci_modern: support devices with no configMichael S. Tsirkin2015-01-211-2/+19
* virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin2015-01-212-8/+52
* virtio_pci: macros for PCI layout offsetsRusty Russell2015-01-211-1/+59
* virtio_pci: modern driverMichael S. Tsirkin2015-01-214-7/+621
* virtio_pci: move probe/remove code to commonMichael S. Tsirkin2015-01-213-72/+77
* virtio_pci: drop useless del_vqs callSasha Levin2015-01-211-1/+0
* virtio/balloon: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* virtio/scsi: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* virtio/net: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* virtio/console: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* virtio/blk: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-2110-32/+73
|\
| * libata: prevent HSM state change race between ISR and PIODavid Jeffery2015-01-191-0/+12
| * libata: allow sata_sil24 to opt-out of tag ordered submissionDan Williams2015-01-192-2/+5
| * ata: pata_at91: depend on !ARCH_MULTIPLATFORMAlexandre Belloni2015-01-131-0/+1
| * ahci: Remove Device ID for Intel Sunrise Point PCHJames Ralston2015-01-131-1/+0
| * ahci: Use dev_info() to inform about the lack of Device Sleep supportGabriele Mazzotta2015-01-091-1/+1
| * libata: Whitelist SSDs that are known to properly return zeroes after TRIMMartin K. Petersen2015-01-082-8/+33
| * sata_dwc_460ex: fix resource leak on error pathAndy Shevchenko2015-01-071-14/+12
| * libata: export ata_get_cmd_descript()Andy Shevchenko2015-01-051-0/+1
| * ahci_xgene: Fix the DMA state machine lockup for the ATA_CMD_PACKET PIO mode ...Suman Tripathi2015-01-051-5/+7
| * ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA controller dr...Suman Tripathi2015-01-051-1/+1
* | Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-204-31/+25
|\ \
| * | pinctrl: qcom: Don't iterate past end of function arrayStephen Boyd2015-01-191-2/+2
| * | pinctrl: lantiq: remove bogus of_gpio_chip_addJohan Hovold2015-01-141-2/+0
| * | pinctrl: Fix two deadlocksJim Lin2015-01-141-2/+3
| * | pinctrl: rockchip: Avoid losing interrupts when supporting both edgesDoug Anderson2015-01-141-25/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-2016-126/+234
|\ \ \
| * | | s2io: use snprintf() as a safety featureDan Carpenter2015-01-191-3/+8
| * | | r8152: remove sram_readhayeswang2015-01-191-18/+6
| * | | r8152: remove generic_ocp_read before writinghayeswang2015-01-191-6/+0
| * | | bgmac: activate irqs only if there is nothing to pollHauke Mehrtens2015-01-191-3/+3
| * | | bgmac: register napi before the deviceHauke Mehrtens2015-01-191-3/+3
| * | | sh_eth: Fix ethtool operation crash when net device is downBen Hutchings2015-01-191-0/+10
| * | | sh_eth: Fix promiscuous mode on chips without TSUBen Hutchings2015-01-191-9/+9
| * | | net: davinci_emac: Add support for emac on dm816xTony Lindgren2015-01-161-0/+5
| * | | net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren2015-01-161-3/+12
| * | | net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren2015-01-161-5/+18
| * | | net: davinci_emac: Free clock after checking the frequencyTony Lindgren2015-01-161-0/+1
| * | | net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren2015-01-161-4/+29
| * | | net: davinci_emac: Fix hangs with interruptsTony Lindgren2015-01-161-9/+10
| * | | Merge tag 'linux-can-fixes-for-3.19-20150115' of git://git.kernel.org/pub/scm...David S. Miller2015-01-154-29/+44
| |\ \ \
| | * | | can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish2015-01-151-7/+4
| | * | | can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish2015-01-151-3/+4
| | * | | can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish2015-01-151-0/+3