Show patches with: Submitter = Isaku Yamahata       |    Archived = No       |   1049 patches
« 1 2 ... 8 9 10 11 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[23/23] pci/monitor: print out bridge's filtering values and so on. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[22/23] pci: initialize wmask according to pci header type. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[21/23] pci/brdige: qdevfy and initialize secondary bus and subordinate bus. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[20/23] pci: make bar update function aware of pci bridge. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[19/23] pci: use helper function in pci_default_write_config() - - - - --- 2009-10-05 Isaku Yamahata Superseded
[18/23] pci: add helper functions for pci config write function. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[17/23] pci: fix pci_default_write_config() 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[16/23] pci: pcie host and mmcfg support. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[15/23] pci_host.h: split non-inline static function in pci_host.h into pci_host.c - - - - --- 2009-10-05 Isaku Yamahata Superseded
[14/23] pci: factor out the logic to get pci device from address. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[13/23] pci: make pci configuration transaction more accurate. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[12/23] pci: 64bit bar support. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[11/23] pci: typedef pcibus_t as uint64_t instead of uint32_t. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[10/23] pci: introduce FMT_PCIBUS for printf format for pcibus_t. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[09/23] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[08/23] pci: use helper functions to access pci config space. 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[07/23] pci: helper functions to access PCIDevice::config 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[06/23] pci: define a constant to represent a unmapped bar and use it. 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[05/23] pci: use PCI_SLOT() and PCI_FUNC(). 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[04/23] pci: use the symbolic constant, PCI_ROM_ADDRESS_ENABLE instead of 1. 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[03/23] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4. 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[02/23] pci: use appropriate PRIs in PCI_DPRINTF() for portability. - - - - --- 2009-10-05 Isaku Yamahata Superseded
[01/23] pci: fix PCI_DPRINTF() wrt variadic macro. 1 - - - --- 2009-10-05 Isaku Yamahata Superseded
[25/25] pci/monitor: print out bridge's filtering values and so on. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[24/25] pci: initialize wmask according to pci header type. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[23/25] pci: add helper function to initialize wmask. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[22/25] pci/brdige: qdevfy and initialize secondary bus and subordinate bus. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[21/25] pci: make bar update function aware of pci bridge. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[20/25] pci: factor out config update logic. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[19/25] pci: use helper function in pci_default_write_config() - - - - --- 2009-10-02 Isaku Yamahata Superseded
[18/25] pci: add helper functions for pci config write function. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[17/25] pci: fix pci_default_write_config() - - - - --- 2009-10-02 Isaku Yamahata Superseded
[16/25] pci: pcie host and mmcfg support. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[15/25] pci_host.h: split non-inline static function in pci_host.h into pci_host.c - - - - --- 2009-10-02 Isaku Yamahata Superseded
[14/25] pci: factor out the logic to get pci device from address. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[13/25] pci: make pci configuration transaction more accurate. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[12/25] pci: 64bit bar support. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[11/25] pci: typedef pcibus_t as uint64_t instead of uint32_t. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[10/25] pci: introduce FMT_pcibus for printf format for pcibus_t. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[09/25] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[08/25] pci: use helper functions to access pci config space. 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[07/25] pci: helper functions to access PCIDevice::config 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[06/25] pci: define a constant to represent a unmapped bar and use it. 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[05/25] pci: use PCI_SLOT() and PCI_FUNC(). 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[04/25] pci: use the symbolic constant, PCI_ROM_ADDRESS_ENABLE instead of 1. 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[03/25] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4. 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[02/25] pci: use appropriate PRIs in PCI_DPRINTF() for portability. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[01/25] pci: fix PCI_DPRINTF() wrt variadic macro. 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[00/25] pci: various pci clean up and pci express support. V2 - - - - --- 2009-10-02 Isaku Yamahata Superseded
[25/25] pci/monitor: print out bridge's filtering values and so on. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[24/25] pci: initialize wmask according to pci header type. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[23/25] pci: add helper function to initialize wmask. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[22/25] pci/brdige: qdevfy and initialize secondary bus and subordinate bus. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[21/25] pci: make bar update function aware of pci bridge. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[20/25] pci: factor out config update logic. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[19/25] pci: use helper function in pci_default_write_config() - - - - --- 2009-10-02 Isaku Yamahata Superseded
[18/25] pci: add helper functions for pci config write function. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[17/25] pci: fix pci_default_write_config() 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[16/25] pci: pcie host and mmcfg support. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[15/25] pci_host.h: split non-inline static function in pci_host.h into pci_host.c - - - - --- 2009-10-02 Isaku Yamahata Superseded
[14/25] pci: factor out the logic to get pci device from address. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[13/25] pci: make pci configuration transaction more accurate. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[12/25] pci: 64bit bar support. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[11/25] pci: typedef pcibus_t as uint64_t instead of uint32_t. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[10/25] pci: introduce FMT_pcibus for printf format for pcibus_t. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[09/25] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t - - - - --- 2009-10-02 Isaku Yamahata Superseded
[08/25] pci: use helper functions to access pci config space. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[07/25] pci: helper functions to access PCIDevice::config - - - - --- 2009-10-02 Isaku Yamahata Superseded
[06/25] pci: define a constant to represent a unmapped bar and use it. 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[05/25] pci: use PCI_SLOT() and PCI_FUNC(). - - - - --- 2009-10-02 Isaku Yamahata Superseded
[04/25] pci: use the symbolic constant, PCI_ROM_ADDRESS_ENABLE instead of 1. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[03/25] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[02/25] pci: use appropriate PRIs in PCI_DPRINTF() for portability. - - - - --- 2009-10-02 Isaku Yamahata Superseded
[01/25] pci: fix PCI_DPRINTF() wrt variadic macro. 1 - - - --- 2009-10-02 Isaku Yamahata Superseded
[14/14] pcibos/acpi dsdt: APIC mode support for q35 chipset - - - - --- 2009-09-30 Isaku Yamahata Superseded
[13/14] pcbios: change acpi dsdt for q35 chipset. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[12/14] pcbios: make pci bar initialization to be aware of preferchable memory. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[11/14] pcbios: reserve mcfg area by e820 for linux to use mcfg. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[10/14] pcibos: add mcfg entry to ACPI table for q35 pcie. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[09/14] pcbios: comment out PCI_FIXED_HOST_BRIDGE for gmch host pci bridge to undef. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[08/14] pcibos: initialize q35 chipset. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[07/14] pcbios: enable debug output for debug. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[06/14] pcbios: rombios32: make pci space assigner preferchable memory aware. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[05/14] pcbios: rombios32: make pci memory space assignment 64bit aware. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[04/14] pcbios: make set_e820_range() full 64bit aware. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[03/14] pcbios: remove iasl output file when error. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[02/14] pcbios: fix makesym.perl - - - - --- 2009-09-30 Isaku Yamahata Superseded
[61/61] pc_q35: apic mode for pci interrupt routing. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[01/14] pcbios: add generated files to dot gitignore. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[60/61] pci: add opaque arg to pci_map_irq_fn. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[59/61] ioapic: make irr accept more than 32 pins. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[58/61] ioapic: make the number of pins configurable. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[57/61] ioapic: add callback when entry is set or ioapic is reset - - - - --- 2009-09-30 Isaku Yamahata Superseded
[56/61] ioapic: clean up of #ifdef DEBUG_IOAPIC. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[55/61] ioapic: make ioapic_set_irq() static. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[54/61] pci: add opaque argument to pci_map_irq_fn(). - - - - --- 2009-09-30 Isaku Yamahata Superseded
[53/61] pc q35 based chipset emulator - - - - --- 2009-09-30 Isaku Yamahata Superseded
[52/61] pci: add a hook to replace default pci bus instead of 0 bus. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[51/61] vmstate: add a macro for pointer to struct, VMSTATE_STRUCT_POINTER. - - - - --- 2009-09-30 Isaku Yamahata Superseded
[50/61] pci hotadd, acpi_piix4: remove global variables. - - - - --- 2009-09-30 Isaku Yamahata Superseded
« 1 2 ... 8 9 10 11 »