aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-18/+18
2009-09-14PCI: use dev_printk in quirk messagesBjorn Helgaas1-15/+12
2009-09-11ahci: Add AMD SB900 SATA/IDE controller device IDsShane Huang1-1/+3
2009-09-09PCI: Simplify hotplug mch quirk.Eric W. Biederman1-3/+2
2009-09-09PCI quirk: update 82576 device ids in SR-IOV quirks listAlexander Duyck1-0/+1
2009-09-09PCI: apply nv_msi_ht_cap_quirk on resume tooTejun Heo1-0/+2
2009-09-09PCI: Unhide the SMBus on the Compaq Evo D510 USDTJean Delvare1-0/+1
2009-06-29PCI: More PATA quirks for not entering D3Alan Cox1-0/+5
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+24
2009-06-16PCI quirk: HP hides SMBus controller in Compaq nx9500 laptopsMichal Miroslaw1-0/+1
2009-06-16PCI quirk: unhide 'Overflow' device on i828{6,7}5P/PE chipsetsMichal Miroslaw1-0/+22
2009-06-11PCI: expose SMBus on Asus notebook A6LMats Erik Andersson1-0/+1
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-05-06pci: update 82576 sr-iov quirk with latest device IDsAlexander Duyck1-0/+2
2009-04-22PCI quirk: disable MSI on VIA VT3364 chipsetsThomas Renninger1-0/+1
2009-04-06PCI: don't corrupt enable_cnt when doing manual resource alignmentYuji Shimada1-5/+9
2009-04-06PCI: SR-IOV quirk for Intel 82576 NICYu Zhao1-0/+48
2009-03-30PCI: fix HT MSI mapping fixYinghai Lu1-2/+30
2009-03-26PCI: don't enable too much HT MSI mappingYinghai Lu1-36/+82
2009-03-20PCI: Compaq Evo D510 SMBus quirk using USB instead of VGADavid O'Shea1-2/+7
2009-03-20PCI: allow assignment of memory resources with a specified alignmentYuji Shimada1-0/+60
2009-03-19PCI quirk: don't mark one netmos as class otherJiri Slaby1-1/+5
2009-03-12pci: Fix typo in message while disabling HT MSI mappingPrakash Punnoor1-1/+1
2009-03-12pci: don't disable too many HT MSI mappingPrakash Punnoor1-0/+4
2009-03-12PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598Alexander Duyck1-0/+25
2009-02-26PCI: AMD 813x B2 devices do not need boot interrupt quirkStefan Assmann1-0/+3
2009-02-24PCI: don't enable too many HT MSI mappingsYinghai Lu1-15/+100
2009-02-18PCI quirk: enable MSI on 8132Yinghai Lu1-1/+3
2009-01-07PCI quirks: piix3: warn softer about enabling passive releaseAdam Jackson1-1/+1
2009-01-07PCI: extend on the ICH motherboard IO decode quirk listLinus Torvalds1-15/+90
2009-01-07PCI: fixup whitespace in quirks.cJesse Barnes1-2/+3
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-21/+149
2008-11-20pci: Added quirk to disable msi for MCP55 NIC on Asus P5N32-SLI PremiumAndreas Petlund1-0/+17
2008-11-03PCI: fix VPD limit quirk for Broadcom 5708SYu Zhao1-18/+18
2008-10-28Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirksIngo Molnar1-88/+120
2008-10-24x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu1-14/+0
2008-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-86/+87
2008-10-20PCI: remove #ifdef DEBUG around dev_dbg callJesse Barnes1-2/+0
2008-10-20PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.cYinghai Lu1-2/+1
2008-10-20PCI: allow quirks to be compiled outThomas Petazzoni1-86/+90
2008-10-18intel-iommu: IA64 supportFenghua Yu1-0/+14
2008-10-16{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds1-2/+1
2008-08-07PCI: Limit VPD length for Broadcom 5708SDean Hildebrand1-1/+3
2008-08-07PCI: add Broadcom 5708S to VPD length quirkEric Dumazet1-1/+4
2008-07-28PCI: add D3 power state avoidance quirkAlan Cox1-0/+13
2008-07-18x86, pci: introduce config option for pci reroute quirks (was: [PATCH 0/3] Boot IRQ quirks for Broadcom and AMD/ATI)Stefan Assmann1-1/+1
2008-07-18Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar1-36/+96
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-37/+97
2008-07-13PCI quirks: call boot IRQ quirks at end of device init and during resumeOlaf Dabrunz1-13/+24
2008-07-13PCI quirks: disable AMD/ATI legacy boot interrupt generationOlaf Dabrunz1-21/+50