aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11lguest: remove support for lguest bus.Rusty Russell2-543/+0
2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell4-6/+56
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell1-90/+43
2015-02-11lguest: add infrastructure to check mappings.Rusty Russell2-13/+30
2015-02-11lguest: add infrastructure for userspace to deliver a trap to the guest.Rusty Russell1-0/+19
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell4-12/+19
2015-02-11lguest: add operations to get/set a register from the Launcher.Rusty Russell4-0/+106
2015-02-11virtio: don't require a config space on the console device.Rusty Russell1-1/+4
2015-02-11virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell1-2/+2
2015-02-11virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa1-3/+3
2015-01-23virtio-mmio: Update the device to OASIS spec versionPawel Moll1-50/+81
2015-01-21virtio_pci_modern: drop an unused functionMichael S. Tsirkin1-8/+0
2015-01-21virtio_pci: add module param to force legacy modeMichael S. Tsirkin1-4/+21
2015-01-21virtio_pci: add an option to disable legacy driverMichael S. Tsirkin3-1/+31
2015-01-21virtio_pci: drop Kconfig warningsMichael S. Tsirkin1-3/+0
2015-01-21virtio_pci: Kconfig grammar fixMichael S. Tsirkin1-1/+1
2015-01-21virtio_rng: drop extra empty lineMichael S. Tsirkin1-1/+0
2015-01-21virtio_ring: coding style fixMichael S. Tsirkin1-2/+1
2015-01-21virtio_blk: coding style fixesMichael S. Tsirkin1-4/+2
2015-01-21virtio_balloon: coding style fixesMichael S. Tsirkin1-2/+1
2015-01-21virtio_pci_modern: support devices with no configMichael S. Tsirkin1-2/+19
2015-01-21virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin2-8/+52
2015-01-21virtio_pci: macros for PCI layout offsetsRusty Russell1-1/+59
2015-01-21virtio_pci: modern driverMichael S. Tsirkin4-7/+621
2015-01-21virtio_pci: move probe/remove code to commonMichael S. Tsirkin3-72/+77
2015-01-21virtio_pci: drop useless del_vqs callSasha Levin1-1/+0
2015-01-21virtio/balloon: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-21virtio/scsi: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-21virtio/net: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-21virtio/console: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-21virtio/blk: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-21Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds10-32/+73
2015-01-20Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-31/+25
2015-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-126/+234
2015-01-19s2io: use snprintf() as a safety featureDan Carpenter1-3/+8
2015-01-19r8152: remove sram_readhayeswang1-18/+6
2015-01-19r8152: remove generic_ocp_read before writinghayeswang1-6/+0
2015-01-19bgmac: activate irqs only if there is nothing to pollHauke Mehrtens1-3/+3
2015-01-19bgmac: register napi before the deviceHauke Mehrtens1-3/+3
2015-01-19sh_eth: Fix ethtool operation crash when net device is downBen Hutchings1-0/+10
2015-01-19sh_eth: Fix promiscuous mode on chips without TSUBen Hutchings1-9/+9
2015-01-19libata: prevent HSM state change race between ISR and PIODavid Jeffery1-0/+12
2015-01-19libata: allow sata_sil24 to opt-out of tag ordered submissionDan Williams2-2/+5
2015-01-19pinctrl: qcom: Don't iterate past end of function arrayStephen Boyd1-2/+2
2015-01-19Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds5-71/+92
2015-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-0/+55
2015-01-18Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+7
2015-01-18Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds7-28/+69
2015-01-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2015-01-17clk: fix possible null pointer dereferenceStanimir Varbanov1-1/+1