Age | Commit message (Expand) | Author |
2018-06-15 | iommu: Add IOMMU index argument to translate method | Peter Maydell |
2018-03-23 | s390x/pci: forbid multifunction pci device | Yi Min Zhao |
2018-02-09 | s390x/pci: fixup global refresh | Yi Min Zhao |
2018-02-09 | s390x/pci: fixup the code walking IOMMU tables | Yi Min Zhao |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson |
2017-12-05 | pci: Add pci_dev_bus_num() helper | David Gibson |
2017-12-05 | pci: Rename root bus initialization functions for clarity | David Gibson |
2017-11-08 | s390x/pci: let pci devices start in configured mode | Christian Borntraeger |
2017-10-20 | S390: use g_new() family of functions | Marc-André Lureau |
2017-10-06 | s390x: sort some devices into categories | Cornelia Huck |
2017-09-19 | s390x/pci: add iommu replay callback | Yi Min Zhao |
2017-09-19 | s390x/pci: remove idx from msix msg data | Yi Min Zhao |
2017-08-30 | s390x/sclp: properly guard pci-specific functions | Cornelia Huck |
2017-08-30 | s390x: chsc nt2 events are pci-only | Cornelia Huck |
2017-07-14 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s... | Peter Maydell |
2017-07-14 | s390x/css: update css_adapter_interrupt | Yi Min Zhao |
2017-07-14 | s390x: add flags field for registering I/O adapter | Fei Li |
2017-07-14 | qdev: Add const qualifier to PropertyInfo definitions | Fam Zheng |
2017-07-14 | memory/iommu: introduce IOMMUMemoryRegionClass | Alexey Kardashevskiy |
2017-07-14 | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy |
2017-05-25 | memory: tune last param of iommu_ops.translate() | Peter Xu |
2017-05-17 | s390-pcibus: No need to set user_creatable=false explicitly | Eduardo Habkost |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-04-21 | s390x: register I/O adapters per ISC during init | Fei Li |
2017-04-21 | s390x/pci: make printf always compile in debug output | Danil Antonov |
2017-01-20 | s390x/pci: merge msix init functions | Yi Min Zhao |
2017-01-20 | s390x/pci: handle PCIBridge bus number | Pierre Morel |
2017-01-20 | s390x/pci: use hashtable to look up zpci via fh | Yi Min Zhao |
2017-01-20 | s390x/pci: PCI multibus bridge handling | Pierre Morel |
2017-01-20 | s390x/pci: optimize calling s390_get_phb() | Yi Min Zhao |
2017-01-20 | s390x/pci: change the device array to a list | Pierre Morel |
2017-01-20 | s390x/pci: dynamically allocate iommu | Yi Min Zhao |
2017-01-20 | s390x/pci: make S390PCIIOMMU inherit Object | Yi Min Zhao |
2016-10-31 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into staging | Peter Maydell |
2016-10-31 | s390x/pci: use generic interface to inject interrupt | Yi Min Zhao |
2016-10-28 | s390: avoid always-true comparison in s390_pci_generate_fid() | Peter Maydell |
2016-09-28 | s390x/pci: code cleanup | Yi Min Zhao |
2016-09-28 | s390x/pci: assign msix io region for each pci device | Yi Min Zhao |
2016-09-05 | s390x/pci: assert zpci always existing | Yi Min Zhao |
2016-09-05 | s390x/pci: return directly if create zpci failed | Yi Min Zhao |
2016-08-08 | s390x/pci: fix null pointer bug | Yi Min Zhao |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-07-11 | s390x/pci: make hot-unplug handler smoother | Yi Min Zhao |
2016-07-11 | s390x/pci: replace fid with idx in msg data of msix | Yi Min Zhao |
2016-07-11 | s390x/pci: refactor list_pci | Yi Min Zhao |
2016-07-11 | s390x/pci: refactor s390_pci_find_dev_by_idx | Yi Min Zhao |
2016-07-11 | s390x/pci: enable zpci hot-plug/hot-unplug | Yi Min Zhao |
2016-07-11 | s390x/pci: introduce S390PCIBusDevice qdev | Yi Min Zhao |
2016-07-11 | s390x/pci: introduce S390PCIIOMMU | Yi Min Zhao |
2016-07-11 | s390x/pci: introduce S390PCIBus | Yi Min Zhao |