messages from 2012-02-01 22:43:55 to 2012-02-11 04:06:23 UTC [more...]
[PATCH -v6 0/22] PCI: allocate pci bus num range for unassigned bridge busn + pci rescan cleanup
2012-02-11 4:06 UTC (19+ messages)
` [PATCH 01/22] PCI: Add busn_res into struct pci_bus
` [PATCH 02/22] PCI: Add busn_res operation functions
` [PATCH 03/22] PCI: Add busn_res tracking in core
` [PATCH 04/22] PCI, x86: Register busn_res for root buses
` [PATCH 05/22] PCI, ia64: "
` [PATCH 06/22] PCI, sparc: "
` [PATCH 07/22] PCI, powerpc: "
` [PATCH 08/22] PCI, parisc: "
` [PATCH 09/22] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 10/22] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 11/22] PCI: Strict checking of valid range for bridge
` [PATCH 12/22] PCI: Allocate bus range instead of use max blindly
` [PATCH 14/22] PCI: Seperate child bus scanning to two passes overall
` [PATCH 15/22] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 17/22] PCI, pciehp: Remove not needed bus number range checking
` [PATCH 18/22] PCI, sys: Use device_type and attr_groups with pci dev
` [PATCH 19/22] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH 20/22] PCI: Add pci_bus_add_single_device()
[PATCH] PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up
2012-02-10 23:51 UTC (4+ messages)
[PATCH -v5 0/24] PCI: allocate pci bus num range for unassigned bridge busn + pci rescan cleanup
2012-02-10 23:40 UTC (38+ messages)
` [PATCH 01/24] PCI: Add iobusn_resource
` [PATCH 02/24] PCI: add busn inline helper
` [PATCH 03/24] Make %pR could handle bus resource with domain
` [PATCH 04/24] PCI: Add busn_res operation functions
` [PATCH 05/24] PCI: add /proc/iobusn
` [PATCH 06/24] PCI: Add busn_res tracking in core
` [PATCH 07/24] PCI, x86: Register busn_res for root buses
` [PATCH 08/24] PCI, ia64: "
` [PATCH 09/24] PCI, powerpc: "
` [PATCH 10/24] PCI, parisc: "
` [PATCH 11/24] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 12/24] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 13/24] PCI: Strict checking of valid range for bridge
` [PATCH 14/24] PCI: Allocate bus range instead of use max blindly
` [PATCH 15/24] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 16/24] PCI: Seperate child bus scanning to two passes overall
` [PATCH 17/24] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 18/24] PCI: Double checking setting for bus register and bus struct
` [PATCH 19/24] PCI, pciehp: Remove not needed bus number range checking
` [PATCH 20/24] PCI, sys: Use device_type and attr_groups with pci dev
` [PATCH 21/24] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH 22/24] PCI: Add pci_bus_add_single_device()
` [PATCH 23/24] PCI: make pci_rescan_bus_bridge_resize use pci_scan_bridge instead
` [PATCH 24/24] PCI: clean up rescan_bus_bridge_resize
[PATCH -v3 0/7] PCI : bridge resource reallocation patchset -- followup
2012-02-10 23:33 UTC (8+ messages)
` [PATCH 1/7] PCI: Disable cardbus bridge MEM1 pref CTL
` [PATCH 2/7] PCI: Fix cardbus bridge resources as optional size handling
` [PATCH 3/7] PCI: Skip reset cardbus assigned resource during pci bus rescan
` [PATCH 4/7] PCI: Retry on type IORESOURCE_IO allocation
` [PATCH 5/7] PCI: Make pci bridge reallocating enabled/disabled
` [PATCH 6/7] PCI: print out suggestion about using pci=realloc
` [PATCH 7/7] PCI: only enable pci realloc when SRIOV bar is not assigned
[PATCH v2 00/18] add PCI bus-to-resource offset support in core
2012-02-10 22:37 UTC (33+ messages)
` [PATCH v2 01/18] PCI: don't publish new root bus until it's fully initialized
` [PATCH v2 02/18] PCI: add struct pci_host_bridge and a list of all bridges found
` [PATCH v2 03/18] PCI: add struct pci_host_bridge_window with CPU/bus address offset
` [PATCH v2 04/18] PCI: convert bus addresses to resource when reading BARs
` [PATCH v2 05/18] PCI: add generic pcibios_resource_to_bus()
` [PATCH v2 06/18] alpha/PCI: get rid of device resource fixups
` [PATCH v2 07/18] arm/PCI: "
` [PATCH v2 08/18] ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v2 09/18] ia64/PCI: get rid of device resource fixups
` [PATCH v2 10/18] microblaze/PCI: "
` [PATCH v2 11/18] mips/PCI: "
` [PATCH v2 12/18] mn10300/PCI: "
` [PATCH v2 13/18] parisc/PCI: "
` [PATCH v2 14/18] powerpc/PCI: "
` [PATCH v2 15/18] sh/PCI: "
` [PATCH v2 16/18] sparc/PCI: "
` [PATCH v2 17/18] xtensa/PCI: "
` [PATCH v2 18/18] PCI: collapse pcibios_resource_to_bus
[PATCH -v2 0/9] PCI : bridge resource reallocation patchset -- followup
2012-02-10 22:11 UTC (25+ messages)
` [PATCH 1/9] pci: Fix pci cardbus removal
` [PATCH 2/9] PCI: Fix /sys warning when sriov enabled card is hot removed
` [PATCH 3/9] PCI: Disable cardbus bridge MEM1 pref CTL
` [PATCH 4/9] PCI: Fix cardbus bridge resources as optional size handling
` [PATCH 5/9] PCI: Skip reset cardbus assigned resource during pci bus rescan
` [PATCH 6/9] PCI: Retry on type IORESOURCE_IO allocation
` [PATCH 7/9] PCI: Make pci bridge reallocating enabled/disabled
` [PATCH 8/9] PCI: print out suggestion about using pci=realloc
` [PATCH 9/9] PCI: only enable pci realloc when SRIOV bar is not assigned
[PATCH 3/3] pcie: Add support for setting default ASPM policy
2012-02-10 20:31 UTC (2+ messages)
[BUGFIX][PATCH] pci: set pci sriov page size before reading SRIOV BAR
2012-02-10 20:02 UTC (2+ messages)
[BUGFIX][PATCH] pci: check for 4k resource_size alignment in sriov_init
2012-02-10 19:54 UTC (6+ messages)
[rubini@gnudd.com: [PATCH V2 3/3] x86: initial support for sta2x11]
2012-02-10 19:52 UTC
[PATCH] pci: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUs
2012-02-10 19:45 UTC (2+ messages)
pci: Annotate PCI quirks in initcall_debug style
2012-02-10 19:42 UTC (2+ messages)
[PATCH 06/16] cpcihp: fix debug module parameter to be bool
2012-02-10 19:40 UTC (3+ messages)
[PATCH] PCI: workaround hard-wired bus number
2012-02-10 19:35 UTC (5+ messages)
` [PATCH] PCI: workaround hard-wired bus number V2
[PATCH 00/21] PCI : bridge resource reallocation patchset
2012-02-10 17:07 UTC (8+ messages)
` [PATCH 18/21] PCI: Fix cardbus bridge resources as optional size handling
[PATCH] USB:xhci: fix port switching on PantherPoint
2012-02-09 20:13 UTC (10+ messages)
` [RFC] xhci: Fix BIOS handoff failure on some Intel systems
` [RFC v2] USB: Fix handoff when BIOS disables host PCI device
[PATCH 4/4] usb: dwc3: second part of hibernation support
2012-02-09 8:07 UTC (7+ messages)
[RFC PATCH v1 00/18] add PCI bus-to-resource offset support in core
2012-02-08 21:16 UTC (14+ messages)
` [RFC PATCH v1 07/18] arm/PCI: get rid of device resource fixups
` [RFC PATCH v1 10/18] microblaze/PCI: "
` [RFC PATCH v1 11/18] mips/PCI: "
[PATCH] usb: enable pci MSI/MSIX in usb core
2012-02-08 15:07 UTC (6+ messages)
[PATCH -v4 0/15] PCI: allocate pci bus num range for unassigned bridge busn
2012-02-06 18:48 UTC (21+ messages)
` [PATCH 01/15] Make %pR could handle bus resource with domain
` [PATCH 02/15] PCI: Add iobusn_resource
` [PATCH 03/15] PCI: Add busn_res operation functions
` [PATCH 06/15] PCI, ia64: Register busn_res for root buses
` [PATCH 08/15] PCI, parisc: "
` [PATCH 09/15] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 10/15] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 11/15] PCI: Strict checking of valid range for bridge
` [PATCH 12/15] PCI: Allocate bus range instead of use max blindly
` [PATCH 13/15] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 14/15] PCI: Seperate child bus scanning to two passes overall
` [PATCH 15/15] pcmcia: remove workaround for fixing pci parent bus subordinate
failure of port switching to XHCI on PantherPoint on boot
2012-02-03 11:20 UTC (2+ messages)
[PATCH -v2 0/7] PCI: pcie hotplug related patch
2012-02-03 3:49 UTC (5+ messages)
[PATCH] pci: Fix pci cardbus removal
2012-02-02 20:15 UTC
[PATCH v5] Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driver
2012-02-02 16:09 UTC
PCI MSI-X vectors in /proc/interrupts
2012-02-02 11:05 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).