linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-29 07:02:18 to 2012-11-06 00:03:14 UTC [more...]

[PATCH RESEND] ACPI/PCI: Make PCI devices notified when its power resource turned on
 2012-11-06  0:02 UTC  (2+ messages)

[PATCH v3 0/6] acpi,pci: hostbridge hotplug support
 2012-11-05 22:49 UTC  (30+ messages)
` [PATCH v3 7/8] ACPI, PCI: add hostbridge removal function
        ` (no subject)
          ` [PATCH 1/8] PCI: Separate out pci_assign_unassigned_bus_resources()
          ` [PATCH 2/8] PCI: Move pci_rescan_bus() back to probe.c
          ` [PATCH 3/8] PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res
          ` [PATCH 4/8] PCI, ACPI: assign unassigned resource for hot add root bus
          ` [PATCH 5/8] PCI: Add pci_stop/remove_root_bus()
          ` [PATCH 6/8] PCI, ACPI: Make acpi_pci_root_remove stop/remove pci root bus
          ` [PATCH 7/8] PCI, ACPI: delete root bus prt during hot remove path
          ` [PATCH 8/8] PCI, ACPI: remove acpi_root_driver in reserse order
          ` 
        ` [PATCH v3,RESEND 7/8] ACPI, PCI: add hostbridge removal function
        ` [PATCH v3,RESEND 8/8] ACPI, PCI: add resoruce-assign code for devices under hot-added hostbridge
        ` [PATCH 0/8] PCI, ACPI, x86: Reserve fw allocated resource for hot-add root bus
          ` [PATCH 1/8] PCI, x86: Separate out pcibios_allocate_bridge_resources()
          ` [PATCH 2/8] PCI, x86: Separate out pcibios_allocate_dev_resources()
          ` [PATCH 3/8] PCI, x86: Let pcibios_allocate_bus_resources() take bus instead
          ` [PATCH 4/8] PCI, x86: Separate out rom resource claim
          ` [PATCH 5/8] PCI, x86: Add pcibios_fw_addr_done
          ` [PATCH 6/8] PCI, x86: Remove __init for hw/fw allocated functions
          ` [PATCH 7/8] PCI, x86: Claim FW allocated resources in hot add path
          ` [PATCH 8/8] PCI, ACPI: reserve fw allocated resource for hot added root bus

[PATCH] x86/PCI: Ignore _SEG on HP xw9300
 2012-11-05 22:34 UTC  (2+ messages)

[PATCH] pci: don't touch card regs after runtime suspend D3
 2012-11-05 22:30 UTC  (2+ messages)

[PATCH] pci: Convert pci_resource_<foo> macros to static inlines
 2012-11-05 22:28 UTC  (2+ messages)

[PATCH 00/16] treewide: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
 2012-11-05 22:28 UTC  (3+ messages)
` [PATCH 11/16] pci: "

PCI/PM: Add comments for PME poll support for PCIe
 2012-11-05 22:14 UTC  (3+ messages)

[BUGFIX 1/2] PCI/PM: Fix deadlock when unbind device if its parent in D3cold
 2012-11-05 22:11 UTC  (13+ messages)
` [BUGFIX 2/2] PCI/PM: Resume device before shutdown

[BUGFIX] PCI/PM: Fix proc config reg access for D3cold and bridge suspending
 2012-11-05 22:10 UTC  (4+ messages)

[PATCH] PCI/portdrv: Fix regression introduced by commit 2dcfaf85
 2012-11-05 22:08 UTC  (4+ messages)

[PATCH 1/2] PCI: add workaround for PLX PCI 9050 bug
 2012-11-05 22:08 UTC  (8+ messages)
` [PATCH 2/2] PCI: add PLX PCI 9050 workaround for some Meilhaus DAQ cards
` [PATCH 1/2 v2] PCI: add workaround for PLX PCI 9050 bug

[ACPIHP PATCH part1 0/4] introduce a framework for ACPI based system device hotplug
 2012-11-05 21:30 UTC  (7+ messages)
` [ACPIHP PATCH part1 1/4] ACPIHP: "
` [ACPIHP PATCH part1 2/4] ACPIHP: introduce acpihp_slot driver to enumerate hotplug slots
` [ACPIHP PATCH part1 3/4] ACPIHP: detect ACPI hotplug slots by checking ACPI _EJ0 method
` [ACPIHP PATCH part1 4/4] ACPIHP: implement a fake ACPI system device hotplug slot enumerator

