aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-23virtio-mmio: Update the device to OASIS spec versionGravatar Pawel Moll 1-50/+81
2015-01-21virtio_pci_modern: drop an unused functionGravatar Michael S. Tsirkin 1-8/+0
2015-01-21virtio_pci: add module param to force legacy modeGravatar Michael S. Tsirkin 1-4/+21
2015-01-21virtio_pci: add an option to disable legacy driverGravatar Michael S. Tsirkin 3-1/+31
2015-01-21virtio_pci: drop Kconfig warningsGravatar Michael S. Tsirkin 1-3/+0
2015-01-21virtio_pci: Kconfig grammar fixGravatar Michael S. Tsirkin 1-1/+1
2015-01-21virtio_rng: drop extra empty lineGravatar Michael S. Tsirkin 1-1/+0
2015-01-21virtio_ring: coding style fixGravatar Michael S. Tsirkin 1-2/+1
2015-01-21virtio_blk: coding style fixesGravatar Michael S. Tsirkin 1-4/+2
2015-01-21virtio_balloon: coding style fixesGravatar Michael S. Tsirkin 1-2/+1
2015-01-21virtio_pci_modern: support devices with no configGravatar Michael S. Tsirkin 1-2/+19
2015-01-21virtio_pci_modern: reduce number of mappingsGravatar Michael S. Tsirkin 2-8/+52
2015-01-21virtio_pci: macros for PCI layout offsetsGravatar Rusty Russell 1-1/+59
2015-01-21virtio_pci: modern driverGravatar Michael S. Tsirkin 4-7/+621
2015-01-21virtio_pci: move probe/remove code to commonGravatar Michael S. Tsirkin 3-72/+77
2015-01-21virtio_pci: drop useless del_vqs callGravatar Sasha Levin 1-1/+0
2015-01-21virtio/balloon: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2015-01-21virtio/scsi: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2015-01-21virtio/net: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2015-01-21virtio/console: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2015-01-21virtio/blk: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2015-01-21Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-32/+73
2015-01-20Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-31/+25
2015-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 16-126/+234
2015-01-19s2io: use snprintf() as a safety featureGravatar Dan Carpenter 1-3/+8
2015-01-19r8152: remove sram_readGravatar hayeswang 1-18/+6
2015-01-19r8152: remove generic_ocp_read before writingGravatar hayeswang 1-6/+0
2015-01-19bgmac: activate irqs only if there is nothing to pollGravatar Hauke Mehrtens 1-3/+3
2015-01-19bgmac: register napi before the deviceGravatar Hauke Mehrtens 1-3/+3
2015-01-19sh_eth: Fix ethtool operation crash when net device is downGravatar Ben Hutchings 1-0/+10
2015-01-19sh_eth: Fix promiscuous mode on chips without TSUGravatar Ben Hutchings 1-9/+9
2015-01-19libata: prevent HSM state change race between ISR and PIOGravatar David Jeffery 1-0/+12
2015-01-19libata: allow sata_sil24 to opt-out of tag ordered submissionGravatar Dan Williams 2-2/+5
2015-01-19pinctrl: qcom: Don't iterate past end of function arrayGravatar Stephen Boyd 1-2/+2
2015-01-19Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 5-71/+92
2015-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-0/+55
2015-01-18Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+7
2015-01-18Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Gravatar Linus Torvalds 7-28/+69
2015-01-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-2/+1
2015-01-17clk: fix possible null pointer dereferenceGravatar Stanimir Varbanov 1-1/+1
2015-01-17Revert "clk: ppc-corenet: Fix Section mismatch warning"Gravatar Kevin Hao 1-1/+1
2015-01-17clk: rockchip: fix deadlock possibility in cpuclkGravatar Heiko Stübner 1-4/+6
2015-01-18Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 2-2/+5
2015-01-16reset: sunxi: fix spinlock initializationGravatar Tyler Baker 1-0/+4
2015-01-16drivers: bus: check cci device tree node statusGravatar Abhilash Kesavan 1-0/+3
2015-01-17Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-9/+31
2015-01-17Merge tag 'tty-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 5-35/+70
2015-01-17Merge tag 'staging-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-10/+36
2015-01-17Merge tag 'usb-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 35-93/+232
2015-01-16net: davinci_emac: Add support for emac on dm816xGravatar Tony Lindgren 1-0/+5