]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/pci.c
Merge remote-tracking branch 'kiszka/master'
[jailhouse.git] / hypervisor / pci.c
2016-07-27 Maxim BaryshnikovMerge remote-tracking branch 'kiszka/master'
2016-03-16 Jan Kiszkacore: Fix pci_cell_init for cells without PCI devices
2015-09-18 Jan Kiszkacore: pci: Fix format string of MMCONFIG error reporting
2015-09-18 Jan Kiszkacore: pci: Fix MMCONFIG handling for root cell
2015-08-14 Jan Kiszkacore: pci: Remove list of MSI-X devices
2015-08-14 Jan Kiszkacore, x86: pci: Migrate MSI-X emulation to generic...
2015-08-14 Jan Kiszkacore: pci: Migrate MMCONFIG access handling to the...
2015-08-14 Jan Kiszkacore: pci: Drop list of virtual devices
2015-08-14 Jan Kiszkacore: ivshmem: Migrate to generic MMIO dispatcher
2015-07-14 Jan Kiszkacore: pci: Add support for devices with more than 16...
2015-05-22 Jan Kiszkacore: ivshmem: Simplify pci_ivshmem_cfg_read
2015-05-22 Jan Kiszkacore: ivshmem: Use generic BAR emulation
2015-05-22 Jan Kiszkacore: ivshmem: Refactor pci_ivshmem_cfg_write
2015-05-22 Jan Kiszkacore: Add basic BAR write emulation for physical PCI...
2015-05-22 Jan Kiszkacore: pci: Rework config space header write moderation
2015-05-18 Jan Kiszkacore: pci: Adjust error report wording in pci_msix_acce...
2015-05-18 Jan Kiszkacore: pci: Skip architecture hooks on virtual device...
2015-05-18 Jan Kiszkacore: pci: Fix error forwarding from pci_add_device
2015-05-07 Jan Kiszkacore: Make field structs of pci_msix_registers and...
2015-05-07 Jan Kiszkacore: Disable non-root PCI devices on shutdown
2015-05-07 Jan Kiszkacore: Do not program MSI-X vectors that are masked
2015-05-07 Jan Kiszkacore: Break up pci_msix_vector control field
2015-03-21 Jan Kiszkacore: Instrument relevant return paths for error tracing
2015-01-08 Jan Kiszkacore: Redefine PAGE_FLAG_UNCACHED to PAGE_FLAG_DEVICE
2014-11-26 Henning Schildpci_ivshmem: add PCI shared memory device
2014-11-26 Henning Schildpci: refactor error path of pci_cell_init()
2014-11-26 Henning Schildpci: add list for virtual PCI devices to cell, makes...
2014-11-25 Henning Schildpci: ignore PCI bridge violations in Linux to allow...
2014-11-25 Henning Schildpci: move define from pci.c to general pci header
2014-10-21 Henning Schildpci: fix msix device list remove-code
2014-09-25 Jan Kiszkacore: Document control subsystem
2014-09-25 Jan Kiszkacore: Rename page_map_* -> paging_*
2014-09-25 Jan Kiszkacore: Document PCI subsystem interfaces
2014-09-25 Jan Kiszkacore: Prefix arch-specific PCI functions properly
2014-08-28 Jan Kiszkacore: Remove cpu_data parameter from panic_stop/halt...
2014-08-28 Jan Kiszkacore: Introduce and use PAGES macro
2014-08-26 Jan Kiszkacore: Virtualize MSI-X for interrupt remapping support
2014-08-26 Jan Kiszkacore: Virtualize legacy MSI for interrupt remapping...
2014-08-22 Jan Kiszkacore: Enforce DWORD-alignment of MMCONFIG accesses
2014-08-07 Jan Kiszkacore: Obtain MMCONFIG region via system configuration
2014-08-04 Jan Kiszkacore: Disable PCI devices on removal
2014-08-04 Jan Kiszkacore: Introduce PCI device iterator
2014-08-04 Jan Kiszkacore: Fix PCI device runtime ownership tracking
2014-08-04 Jan Kiszkacore: Introduce PCI device state
2014-08-03 Jan Kiszkacore: Only perform PCI config space writes on PCI_ACCES...
2014-08-03 Jan Kiszkacore: Pass value directly to pci_cfg_write_moderate
2014-08-03 Jan Kiszkacore: Introduce generic PCI config space access functions
2014-08-03 Jan Kiszkacore: Pass combined register address to pci_cfg_read...
2014-08-03 Jan Kiszkacore/configs/tools: Switch PCI configuration format...
2014-08-03 Jan Kiszkacore: Privatize PCI_CONFIG_HEADER_SIZE define
2014-08-03 Jan Kiszkacore: Fix calculation of MMCONFIG region size
2014-07-28 Jan Kiszkacore: Moderate access to PCI capabilities
2014-07-26 Jan Kiszkacore: Allow writing to more PCI config space registers
2014-07-26 Jan Kiszkacore: Don't match MMIO accesses if there is no MMCONFIG...
2014-07-26 Jan Kiszkacore: Fix error handling of MMCONFIG setup
2014-07-26 Jan Kiszkacore: Rework PCI config space access handling
2014-06-04 Jan Kiszkacore: Provide details on PCI MMCONFIG access violations
2014-05-07 Jan Kiszkacore: Report access violations from pci_mmio_access_handler
2014-05-07 Jan Kiszkacore: Avoid exposing register set to pci_mmio_access_ha...
2014-05-07 Ivan Kolchincore: Add support for a guest to access memory-mapped...
2014-04-19 Ivan Kolchinx86: Add handler of accesses to PCI configuration space...