summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lguest: write more information to userspace about pending traps.Rusty Russell2015-02-116-18/+42
* lguest: add operations to get/set a register from the Launcher.Rusty Russell2015-02-115-0/+108
* lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell2015-02-111-5/+5
* virtio: don't require a config space on the console device.Rusty Russell2015-02-111-1/+4
* virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell2015-02-111-2/+2
* virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defi...Rusty Russell2015-02-111-0/+2
* virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined.Rusty Russell2015-02-111-4/+13
* virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.Rusty Russell2015-02-111-1/+3
* virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa2015-02-111-3/+3
* virtio-mmio: Update the device to OASIS spec versionPawel Moll2015-01-232-57/+118
* virtio_pci_modern: drop an unused functionMichael S. Tsirkin2015-01-211-8/+0Star
* virtio_pci: add module param to force legacy modeMichael S. Tsirkin2015-01-211-4/+21
* virtio_pci: add an option to disable legacy driverMichael S. Tsirkin2015-01-213-1/+31
* virtio_pci: drop Kconfig warningsMichael S. Tsirkin2015-01-211-3/+0Star
* virtio_pci: Kconfig grammar fixMichael S. Tsirkin2015-01-211-1/+1
* virtio_rng: drop extra empty lineMichael S. Tsirkin2015-01-211-1/+0Star
* virtio_ring: coding style fixMichael S. Tsirkin2015-01-211-2/+1Star
* virtio_blk: coding style fixesMichael S. Tsirkin2015-01-211-4/+2Star
* virtio_balloon: coding style fixesMichael S. Tsirkin2015-01-212-4/+2Star
* 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-212-6/+90
* virtio_pci: modern driverMichael S. Tsirkin2015-01-215-10/+625
* virtio-pci: define layout for virtio 1.0Rusty Russell2015-01-211-0/+62
* 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/+0Star
* s390: add pci_iomap_rangeMichael S. Tsirkin2015-01-212-7/+28
* pci: add pci_iomap_rangeMichael S. Tsirkin2015-01-212-5/+40
* mn10300: drop dead codeMichael S. Tsirkin2015-01-211-35/+0Star
* 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
* virtio/9p: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* virtio_pci: drop virtio_config dependencyMichael S. Tsirkin2015-01-211-1/+1
* Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-2012-64/+118
|\
| * 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-193-2/+6
| * 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/+0Star
| * 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-083-8/+34
| * sata_dwc_460ex: fix resource leak on error pathAndy Shevchenko2015-01-071-14/+12Star
| * ata: add MAINTAINERS entry for libata PATA driversBartlomiej Zolnierkiewicz2015-01-071-0/+9
| * libata: clean up MAINTAINERS entriesTejun Heo2015-01-071-32/+34
| * 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 branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-201-17/+8Star
|\ \