Age | Commit message (Expand) | Author | Files | Lines |
2012-05-01 | PCI: add host bridge release support | Yinghai Lu | 1 | -0/+5 |
2012-04-30 | PCI: add generic device into pci_host_bridge struct | Yinghai Lu | 1 | -1/+3 |
2012-03-24 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -32/+73 |
2012-03-23 | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2012-03-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+7 |
2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -6/+6 |
2012-03-20 | constify struct pci_dev * in obvious cases | Al Viro | 1 | -6/+6 |
2012-03-09 | powerpc/eeh: Introduce EEH device | Gavin Shan | 1 | -0/+7 |
2012-02-28 | PCI: export __pci_remove_bus_device | Yinghai Lu | 1 | -0/+1 |
2012-02-28 | PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge | Yinghai Lu | 1 | -1/+1 |
2012-02-28 | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device | Yinghai Lu | 1 | -1/+1 |
2012-02-25 | PCI: Add class support in quirk handling | Yinghai Lu | 1 | -11/+52 |
2012-02-24 | PCI: add generic pcibios_resource_to_bus() | Bjorn Helgaas | 1 | -0/+4 |
2012-02-24 | PCI: add struct pci_host_bridge_window with CPU/bus address offset | Bjorn Helgaas | 1 | -0/+9 |
2012-02-24 | PCI: add struct pci_host_bridge and a list of all bridges found | Bjorn Helgaas | 1 | -0/+5 |
2012-02-24 | PCI: move pci_find_saved_cap out of linux/pci.h | Yinghai Lu | 1 | -19/+0 |
2012-02-14 | PCI: Move pdev_sort_resources() to setup-bus.c | Yinghai Lu | 1 | -1/+0 |
2012-02-14 | PCI: Make rescan bus increase bridge resource size if needed | Yinghai Lu | 1 | -0/+1 |
2012-02-14 | PCI: Introduce __pci_reset_function_locked to be used when holding device_lock. | Konrad Rzeszutek Wilk | 1 | -0/+1 |
2012-02-14 | x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list | Myron Stowe | 1 | -1/+0 |
2012-02-14 | x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR values | Myron Stowe | 1 | -0/+1 |
2012-02-09 | PCI: Add helper macro for pci_register_driver boilerplate | Greg Kroah-Hartman | 1 | -0/+13 |
2012-01-12 | pci: Introduce __pci_reset_function_locked to be used when holding device_lock. | Konrad Rzeszutek Wilk | 1 | -0/+1 |
2012-01-07 | PCI: Increase resource array mask bit size in pcim_iomap_regions() | Yinghai Lu | 1 | -3/+3 |
2012-01-07 | PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCES | Yinghai Lu | 1 | -1/+1 |
2012-01-07 | PCI: remove pci_create_bus() | Bjorn Helgaas | 1 | -2/+0 |
2012-01-07 | PCI: convert pci_scan_bus() to use pci_create_root_bus() | Bjorn Helgaas | 1 | -9/+1 |
2012-01-07 | PCI: add pci_scan_root_bus() that accepts resource list | Bjorn Helgaas | 1 | -0/+3 |
2012-01-07 | PCI: add pci_create_root_bus() that accepts resource list | Bjorn Helgaas | 1 | -0/+3 |
2012-01-07 | PCI: add helpers for building PCI bus resource lists | Bjorn Helgaas | 1 | -0/+2 |
2012-01-07 | PCI: Pull PCI 'latency timer' setup up into the core | Myron Stowe | 1 | -0/+3 |
2012-01-07 | PCI: add declaration for pcibios_set_master() to pci core | Myron Stowe | 1 | -0/+2 |
2012-01-07 | PCI: Introduce INTx check & mask API | Jan Kiszka | 1 | -0/+3 |
2012-01-07 | PCI: Rework config space blocking services | Jan Kiszka | 1 | -5/+9 |
2012-01-07 | PCI/sysfs: add per pci device msi[x] irq listing (v5) | Neil Horman | 1 | -0/+1 |
2011-10-31 | PCI: Fix compile errors with PCI_ATS and !PCI_IOV | Joerg Roedel | 1 | -1/+1 |
2011-10-29 | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -0/+2 |
2011-10-14 | PCI / PM: Extend PME polling to all PCI devices | Rafael J. Wysocki | 1 | -0/+1 |
2011-10-14 | PCI: Make pci_setup_bridge() non-static for use by arch code | Benjamin Herrenschmidt | 1 | -0/+1 |
2011-10-07 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -1/+2 |
2011-10-04 | PCI: Disable MPS configuration by default | Jon Mason | 1 | -1/+2 |
2011-09-23 | Merge git://github.com/Jkirsher/net-next | David S. Miller | 1 | -0/+2 |
2011-09-23 | pci: Add flag indicating device has been assigned by KVM | Greg Rose | 1 | -0/+2 |
2011-08-01 | PCI : ability to relocate assigned pci-resources | Ram Pai | 1 | -0/+1 |
2011-08-01 | PCI: Set PCI-E Max Payload Size on fabric | Jon Mason | 1 | -1/+14 |
2011-07-30 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -3/+3 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-23 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+11 |
2011-07-22 | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 1 | -1/+1 |
2011-07-22 | PCI: Assign values to 'pci_obff_signal_type' enumeration constants | Myron Stowe | 1 | -2/+2 |