[PATCH v2] PCI SRIOV device enable and disable via sysfs
 2012-11-05 20:20 UTC  (9+ messages)
` [PATCH 1/4] PCI: add pci_device_type to pdev's device struct
` [PATCH 2/4] PCI,sys: Use is_visible() with boot_vga attribute for pci_dev
` [PATCH 3/4] PCI,sys: SRIOV control and status via sysfs
` [PATCH 4/4] PCI,sriov: provide method to reduce the number of total VFs supported
` [PATCH 5/8] ixgbe: refactor mailbox ops init
` [PATCH 6/8] ixgbe: refactor SRIOV enable and disable for sysfs interface
` [PATCH 7/8] ixgbe: sysfs sriov configuration callback support
` [PATCH 8/8] ixgbe: change totalvfs to match support in driver

[PATCH v3 0/3] ACPI: container hot remove support
 2012-11-04 16:33 UTC  (24+ messages)
` [PATCH v3 1/3] Use acpi_os_hotplug_execute() instead of alloc_acpi_hp_work()
` [PATCH v3 2/3] Use kacpi_hotplug_wq to handle container hotplug event
` [PATCH v3 3/3] Improve container_notify_cb() to support container hot-remove

[ACPIHP PATCH part4 0/9] enhance ACPI processor driver to support new hotplug framework
 2012-11-04 15:24 UTC  (10+ messages)
` [ACPIHP PATCH part4 1/9] ACPI/processor: remove dead code from processor_driver.c
` [ACPIHP PATCH part4 2/9] ACPIHP/processor: reorganize ACPI processor driver for new hotplug framework
` [ACPIHP PATCH part4 3/9] ACPIHP/processor: protect accesses to device->driver_data
` [ACPIHP PATCH part4 4/9] ACPIHP/processor: enhance processor driver to support new hotplug framework
` [ACPIHP PATCH part4 5/9] CPU: introduce busy flag to temporarily disable CPU online sysfs interface
` [ACPIHP PATCH part4 6/9] ACPIHP/processor: reject online/offline requests when doing processor hotplug
` [ACPIHP PATCH part4 7/9] ACPI/processor: cache parsed APIC ID in processor driver data structure
` [ACPIHP PATCH part4 8/9] ACPI/processor: serialize call to acpi_map/unmap_lsapic
` [ACPIHP PATCH part4 9/9] x86: simplify _acpi_map_lsapic() implementation

[ACPIHP PATCH part3 0/2] enhance ACPI container driver to support hotplug framework
 2012-11-04 15:08 UTC  (3+ messages)
` [ACPIHP PATCH part3 1/2] ACPIHP: enhance ACPI container driver to support new "
` [ACPIHP PATCH part3 2/2] ACPIHP/container: move container.c into drivers/acpi/hotplug

[ACPIHP PATCH part2 00/13] introduce ACPI based system device hotplug driver
 2012-11-04 12:50 UTC  (14+ messages)
