summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-11lguest: Convert entropy device to virtio 1.0 PCI.Rusty Russell
2015-02-11lguest: Convert net device to virtio 1.0 PCI.Rusty Russell
2015-02-11lguest: Convert block device to virtio 1.0 PCI.Rusty Russell
2015-02-11lguest: add a dummy PCI host bridge.Rusty Russell
2015-02-11lguest: fix failure to find linux/virtio_types.hRusty Russell
2015-02-11lguest: implement virtio-PCI MMIO accesses.Rusty Russell
2015-02-11lguest: add PCI config space emulation to example launcher.Rusty Russell
2015-02-11lguest: decode mmio accesses for PCI in example launcher.Rusty Russell
2015-02-11lguest: add MMIO region allocator in example launcher.Rusty Russell
2015-02-11lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PICRusty Russell
2015-02-11lguest: disable ACPI explicitly.Rusty Russell
2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell
2015-02-11lguest: don't disable iospace.Rusty Russell
2015-02-11lguest: suppress PS/2 keyboard polling.Rusty Russell
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell
2015-02-11lguest: add infrastructure to check mappings.Rusty Russell
2015-02-11lguest: add infrastructure for userspace to deliver a trap to the guest.Rusty Russell
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell
2015-02-11lguest: add operations to get/set a register from the Launcher.Rusty Russell
2015-02-11lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell
2015-02-11virtio: don't require a config space on the console device.Rusty Russell
2015-02-11virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell
2015-02-11virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defi...Rusty Russell
2015-02-11virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined.Rusty Russell
2015-02-11virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.Rusty Russell
2015-02-11virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa
2015-01-23virtio-mmio: Update the device to OASIS spec versionPawel Moll
2015-01-21virtio_pci_modern: drop an unused functionMichael S. Tsirkin
2015-01-21virtio_pci: add module param to force legacy modeMichael S. Tsirkin
2015-01-21virtio_pci: add an option to disable legacy driverMichael S. Tsirkin
2015-01-21virtio_pci: drop Kconfig warningsMichael S. Tsirkin
2015-01-21virtio_pci: Kconfig grammar fixMichael S. Tsirkin
2015-01-21virtio_rng: drop extra empty lineMichael S. Tsirkin
2015-01-21virtio_ring: coding style fixMichael S. Tsirkin
2015-01-21virtio_blk: coding style fixesMichael S. Tsirkin
2015-01-21virtio_balloon: coding style fixesMichael S. Tsirkin
2015-01-21virtio_pci_modern: support devices with no configMichael S. Tsirkin
2015-01-21virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin
2015-01-21virtio_pci: macros for PCI layout offsetsRusty Russell
2015-01-21virtio_pci: modern driverMichael S. Tsirkin
2015-01-21virtio-pci: define layout for virtio 1.0Rusty Russell
2015-01-21virtio_pci: move probe/remove code to commonMichael S. Tsirkin
2015-01-21virtio_pci: drop useless del_vqs callSasha Levin
2015-01-21s390: add pci_iomap_rangeMichael S. Tsirkin
2015-01-21pci: add pci_iomap_rangeMichael S. Tsirkin
2015-01-21mn10300: drop dead codeMichael S. Tsirkin
2015-01-21virtio/balloon: verify device has config spaceMichael S. Tsirkin
2015-01-21virtio/scsi: verify device has config spaceMichael S. Tsirkin
2015-01-21virtio/net: verify device has config spaceMichael S. Tsirkin
2015-01-21virtio/console: verify device has config spaceMichael S. Tsirkin