aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds10-155/+576
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32Linus Torvalds1-0/+1
2011-03-17unicore32 machine related files: pci bus handlingGuanXuetao1-0/+1
2011-03-16PCI: label: remove #include of ACPI header to avoid warningsShyam_Iyer@Dell.com1-1/+0
2011-03-16PCI: label: Fix compilation error when CONFIG_ACPI is unsetNarendra_K@Dell.com1-0/+6
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-2/+2
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+2
2011-03-04PCI: pre-allocate additional resources to devices only after successful allocation of essential resources.Ram Pai1-47/+184
2011-03-04PCI: introduce reset_resource()Ram Pai1-3/+8
2011-03-04PCI: data structure agnostic free list functionRam Pai1-15/+12
2011-03-04PCI: refactor io size calculation codeRam Pai1-24/+42
2011-03-04PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICHJiri Slaby1-8/+24
2011-03-04PCI hotplug: acpiphp: set current_state to D0 in register_slotStefano Stabellini1-0/+1
2011-03-04PCI: Export ACPI _DSM provided firmware instance number and string name to sysfsNarendra_K@Dell.com4-8/+246
2011-03-04PCI: add more checking to ICH region quirksJiri Slaby1-8/+37
2011-03-04PCI: aer-inject: Override PCIe AER Mask RegistersPrarit Bhargava1-3/+28
2011-02-18pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk1-6/+6
2011-02-18xen-pcifront: Sanity check the MSI/MSI-X valuesKonrad Rzeszutek Wilk1-4/+16
2011-02-17xen-pcifront: don't use flush_scheduled_work()Tejun Heo1-2/+1
2011-02-16PCI: remove quirk for pre-production systemsBrandeburg, Jesse1-52/+0
2011-02-15pci: use security_capable() when checking capablities during config space readChris Wright1-1/+2
2011-02-13Revert "pci: use security_capable() when checking capablities during config space read"Linus Torvalds1-2/+1
2011-02-11pci: use security_capable() when checking capablities during config space readChris Wright1-1/+2
2011-02-08PCI: Avoid potential NULL pointer dereference in pci_scan_bridgeJesper Juhl1-1/+3
2011-02-08PCI: sysfs: Fix failure path for addition of "vpd" attributeBen Hutchings1-1/+1
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds16-111/+102
2011-01-14PCI/PM: Report wakeup events before resuming devicesRafael J. Wysocki3-4/+4
2011-01-14PCI/PM: Use pm_wakeup_event() directly for reporting wakeup eventsRafael J. Wysocki2-16/+6
2011-01-14PCI: sysfs: Update ROM to include default owner write accessAlex Williamson1-1/+1
2011-01-14PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki5-33/+5
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan2-2/+0
2011-01-05xen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTENDKonrad Rzeszutek Wilk1-0/+1
2010-12-23PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki4-38/+53
2010-12-23PCI: pci-stub: ignore zero-length id parametersTejun Heo1-0/+3
2010-12-23PCI: Skip id checking if no id is passedYinghai Lu1-0/+4
2010-12-23PCI: fix __pci_device_probe kernel-doc warningRandy Dunlap1-1/+1
2010-12-23PCI: make pci_restore_state return voidJon Mason2-6/+4
2010-12-23PCI: Disable ASPM if BIOS asks us toMatthew Garrett2-4/+18
2010-12-23PCI: Add mask bit definition for MSI-X tableSheng Yang1-2/+3
2010-12-23PCI: MSI: Move MSI-X entry definition to pci_regs.hSheng Yang1-6/+0
2010-12-23PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.cRafael J. Wysocki1-1/+2
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+28
2010-12-17Revert "PCI: allocate bus resources from the top down"Bjorn Helgaas1-48/+5
2010-12-17Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"Bjorn Helgaas1-49/+21
2010-12-16PCI: Update MCP55 quirk to not affect non HyperTransport variantsNeil Horman1-0/+3
2010-12-13x86, vt-d: Handle previous faults after enabling fault handlingSuresh Siddha1-0/+5
2010-12-13x86, vt-d: Quirk for masking vtd spec errors to platform error handling logicSuresh Siddha1-0/+23
2010-11-25Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-0/+19