summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-03-243-95/+112
|\
| * Merge branch 'linus' into releaseLen Brown2011-03-2312-167/+600
| |\
| * \ Merge branch 'apei-release' into releaseLen Brown2011-03-222-83/+108
| |\ \
| | * | ACPI, APEI, Add PCIe AER error information printing supportHuang Ying2011-03-212-8/+60
| | * | PCIe, AER, use pre-generated prefix in error information printingHuang Ying2011-03-211-75/+48
| * | | ACPI: Remove the wakeup.run_wake_count device fieldRafael J. Wysocki2011-02-241-12/+4
| |/ /
* | | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-1/+1
| |/ |/|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-03-1810-155/+576
|\ \
| * | PCI: label: remove #include of ACPI header to avoid warningsShyam_Iyer@Dell.com2011-03-161-1/+0
| * | PCI: label: Fix compilation error when CONFIG_ACPI is unsetNarendra_K@Dell.com2011-03-161-0/+6
| * | PCI: pre-allocate additional resources to devices only after successful alloc...Ram Pai2011-03-041-47/+184
| * | PCI: introduce reset_resource()Ram Pai2011-03-041-3/+8
| * | PCI: data structure agnostic free list functionRam Pai2011-03-041-15/+12
| * | PCI: refactor io size calculation codeRam Pai2011-03-041-24/+42
| * | PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICHJiri Slaby2011-03-041-8/+24
| * | PCI hotplug: acpiphp: set current_state to D0 in register_slotStefano Stabellini2011-03-041-0/+1
| * | PCI: Export ACPI _DSM provided firmware instance number and string name to sysfsNarendra_K@Dell.com2011-03-044-8/+246
| * | PCI: add more checking to ICH region quirksJiri Slaby2011-03-041-8/+37
| * | PCI: aer-inject: Override PCIe AER Mask RegistersPrarit Bhargava2011-03-041-3/+28
| * | PCI: remove quirk for pre-production systemsBrandeburg, Jesse2011-02-161-52/+0
| * | PCI: Avoid potential NULL pointer dereference in pci_scan_bridgeJesper Juhl2011-02-081-1/+3
| * | PCI: sysfs: Fix failure path for addition of "vpd" attributeBen Hutchings2011-02-081-1/+1
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds2011-03-171-0/+1
|\ \ \
| * | | unicore32 machine related files: pci bus handlingGuanXuetao2011-03-171-0/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-03-161-2/+2
|\ \ \
| * | | PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+2
| |/ /
* | | pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk2011-02-181-6/+6
* | | xen-pcifront: Sanity check the MSI/MSI-X valuesKonrad Rzeszutek Wilk2011-02-181-4/+16
* | | xen-pcifront: don't use flush_scheduled_work()Tejun Heo2011-02-171-2/+1
|/ /
* | pci: use security_capable() when checking capablities during config space readChris Wright2011-02-151-1/+2
* | Revert "pci: use security_capable() when checking capablities during config s...Linus Torvalds2011-02-131-2/+1
* | pci: use security_capable() when checking capablities during config space readChris Wright2011-02-111-1/+2
|/
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-01-1416-111/+102
|\
| * PCI/PM: Report wakeup events before resuming devicesRafael J. Wysocki2011-01-143-4/+4
| * PCI/PM: Use pm_wakeup_event() directly for reporting wakeup eventsRafael J. Wysocki2011-01-142-16/+6
| * PCI: sysfs: Update ROM to include default owner write accessAlex Williamson2011-01-141-1/+1
| * PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki2011-01-145-33/+5
| * PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki2010-12-234-38/+53
| * PCI: pci-stub: ignore zero-length id parametersTejun Heo2010-12-231-0/+3
| * PCI: Skip id checking if no id is passedYinghai Lu2010-12-231-0/+4
| * PCI: fix __pci_device_probe kernel-doc warningRandy Dunlap2010-12-231-1/+1
| * PCI: make pci_restore_state return voidJon Mason2010-12-232-6/+4
| * PCI: Disable ASPM if BIOS asks us toMatthew Garrett2010-12-232-4/+18
| * PCI: Add mask bit definition for MSI-X tableSheng Yang2010-12-231-2/+3
| * PCI: MSI: Move MSI-X entry definition to pci_regs.hSheng Yang2010-12-231-6/+0
* | Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-121-0/+1
|\ \
| * | xen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTENDKonrad Rzeszutek Wilk2011-01-051-0/+1
* | | headers: kobject.h reduxAlexey Dobriyan2011-01-102-2/+0
| |/ |/|
* | PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.cRafael J. Wysocki2010-12-231-1/+2
OpenPOWER on IntegriCloud