` [ACPIHP PATCH part2 01/13] ACPIHP: introduce interfaces to scan and walk ACPI devices attached to a slot
` [ACPIHP PATCH part2 02/13] ACPIHP: use klist to manage "
` [ACPIHP PATCH part2 03/13] ACPIHP: add callbacks into acpi_device_ops to support new hotplug framework
` [ACPIHP PATCH part2 04/13] ACPIHP: provide interfaces to manage driver data associated with hotplug slots
` [ACPIHP PATCH part2 05/13] ACPIHP: implement utility interfaces to support system device hotplug
` [ACPIHP PATCH part2 06/13] ACPIHP: implement ACPI system device hotplug driver skeleton
` [ACPIHP PATCH part2 07/13] ACPIHP: analyse dependencies among ACPI hotplug slots
` [ACPIHP PATCH part2 08/13] ACPIHP: provide interface to cancel inprogress hotplug operations
` [ACPIHP PATCH part2 09/13] ACPIHP: configure/unconfigure system devices attached to a hotplug slot
` [ACPIHP PATCH part2 10/13] ACPIHP: implement the core state machine to manage hotplug slots
` [ACPIHP PATCH part2 11/13] ACPIHP: block ACPI device driver from unloading when doing hotplug
` [ACPIHP PATCH part2 12/13] ACPIHP: implement sysfs interfaces for system device hotplug
` [ACPIHP PATCH part2 13/13] ACPIHP: handle ACPI device hotplug events

[RFC] SRIOV device enable and disable via sysfs
 2012-11-01 21:12 UTC  (17+ messages)
` [PATCH 1/4] PCI: add pci_device_type to pdev's device struct
` [PATCH 2/4] PCI,sys: Use is_visible() with boot_vga attribute for pci_dev
` [PATCH 3/4] PCI,sys: SRIOV control and status via sysfs
` [PATCH 4/4] PCI,sriov: provide method to reduce the number of total VFs supported
` [PATCH 5/8] ixgbe: refactor mailbox ops init
` [PATCH 6/8] ixgbe: refactor SRIOV enable and disable for sysfs interface
` [PATCH 7/8] ixgbe: sysfs sriov configuration callback support
` [PATCH 8/8] ixgbe: change totalvfs to match support in driver
` [PATCH] SRIOV device enable and disable via sysfs

[PATCH 00/15] SPEAr13xx PCIe patches
 2012-11-01  7:25 UTC  (36+ messages)
` [PATCH 03/15] SPEAr13xx: Add mach/io.h
` [PATCH 04/15] SPEAr13xx: Add PCIe Root Complex driver support
` [PATCH 06/15] clk: SPEAr1310: Fix pcie clock name
` [PATCH 07/15] SPEAr1340: Add PCIe auxdata for miphy clock initialization
` [PATCH 08/15] SPEAr1310: "
` [PATCH 09/15] SPEAr13xx: dts: Fix PCIe core address ranges
` [PATCH 10/15] SPEAr13xx: DTS: Add auxiliary data for PCIe host
` [PATCH 11/15] SPEAr1340-evb: dts: Enable PCIe0
` [PATCH 12/15] SPEAr1310-EVB: DTS: Fix PCIe1 enable
` [PATCH 13/15] SPEAr13xx: update kconfig for PCIe selection
` [PATCH 14/15] SPEAR13xx: Update makefile for PCIe inclusion
` [PATCH 15/15] SPEAR13xx: update defconfig for PCIe compilation

[RFC] SRIOV device enable and disable via sysfs
 2012-10-31 18:25 UTC  (8+ messages)
` [PATCH 3/8] PCI: sysfs per device SRIOV control and status

Linux and multy domain PCIe
 2012-10-31 15:33 UTC  (4+ messages)
    ` Fwd: "

[PATCH v2] Add NumaChip remote PCI support
 2012-10-31 13:29 UTC 

[RFC PATCH ] PCI-AER: Do not report successful error recovery for devices with AER-unaware drivers
 2012-10-31 10:02 UTC 

[RFC][PATCH] PCI, pciehp: make every slot have its own workqueue to avoid deadlock
 2012-10-31  9:33 UTC  (3+ messages)

[PATCH v5 0/2] Reset PCIe devices to address DMA problem on kdump with iommu
 2012-10-31  8:59 UTC  (2+ messages)

[RFD][PATCH 0/7] PM / QoS: Support for PM QoS device flags
 2012-10-30 15:29 UTC  (4+ messages)
` [RFD][PATCH 5/7] PM / QoS: Make it possible to expose PM QoS device flags to user space

[RFC PATCH 0/5] acpi,pci: disentangle ACPI-related code and PCI-related code at hostbridge
 2012-10-30  6:27 UTC  (6+ messages)
` [PATCH 1/5] ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus
` [PATCH 2/5] PCI,ACPI: Add _PRT interrupt routing info before enumerating devices
` [PATCH 3/5] PCI,ACPI: Remove _PRT info when removing a host bridge
` [PATCH 4/5] PCI: Change the signature of pci_ext_cfg_avail function
` [PATCH 5/5] PCI,ACPI: Requesting _OSC control before scanning pci tree in acpi_pci_root_add()

[git pull] PCI pull request for 2.6.29
 2012-10-30  2:02 UTC 

Power regression found on 3.6-rc1+
 2012-10-29  7:49 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).