summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-3/+3
* pci: fix PCI bus allocation alignment handlingLinus Torvalds2011-04-111-2/+2
* Fix common misspellingsLucas De Marchi2011-03-318-9/+9
* drivers: Final irq namespace conversionThomas Gleixner2011-03-295-21/+21
* Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2011-03-261-29/+9Star
|\
| * PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki2011-03-231-29/+9Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-03-263-4/+40
|\ \
| * | PCI: Disable ASPM when _OSC control is not granted for PCIe servicesNaga Chumbalkar2011-03-211-4/+1Star
| * | PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIsNaga Chumbalkar2011-03-211-0/+4
| * | PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar2011-03-212-0/+28
| * | PCI/ACPI: Report ASPM support to BIOS if not disabled from command lineRafael J. Wysocki2011-03-211-0/+7
| |/
* | 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-222-8/+60
| | * | PCIe, AER, use pre-generated prefix in error information printingHuang Ying2011-03-221-75/+48Star
| * | | ACPI: Remove the wakeup.run_wake_count device fieldRafael J. Wysocki2011-02-241-12/+4Star
| |/ /
* | / userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-241-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/+0Star
| * | 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/+12Star
| * | 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/+0Star
| * | 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/+1Star
|/ /
* | 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/+1Star
* | 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-211-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-01-1416-111/+102Star
|\
| * 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/+6Star
| * 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/+5Star
| * PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki2010-12-234-38/+53