Age | Commit message (Expand) | Author |
2012-02-24 | PCI: Use class for quirk for netmos class fixup | Yinghai Lu |
2012-02-24 | PCI: Use class for quirk for legacy ATA NO_D3 | Yinghai Lu |
2012-02-24 | PCI: Use class for quirk for cardbus_legacy | Yinghai Lu |
2012-02-24 | PCI: Use class for quirk for host bridge mmio_always_on | Yinghai Lu |
2012-02-24 | PCI: Add class support in quirk handling | Yinghai Lu |
2012-02-24 | Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-... | Jesse Barnes |
2012-02-24 | PCI: add a PCI resource reallocation config option | Yinghai Lu |
2012-02-24 | PCI: print out suggestion about using pci=realloc | Yinghai Lu |
2012-02-24 | PCI: prepare pci=realloc for multiple options | Yinghai Lu |
2012-02-24 | PCI: Retry on IORESOURCE_IO type allocations | Yinghai Lu |
2012-02-23 | PCI: collapse pcibios_resource_to_bus | Bjorn Helgaas |
2012-02-23 | PCI: add generic pcibios_resource_to_bus() | Bjorn Helgaas |
2012-02-23 | PCI: convert bus addresses to resource when reading BARs | Bjorn Helgaas |
2012-02-23 | PCI: add struct pci_host_bridge_window with CPU/bus address offset | Bjorn Helgaas |
2012-02-23 | PCI: add struct pci_host_bridge and a list of all bridges found | Bjorn Helgaas |
2012-02-23 | PCI: don't publish new root bus until it's fully initialized | Bjorn Helgaas |
2012-02-23 | PCI: make pci_flags non-weak | Bjorn Helgaas |
2012-02-23 | PCI: make pci_flags always available | Bjorn Helgaas |
2012-02-23 | PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driver | MUNEDA Takahiro |
2012-02-23 | PCI: move pci_find_saved_cap out of linux/pci.h | Yinghai Lu |
2012-02-23 | PCI: fix memleak for pci dev removing during hotplug | Yinghai Lu |
2012-02-23 | PCI: Fix device class print out | Yinghai Lu |
2012-02-23 | PCI: Skip cardbus assigned resource reset during pci bus rescan | Yinghai Lu |
2012-02-23 | PCI: Fix "cardbus bridge resources as optional" size handling | Yinghai Lu |
2012-02-23 | PCI: Disable cardbus bridge MEM1 prefetchable bit | Yinghai Lu |
2012-02-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds |
2012-02-17 | PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up | Rafael J. Wysocki |
2012-02-17 | PCI: Fix /sys warning when sriov enabled and card is hot removed | Yinghai Lu |
2012-02-17 | PCI: pcie: Add support for setting default ASPM policy | Matthew Garrett |
2012-02-14 | Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2012-02-14 | PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUs | Thomas Jarosch |
2012-02-14 | PCI: Annotate PCI quirks in initcall_debug style | Arjan van de Ven |
2012-02-14 | PCI hotplug: cpcihp: fix debug module parameter to be bool | Danny Kukawka |
2012-02-14 | PCI: check for pci bar restore completion and retry | Kay, Allen M |
2012-02-14 | PCI: pciehp: Disable/enable link during slot power off/on | Yinghai Lu |
2012-02-14 | PCI: pciehp: Add Disable/enable link functions | Yinghai Lu |
2012-02-14 | PCI: pciehp: Add pcie_wait_link_not_active() | Yinghai Lu |
2012-02-14 | PCI: pciehp: make check_link_active more helpful | Yinghai Lu |
2012-02-14 | PCI: pciehp: replace unconditional sleep with config space access check | Yinghai Lu |
2012-02-14 | PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device | Yinghai Lu |
2012-02-14 | PCI: make sriov work with hotplug remove | Yinghai Lu |
2012-02-14 | PCI: remove add_to_failed_list() | Yinghai Lu |
2012-02-14 | PCI: add debug print out for add_size | Yinghai Lu |
2012-02-14 | PCI: make free_list() into a function | Yinghai Lu |
2012-02-14 | PCI: Rename dev_res_x to add_res or fail_res | Yinghai Lu |
2012-02-14 | PCI: Merge pci_dev_resource_x and pci_dev_resource | Yinghai Lu |
2012-02-14 | PCI: Replace resource_list with generic list | Yinghai Lu |
2012-02-14 | PCI: Move struct resource_list to setup-bus.c | Yinghai Lu |
2012-02-14 | PCI: Move pdev_sort_resources() to setup-bus.c | Yinghai Lu |
2012-02-14 | PCI: make re-allocation try harder by reassigning ranges higher in the heirarchy | Yinghai Lu |