summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2011-06-26PCI: return correct value when writing to the "reset" attributeMichal Schmidt1-1/+6
2011-06-26PCI: sysfs: Fix failure path for addition of "vpd" attributeBen Hutchings1-1/+1
2011-06-26PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICHJiri Slaby1-8/+24
2011-06-26PCI: add more checking to ICH region quirksJiri Slaby1-8/+37
2011-06-26PCI: remove quirk for pre-production systemsBrandeburg, Jesse1-52/+0
2011-06-26PCI: pci-stub: ignore zero-length id parametersTejun Heo1-0/+3
2011-04-17x86, vt-d: Quirk for masking vtd spec errors to platform error handling logicSuresh Siddha1-0/+23
2011-04-17x86, vt-d: Handle previous faults after enabling fault handlingSuresh Siddha1-0/+5
2011-04-17PCI: fix offset check for sysfs mmapped filesDarrick J. Wong1-1/+1
2011-04-17PCI: sysfs: fix printk warningsRandy Dunlap1-1/+2
2011-04-17PCI: fix size checks for mmap() on /proc/bus/pci filesMartin Wilck3-8/+23
2011-04-17ioat2: catch and recover from broken vtd configurations v6Dan Williams1-0/+27
2011-01-06intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hangLen Brown1-0/+20
2011-01-06drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton1-47/+43
2011-01-06PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings1-5/+42
2011-01-06PCI: MSI: Remove unsafe and unnecessary hardware accessBen Hutchings1-23/+11
2010-08-13PCI: disable MSI on VIA K8M800Tejun Heo1-0/+1
2010-08-13PCI: Do not run NVidia quirks related to MSI with MSI disabledRafael J. Wysocki1-0/+3
2010-08-02PCI/PM: Do not use native PCIe PME by defaultRafael J. Wysocki1-6/+13
2010-08-02virtio-pci: disable msi at startupMichael S. Tsirkin1-0/+1
2010-07-05ahci: add pci quirk for JMB362Tejun Heo1-1/+4
2010-07-05PCI: Disable MSI for MCP55 on P5N32-E SLIBen Hutchings1-3/+4
2010-07-05PCI quirks: disable msi on AMD rs4xx internal gfx bridgesAlex Deucher1-0/+1
2010-05-12Revert "PCI: update bridge resources to get more big ranges in PCI assign uns...Linus Torvalds1-112/+2
2010-04-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-0/+6
2010-04-28powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2-0/+6
2010-04-22PCI: Ensure we re-enable devices on resumeMatthew Garrett1-5/+1
2010-04-22PCI: revert broken device warningBjorn Helgaas1-16/+7
2010-04-08PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_resetAlexander Duyck1-2/+8
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-33/+3
2010-04-02PCI quirk: RS780/RS880: disable MSI behind the PCI bridgeClemens Ladisch1-33/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo32-4/+28
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds6-63/+121
2010-03-25PCI: don't say we claimed a resource if we failedBjorn Helgaas1-2/+3
2010-03-25PCI quirk: Disable MSI on VIA K8T890 systemsMatthew Wilcox1-0/+1
2010-03-24PCI quirk: RS780/RS880: work around missing MSI initializationClemens Ladisch1-0/+33
2010-03-24PCI quirk: only apply CX700 PCI bus parking quirk if external VT6212L is presentTim Yamin1-3/+17
2010-03-24PCI: complain about devices that seem to be brokenBjorn Helgaas1-7/+16
2010-03-24PCI: print resources consistently with %pRBjorn Helgaas2-8/+6
2010-03-24PCI: make disabled window printk style match the enabled onesBjorn Helgaas1-3/+3
2010-03-24PCI: break out primary/secondary/subordinate for readabilityBjorn Helgaas1-10/+14
2010-03-24PCI: for address space collisions, show conflicting resourceBjorn Helgaas1-6/+8
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2010-03-19PCI: cleanup error return for pcix get and set mmrbc functionsDean Nelson1-20/+16
2010-03-19PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functionsDean Nelson1-5/+6
2010-03-19PCI: kill off pci_register_set_vga_state() symbol export.Paul Mundt1-1/+0
2010-03-19PCI: fix return value from pcix_get_max_mmrbc()Dean Nelson1-1/+1
2010-03-19sysfs: Initialised pci bus legacy_mem field before useMel Gorman1-1/+1
2010-03-18Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown47-744/+2492