Age | Commit message (Expand) | Author | Files | Lines |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+2 |
2010-10-16 | PCI: add quirk for non-symmetric-mode irq routing to versions 0 and 4 of the ... | Neil Horman | 1 | -0/+31 |
2010-09-25 | intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hang | Len Brown | 1 | -0/+20 |
2010-08-06 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -4/+38 |
2010-08-02 | libata: more PCI IDs for jmicron controllers | Tejun Heo | 1 | -0/+6 |
2010-07-30 | PCI: Do not run NVidia quirks related to MSI with MSI disabled | Rafael J. Wysocki | 1 | -0/+3 |
2010-07-30 | PCI: use for_each_pci_dev() | Kulikov Vasiliy | 1 | -1/+1 |
2010-07-30 | PCI: disable mmio during bar sizing | Jacob Pan | 1 | -0/+13 |
2010-07-30 | PCI: disable MSI on VIA K8M800 | Tejun Heo | 1 | -0/+1 |
2010-07-30 | PCI quirk: AMD 780: work around wrong vendor ID on APC bridge | Clemens Ladisch | 1 | -3/+20 |
2010-06-08 | ahci: add pci quirk for JMB362 | Tejun Heo | 1 | -1/+4 |
2010-05-22 | PCI: Allow manual resource allocation for PCI hotplug bridges | Felix Radensky | 1 | -0/+13 |
2010-05-19 | PCI quirks: disable msi on AMD rs4xx internal gfx bridges | Alex Deucher | 1 | -0/+1 |
2010-05-19 | PCI: Disable MSI for MCP55 on P5N32-E SLI | Ben Hutchings | 1 | -3/+4 |
2010-04-03 | PCI quirk: RS780/RS880: disable MSI behind the PCI bridge | Clemens Ladisch | 1 | -33/+3 |
2010-03-25 | PCI: don't say we claimed a resource if we failed | Bjorn Helgaas | 1 | -2/+3 |
2010-03-25 | PCI quirk: Disable MSI on VIA K8T890 systems | Matthew Wilcox | 1 | -0/+1 |
2010-03-24 | PCI quirk: RS780/RS880: work around missing MSI initialization | Clemens Ladisch | 1 | -0/+33 |
2010-03-24 | PCI quirk: only apply CX700 PCI bus parking quirk if external VT6212L is present | Tim Yamin | 1 | -3/+17 |
2010-03-06 | ricoh_mmc: port from driver to pci quirk | Maxim Levitsky | 1 | -0/+85 |
2010-03-01 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -12/+2 |
2010-02-23 | PCI: Clean up build for CONFIG_PCI_QUIRKS unset | Rafael J. Wysocki | 1 | -12/+2 |
2010-02-23 | pci: add support for 82576NS serdes to existing SR-IOV quirk | Alexander Duyck | 1 | -0/+1 |
2010-02-05 | CS5536: apply pci quirk for BIOS SMBUS bug | Andres Salomon | 1 | -0/+17 |
2010-01-01 | pci: avoid compiler warning in quirks.c | Linus Torvalds | 1 | -1/+1 |
2009-12-31 | PCI: Fix build if quirks are not enabled | Rafael J. Wysocki | 1 | -1/+18 |
2009-12-17 | PCI: add Intel 82599 Virtual Function specific reset method | Dexuan Cui | 1 | -0/+22 |
2009-12-17 | PCI: add Intel USB specific reset method | Dexuan Cui | 1 | -0/+24 |
2009-12-17 | PCI: support device-specific reset methods | Dexuan Cui | 1 | -0/+9 |
2009-12-17 | PCI: Handle case when no pci device can provide cache line size hint | Csaba Henk | 1 | -1/+1 |
2009-11-05 | vsprintf: use %pR, %pr instead of %pRt, %pRf | Bjorn Helgaas | 1 | -1/+1 |
2009-11-05 | PCI: avoid boot interrupt quirk for AMD 813x B1 devices | Stefan Assmann | 1 | -3/+7 |
2009-11-04 | PCI: determine CLS more intelligently | Jesse Barnes | 1 | -0/+28 |
2009-10-16 | ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2 | Shane Huang | 1 | -3/+3 |
2009-10-13 | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 | Linus Torvalds | 1 | -0/+13 |
2009-10-12 | Run pci_apply_final_quirks() sooner. | David Woodhouse | 1 | -1/+1 |
2009-10-12 | Mark pci_apply_final_quirks() __init rather than __devinit | David Woodhouse | 1 | -1/+1 |
2009-10-12 | Rename pci_init() to pci_apply_final_quirks(), move it to quirks.c | David Woodhouse | 1 | -0/+13 |
2009-10-07 | PCI quirk: TI XIO200a erroneously reports support for fast b2b transfers | Gabe Black | 1 | -0/+19 |
2009-09-16 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -18/+18 |
2009-09-15 | PCI: use dev_printk in quirk messages | Bjorn Helgaas | 1 | -15/+12 |
2009-09-11 | ahci: Add AMD SB900 SATA/IDE controller device IDs | Shane Huang | 1 | -1/+3 |
2009-09-10 | PCI: Simplify hotplug mch quirk. | Eric W. Biederman | 1 | -3/+2 |
2009-09-10 | PCI quirk: update 82576 device ids in SR-IOV quirks list | Alexander Duyck | 1 | -0/+1 |
2009-09-10 | PCI: apply nv_msi_ht_cap_quirk on resume too | Tejun Heo | 1 | -0/+2 |
2009-09-10 | PCI: Unhide the SMBus on the Compaq Evo D510 USDT | Jean Delvare | 1 | -0/+1 |
2009-06-29 | PCI: More PATA quirks for not entering D3 | Alan Cox | 1 | -0/+5 |
2009-06-22 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -0/+24 |
2009-06-17 | PCI quirk: HP hides SMBus controller in Compaq nx9500 laptops | Michal Miroslaw | 1 | -0/+1 |
2009-06-17 | PCI quirk: unhide 'Overflow' device on i828{6,7}5P/PE chipsets | Michal Miroslaw | 1 | -0/+22 |