aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-02Check mapped ranges on sysfs resource filesLinus Torvalds1-0/+19
2008-09-16PCI: fix compiler warnings in pci_get_subsys()Greg KH1-3/+3
2008-09-16PCI: Fix pcie_aspm=forceSitsofe Wheeler1-1/+1
2008-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds5-8/+47
2008-09-12PCI: re-add debug prints for unmodified BARsYinghai Lu1-4/+11
2008-09-10PCI: fix pciehp_free_irq()Adrian Bunk1-1/+1
2008-09-09PCI Hotplug: fakephp: fix deadlock... againAlex Chiang1-3/+3
2008-09-09PCI: Fix printk warnings in setup-bus.cJohann Felix Soden1-1/+5
2008-09-09PCI: Fix printk warnings in probe.cJohann Felix Soden1-3/+8
2008-09-09PCI/iommu: blacklist DMAR on Intel G31/G33 chipsetsDavid Woodhouse1-0/+23
2008-09-04PCI: fix pbus_size_mem() resource alignment for CardBus controllersLinus Torvalds1-2/+3
2008-08-21PCI: fix reference leak in pci_get_dev_by_id()Greg KH1-0/+2
2008-08-21PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang1-19/+15
2008-08-21PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang3-18/+15
2008-08-18Merge branch 'x86-merge' into for-linusJesse Barnes2-0/+38
2008-08-18PCI: add acpi_find_root_bridge_handleJiri Slaby2-10/+2
2008-08-18PCI: acpi_pcihp: run _OSC on a root bridgeJiri Slaby1-12/+29
2008-08-18Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into x86-mergeJesse Barnes2-0/+38
2008-08-07PCI: Limit VPD length for Broadcom 5708SDean Hildebrand1-1/+3
2008-08-07PCI PM: Export pci_pme_active to driversRafael J. Wysocki1-1/+2
2008-08-07PCI: check the return value of device_create_bin_file() in pci_create_bus()Simon Horman1-16/+38
2008-08-07PCI: fully restore MSI state at resume timeJesse Barnes1-3/+2
2008-08-07PCI: add Broadcom 5708S to VPD length quirkEric Dumazet1-1/+4
2008-07-28PCI: add D3 power state avoidance quirkAlan Cox2-0/+17
2008-07-28PCI: add an option to allow ASPM enabled forciblyShaohua Li1-6/+14
2008-07-28PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li2-1/+15
2008-07-28PCI: disable ASPM per ACPI FADT settingShaohua Li2-0/+12
2008-07-28PCI MSI: Don't disable MSIs if the mask bit isn't supportedMatthew Wilcox1-3/+12
2008-07-28PCI: handle 64-bit resources better on 32-bit machinesMatthew Wilcox1-2/+2
2008-07-28PCI: rewrite PCI BAR reading codeMatthew Wilcox1-119/+123
2008-07-28PCI: document pci_target_stateJesse Barnes1-0/+6
2008-07-28PCI hotplug: fix typo in pcie hotplug outputJesse Barnes1-1/+1
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds3-22/+34
2008-07-22PCI: fixup sparse endianness warnings in proc.cHarvey Harrison1-9/+9
2008-07-22PCI PM: make more PCI PM core functionality available to driversRafael J. Wysocki1-10/+24
2008-07-22PCI/DMAR: don't assume presence of RMRRsYong Wang1-3/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-2/+2
2008-07-21pci kernel-doc fatal errorRandy Dunlap1-4/+2
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-1/+1
2008-07-18Merge branch 'linus' into pci-for-jesseIngo Molnar41-1146/+1889
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds39-1111/+1786
2008-07-16PCI ACPI: Drop the second argument of platform_pci_choose_stateRafael J. Wysocki3-6/+4
2008-07-16ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell1-2/+1
2008-07-16PCI: remove unnecessary volatile in PCIe hotplug struct controllerMing Lei1-1/+1
2008-07-14PCI: include linux/pm_wakeup.h for device_set_wakeup_capableStephen Rothwell1-0/+1
2008-07-14PCI PM: Fix pci_prepare_to_sleepRafael J. Wysocki1-2/+2
2008-07-11x86: make only GART code include gart.hFUJITA Tomonori1-1/+1
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu1-14/+37
2008-07-07PCI: Simplify PCI device PM codeRafael J. Wysocki1-66/+52
2008-07-07PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleepRafael J. Wysocki1-0/+83