aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2015-10-131-0/+2
* pci: Add PCI_DEVICE_SUB() macroBen Hutchings2014-02-151-0/+14
* PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-07-251-2/+0
* USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-191-0/+2
* PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel2011-10-311-1/+1
* Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-281-0/+2
|\
| * PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki2011-10-141-0/+1
| * PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt2011-10-141-0/+1
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-1/+2
|\ \ | |/
| * PCI: Disable MPS configuration by defaultJon Mason2011-10-041-1/+2
* | Merge git://github.com/Jkirsher/net-nextDavid S. Miller2011-09-231-0/+2
|\ \ | |/ |/|
| * pci: Add flag indicating device has been assigned by KVMGreg Rose2011-09-231-0/+2
* | PCI : ability to relocate assigned pci-resourcesRam Pai2011-08-011-0/+1
* | PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-011-1/+14
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-291-3/+3
|\
| * PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+1
| * PCI: Assign values to 'pci_obff_signal_type' enumeration constantsMyron Stowe2011-07-221-2/+2
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-221-0/+11
|\ \
| * | x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-211-0/+11
| |/
* | pci/of: Consolidate pci_bus_to_OF_node()Benjamin Herrenschmidt2011-06-081-0/+5
* | pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt2011-06-081-0/+5
* | pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-0/+18
|/
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-241-2/+5
|\
| * vgaarb: use bridges to control VGA routing where possible.Dave Airlie2011-05-041-2/+5
* | PCI: Add interfaces to store and load the device saved stateAlex Williamson2011-05-211-0/+4
* | PCI: Track the size of each saved capability data areaAlex Williamson2011-05-211-3/+8
* | PCI: add latency tolerance reporting enable/disable supportJesse Barnes2011-05-111-0/+5
* | PCI: add OBFF enable/disable supportJesse Barnes2011-05-111-0/+16
* | PCI: add ID-based ordering enable/disable supportJesse Barnes2011-05-111-0/+13
|/
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command lineRafael J. Wysocki2011-03-211-4/+3
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-03-181-0/+5
|\
| * PCI: fix tlan build when CONFIG_PCI is not enabledRandy Dunlap2011-02-161-0/+5
* | tg3: Add code to verify RODATA checksum of VPDMatt Carlson2011-03-101-0/+1
|/
* PCI / ACPI: Fix build issue in pci_root.c for !CONFIG_PCIEPORTBUSMarkus Trippelsdorf2011-01-141-0/+5
* PCI/PM: Use pm_wakeup_event() directly for reporting wakeup eventsRafael J. Wysocki2011-01-141-1/+0
* PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki2011-01-141-0/+11
* PCI: make pci_restore_state return voidJon Mason2010-12-231-5/+3
* PCI: Export some PCI PM functionalityMatthew Garrett2010-10-171-0/+3
* PCI: pci_driver make name constStephen Hemminger2010-10-151-1/+1
* PCI: provide stub pci_domain_nr function for !CONFIG_PCI configsDave Airlie2010-08-131-0/+3
* PCI: disable mmio during bar sizingJacob Pan2010-07-301-0/+2
* PCI: fall back to original BIOS BAR addressesBjorn Helgaas2010-07-161-0/+1
* Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-041-0/+1
|\
| * i7core_edac: Add a code to probe Xeon 55xx busMauro Carvalho Chehab2010-05-101-0/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-281-1/+2
|\ \
| * | ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying2010-05-191-1/+2
| |/
* | intel-iommu: use physfn to search drhd for VFYinghai2010-04-091-0/+10
|/
* dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...FUJITA Tomonori2010-03-121-2/+0
* pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-0/+1