Age | Commit message (Expand) | Author | Files | Lines |
2012-03-24 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 29 | -525/+1181 |
2012-03-23 | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+25 |
2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+18 |
2012-03-20 | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -37/+18 |
2012-03-20 | PCI: fix bridge I/O window bus-to-resource conversion | Bjorn Helgaas | 1 | -0/+1 |
2012-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2012-03-10 | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 4 | -13/+33 |
2012-03-08 | PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled | Matthew Garrett | 1 | -0/+3 |
2012-03-05 | tg3: Recode PCI MRRS adjustment as a PCI quirk | Matt Carlson | 1 | -0/+18 |
2012-03-02 | PCI / PCIe: Introduce command line option to disable ARI | Rafael J. Wysocki | 1 | -1/+6 |
2012-02-28 | PCI: make acpihp use __pci_remove_bus_device instead | Yinghai Lu | 1 | -1/+1 |
2012-02-28 | PCI: export __pci_remove_bus_device | Yinghai Lu | 1 | -1/+3 |
2012-02-28 | PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge | Yinghai Lu | 1 | -3/+4 |
2012-02-28 | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device | Yinghai Lu | 13 | -19/+19 |
2012-02-25 | PCI: print out PCI device info along with duration | Yinghai Lu | 1 | -3/+4 |
2012-02-25 | PCI: Move "pci reassigndev resource alignment" out of quirks.c | Yinghai Lu | 5 | -71/+66 |
2012-02-25 | PCI: Use class for quirk for ti816x class fixup | Yinghai Lu | 1 | -5/+4 |
2012-02-25 | PCI: Use class for quirk for intel e100 interrupt fixup | Yinghai Lu | 1 | -1/+2 |
2012-02-25 | PCI: Use class for quirk for netmos class fixup | Yinghai Lu | 1 | -3/+3 |
2012-02-25 | PCI: Use class for quirk for legacy ATA NO_D3 | Yinghai Lu | 1 | -7/+10 |
2012-02-25 | PCI: Use class for quirk for cardbus_legacy | Yinghai Lu | 1 | -4/+4 |
2012-02-25 | PCI: Use class for quirk for host bridge mmio_always_on | Yinghai Lu | 1 | -3/+3 |
2012-02-25 | PCI: Add class support in quirk handling | Yinghai Lu | 1 | -5/+7 |
2012-02-25 | Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-... | Jesse Barnes | 3 | -53/+188 |
2012-02-24 | PCI: add a PCI resource reallocation config option | Yinghai Lu | 2 | -0/+41 |
2012-02-24 | PCI: print out suggestion about using pci=realloc | Yinghai Lu | 1 | -0/+3 |
2012-02-24 | PCI: prepare pci=realloc for multiple options | Yinghai Lu | 3 | -9/+31 |
2012-02-24 | PCI: Retry on IORESOURCE_IO type allocations | Yinghai Lu | 1 | -11/+1 |
2012-02-24 | PCI: collapse pcibios_resource_to_bus | Bjorn Helgaas | 1 | -29/+15 |
2012-02-24 | PCI: add generic pcibios_resource_to_bus() | Bjorn Helgaas | 1 | -0/+16 |
2012-02-24 | PCI: convert bus addresses to resource when reading BARs | Bjorn Helgaas | 1 | -25/+104 |
2012-02-24 | PCI: add struct pci_host_bridge_window with CPU/bus address offset | Bjorn Helgaas | 2 | -20/+42 |
2012-02-24 | PCI: add struct pci_host_bridge and a list of all bridges found | Bjorn Helgaas | 1 | -5/+34 |
2012-02-24 | PCI: don't publish new root bus until it's fully initialized | Bjorn Helgaas | 1 | -4/+4 |
2012-02-24 | PCI: make pci_flags non-weak | Bjorn Helgaas | 1 | -1/+1 |
2012-02-24 | PCI: make pci_flags always available | Bjorn Helgaas | 1 | -0/+3 |
2012-02-24 | PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driver | MUNEDA Takahiro | 2 | -2/+26 |
2012-02-24 | PCI: move pci_find_saved_cap out of linux/pci.h | Yinghai Lu | 1 | -0/+19 |
2012-02-24 | PCI: fix memleak for pci dev removing during hotplug | Yinghai Lu | 3 | -0/+11 |
2012-02-24 | PCI: Fix device class print out | Yinghai Lu | 1 | -7/+5 |
2012-02-24 | PCI: Skip cardbus assigned resource reset during pci bus rescan | Yinghai Lu | 1 | -0/+14 |
2012-02-23 | PCI: Fix "cardbus bridge resources as optional" size handling | Yinghai Lu | 1 | -28/+37 |
2012-02-23 | PCI: Disable cardbus bridge MEM1 prefetchable bit | Yinghai Lu | 1 | -0/+8 |
2012-02-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 3 | -8/+28 |
2012-02-17 | PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up | Rafael J. Wysocki | 1 | -0/+10 |
2012-02-17 | PCI: Fix /sys warning when sriov enabled and card is hot removed | Yinghai Lu | 1 | -1/+7 |
2012-02-17 | PCI: pcie: Add support for setting default ASPM policy | Matthew Garrett | 2 | -0/+33 |
2012-02-15 | Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -5/+5 |
2012-02-14 | PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUs | Thomas Jarosch | 1 | -0/+34 |
2012-02-14 | PCI: Annotate PCI quirks in initcall_debug style | Arjan van de Ven | 1 | -1/+22 |