Show patches with: none      |   44779 patches
« 1 2 3 4447 448 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[V2,2/6] PCI, x86: split out pci_mmconfig_alloc() for code reuse - - - - --- 2012-04-09 Jiang Liu Superseded
[V2,3/6] PCI, x86: use RCU list to protect mmconfig list - - - - --- 2012-04-09 Jiang Liu Superseded
[V2,4/6] PCI, x86: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap() - - - - --- 2012-04-09 Jiang Liu Superseded
[V2,5/6] PCI, x86: introduce pci_mmconfig_insert()/delete() for PCI root bridge hotplug - - - - --- 2012-04-09 Jiang Liu Superseded
[V2,6/6] PCI, ACPI, x86: update MMCFG information when hot-plugging PCI host bridges - - - - --- 2012-04-09 Jiang Liu Superseded
[V4,1/6] PCI, x86: split out pci_mmcfg_check_reserved() for code reuse - - - - --- 2012-04-11 Jiang Liu Superseded
[V4,2/6] PCI, x86: split out pci_mmconfig_alloc() for code reuse - - - - --- 2012-04-11 Jiang Liu Superseded
[V4,3/6] PCI, x86: use RCU list to protect mmconfig list - - - - --- 2012-04-11 Jiang Liu Superseded
[V4,4/6] PCI, x86: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap() - - - - --- 2012-04-11 Jiang Liu Superseded
[V4,5/6] PCI, x86: introduce pci_mmconfig_insert()/delete() for PCI root bridge hotplug - - - - --- 2012-04-11 Jiang Liu Superseded
[V4,6/6] PCI, ACPI, x86: update MMCFG information when hot-plugging PCI host bridges - - - - --- 2012-04-11 Jiang Liu Superseded
[V4] Quirk for IVB graphics FLR errata - - 1 - --- 2012-04-11 Hao, Xudong Superseded
[v5] Quirk for IVB graphics FLR errata - - 1 - --- 2012-04-13 Hao, Xudong Superseded
[linux-pm] "i8042: Can't reactivate AUX port" after s2ram on 3.4-rc2 - - - - --- 2012-04-14 Rafael J. Wysocki Superseded
PCI: Fix regression in pci_restore_state() - - - - --- 2012-04-15 Rafael J. Wysocki Superseded
PCI: Fix regression in pci_restore_state() - - - - --- 2012-04-15 Rafael J. Wysocki Superseded
PCI: Fix regression in pci_restore_state() - - - - --- 2012-04-15 Rafael J. Wysocki Superseded
[linux-pm] "i8042: Can't reactivate AUX port" after s2ram on 3.4-rc2 - - - - --- 2012-04-15 Rafael J. Wysocki Superseded
[linux-pm] "i8042: Can't reactivate AUX port" after s2ram on 3.4-rc2 - - - - --- 2012-04-16 Mikko Vinni Superseded
[linux-pm] "i8042: Can't reactivate AUX port" after s2ram on 3.4-rc2 - - - - --- 2012-04-16 Rafael J. Wysocki Superseded
[RFC,01/17] PCI: introduce pci_bus_get()/pci_bus_put() to hide PCI implementation details - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,02/17] PCI: introduce recursive rwsem to serialize PCI hotplug operations - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,03/17] PCI: replace pci_remove_rescan_mutex with the PCI hotplug lock - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,04/17] PCI: serialize hotplug operations triggered by PCI hotplug sysfs interfaces - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,05/17] PCI: correctly flush workqueue when destroy pcie hotplug controller - - 1 - --- 2012-04-16 Jiang Liu Superseded
[RFC,06/17] PCI: prepare for serializing hotplug operations triggered by pciehp driver - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,07/17] PCI: serialize hotplug operaitons triggered by the pciehp driver - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,08/17] PCI: fix two race windows when probing/removing SHPC controller - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,09/17] PCI: correctly flush workqueues and timer when destroy SHPC controller - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,10/17] PCI: serialize hotplug operaitons triggered by the shpchp driver - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,11/17] PCI: release IO resource in error handling path in cpcihp_generic_init() - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,12/17] PCI: clean up all resources in error handling path in zt5550_hc_init_one() - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,13/17] PCI: trivial code clean up in cpci_hotplug_core.c - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,14/17] PCI: fix race windows when shutting down cpcihp controller - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,15/17] PCI: hold a reference count to the PCI bus used by cpcihp drivers - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,16/17] PCI: serialize PCI hotplug operations triggered by cpcihp drivers - - - - --- 2012-04-16 Jiang Liu Superseded
[RFC,17/17] PCI: serialize PCI hotplug operations triggered by fakephp drivers - - - - --- 2012-04-16 Jiang Liu Superseded
PCI: Retry BARs restoration for Type 0 headers only - - - 1 --- 2012-04-16 Rafael J. Wysocki Superseded
PCI: Retry BARs restoration for Type 0 headers only - - - 1 --- 2012-04-16 Rafael J. Wysocki Superseded
pci: Workaround Stratus broken PCIE hierarchy - - - - --- 2012-04-25 Prarit Bhargava Superseded
[v6] Quirk for IVB graphics FLR errata - - - - --- 2012-04-26 Hao, Xudong Superseded
[1/6] PCI, x86: split out pci_mmcfg_check_reserved() for code reuse - - - - --- 2012-04-26 Taku Izumi Superseded
[2/6] PCI, x86: split out pci_mmconfig_alloc() for code reuse - - - - --- 2012-04-26 Taku Izumi Superseded
[3/6] PCI, x86: use RCU list to protect mmconfig list - - - - --- 2012-04-26 Taku Izumi Superseded
[4/6] PCI, x86: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap() - - - - --- 2012-04-26 Taku Izumi Superseded
[5/6] PCI, x86: introduce pci_mmcongi_add() / pci_mmconfig_delete() - - - - --- 2012-04-26 Taku Izumi Superseded
[6/6] PCI, x86: change the way to add MMCFG region on x86 - - - - --- 2012-04-26 Taku Izumi Superseded
[v6] Quirk for IVB graphics FLR errata - - - - --- 2012-04-26 Bjorn Helgaas Superseded
[1/2,RESEND] x86/pci/amd: Restore early_fill_mp_bus_to_node - - - - --- 2012-04-27 Andreas Herrmann Superseded
[2/2,RESEND] x86/pci/amd: Enable early_fill_mp_bus_to_node on AMD family 15h models 0-0xf - - - - --- 2012-04-27 Andreas Herrmann Superseded
[v2,01/19] PCI: introduce pci_bus_get()/pci_bus_put() to hide PCI implementation details - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,02/19] PCI: introduce recursive rwsem to serialize PCI hotplug operations - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,03/19] PCI: replace pci_remove_rescan_mutex with the PCI hotplug lock - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,04/19] PCI: serialize hotplug operations triggered by PCI hotplug sysfs interfaces - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,05/19] PCI: correctly flush workqueue when destroy pcie hotplug controller - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,06/19] PCI: prepare for serializing hotplug operations triggered by pciehp driver - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,07/19] PCI: serialize hotplug operaitons triggered by the pciehp driver - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,08/19] PCI: fix two race windows when probing/removing SHPC controller - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,09/19] PCI: correctly flush workqueues and timer when destroy SHPC controller - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,10/19] PCI: serialize hotplug operaitons triggered by the shpchp driver - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,11/19] PCI: release IO resource in error handling path in cpcihp_generic_init() - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,12/19] PCI: clean up all resources in error handling path in zt5550_hc_init_one() - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,13/19] PCI: trivial code clean up in cpci_hotplug_core.c - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,14/19] PCI: fix race windows when shutting down cpcihp controller - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,15/19] PCI: hold a reference count to the PCI bus used by cpcihp drivers - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,16/19] PCI: serialize PCI hotplug operations triggered by cpcihp drivers - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,17/19] PCI: serialize PCI hotplug operations triggered by fakephp drivers - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,18/19] PCI, sysfs: Use device_type and attr_groups with pci dev - - - - --- 2012-04-27 Jiang Liu Superseded
[v2,19/19] PCI: hide sys interface 'remove' and 'rescan' for SR-IOV virtual devices - - - - --- 2012-04-27 Jiang Liu Superseded
PCI, x86: avoid redundant insert_resource() call in pci_mmcfg_insert_resources() - - - - --- 2012-05-02 Jiang Liu Superseded
[v2] pci: clean all funcs when hot-removing multifunc device - - - - --- 2012-05-09 Amos Kong Superseded
[01/13] driver core: Add iommu_group tracking to struct device 1 - - - --- 2012-05-11 Alex Williamson Superseded
[02/13] iommu: IOMMU Groups - - - - --- 2012-05-11 Alex Williamson Superseded
[03/13] iommu: IOMMU groups for VT-d and AMD-Vi - - - - --- 2012-05-11 Alex Williamson Superseded
[04/13] pci: New pci_dma_quirk() - - - - --- 2012-05-11 Alex Williamson Superseded
[05/13] pci: New pci_acs_enabled() - - - - --- 2012-05-11 Alex Williamson Superseded
[06/13] iommu: Make use of DMA quirking and ACS enabled check for groups - - - - --- 2012-05-11 Alex Williamson Superseded
[07/13] vfio: VFIO core - - - - --- 2012-05-11 Alex Williamson Superseded
[08/13] vfio: Add documentation - - - - --- 2012-05-11 Alex Williamson Superseded
[09/13] vfio: x86 IOMMU implementation - - - - --- 2012-05-11 Alex Williamson Superseded
[10/13] pci: export pci_user functions for use by other drivers 1 - - - --- 2012-05-11 Alex Williamson Superseded
[11/13] pci: Create common pcibios_err_to_errno 1 - - - --- 2012-05-11 Alex Williamson Superseded
[12/13] pci: Misc pci_reg additions - - - - --- 2012-05-11 Alex Williamson Superseded
[13/13] vfio: Add PCI device driver - - - - --- 2012-05-11 Alex Williamson Superseded
[05/13] pci: New pci_acs_enabled() - - - - --- 2012-05-16 Alex Williamson Superseded
PCI: allow acpiphp to handle PCIe ports without native PCIe hotplug capability 1 - - - --- 2012-05-17 Jiang Liu Superseded
pci, Add AER_panic sysfs file - - - - --- 2012-05-17 Prarit Bhargava Superseded
[v4] pci: clean all funcs when hot-removing multifunc device - - - - --- 2012-05-20 Jianjun Kong Superseded
[v5] pci: clean all funcs when hot-removing multifunc device - - - - --- 2012-05-20 Jianjun Kong Superseded
pci hotplug: rescan bridge after device hotplug - - - - --- 2012-05-22 Jason Baron Superseded
[v2,1/2] powerpc/PCI: Add pcibios_device_change_notifier for powerpc - - - - --- 2012-05-23 Hiroo Matsumoto Superseded
[v2,2/2] microblaze/PCI: Add pcibios_device_change_notifier for microblaze - - - - --- 2012-05-23 Hiroo Matsumoto Superseded
pci hotplug: rescan bridge after device hotplug 1 - - - --- 2012-05-23 Jason Baron Superseded
[v6,1/9] PCI, x86: split out pci_mmcfg_check_reserved() for code reuse - - - - --- 2012-05-23 Jiang Liu Superseded
[v6,2/9] PCI, x86: split out pci_mmconfig_alloc() for code reuse - - - - --- 2012-05-23 Jiang Liu Superseded
[v6,3/9] PCI, x86: use RCU list to protect mmconfig list - - - - --- 2012-05-23 Jiang Liu Superseded
[v6,4/9] PCI, x86: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap() - - - - --- 2012-05-23 Jiang Liu Superseded
[v6,5/9] PCI, x86: introduce pci_mmconfig_insert()/delete() for PCI root bridge hotplug - - - - --- 2012-05-23 Jiang Liu Superseded
[v6,6/9] PCI, ACPI: provide MCFG address for PCI host bridges - - - - --- 2012-05-23 Jiang Liu Superseded
[v6,7/9] PCI, x86: update MMCFG information when hot-plugging PCI host bridges - - - - --- 2012-05-23 Jiang Liu Superseded
« 1 2 3 4447 448 »