summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* PCI ASPM: introduce disable flagKenji Kaneshige2009-09-091-17/+24
* PCI ASPM: fix possible null pointer dereferenceKenji Kaneshige2009-09-091-8/+9
* PCI ASPM: remove redundant list checkKenji Kaneshige2009-09-091-3/+0
* PCI ASPM: do not clear enabled field by support fieldKenji Kaneshige2009-09-091-3/+3
* PCI quirk: update 82576 device ids in SR-IOV quirks listAlexander Duyck2009-09-091-0/+1
* PCI/vgaarb: cleanup some warnings + cleanup some comments.Dave Airlie2009-09-091-6/+5
* PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt2009-09-096-1/+1264
* PCI MSI: Style cleanupsHidetoshi Seto2009-09-091-22/+22
* PCI MSI: MSI-X cleanup, msix_setup_entries()Hidetoshi Seto2009-09-091-23/+36
* PCI MSI: MSI-X cleanup, msix_program_entries()Hidetoshi Seto2009-09-091-10/+19
* PCI MSI: MSI-X cleanup, msix_map_region()Hidetoshi Seto2009-09-091-13/+19
* PCI MSI: Relocate error path in init_msix_capability()Hidetoshi Seto2009-09-091-18/+22
* PCI MSI: Unify msi_free_irqs() and msix_free_all_irqs()Hidetoshi Seto2009-09-091-43/+31
* PCI MSI: Use list_first_entry()Hidetoshi Seto2009-09-091-1/+1
* PCI MSI: Remove attribute check from pci_disable_msi()Hidetoshi Seto2009-09-091-8/+1
* PCI: print out pref if mmio is prefetchableYinghai Lu2009-09-091-2/+7
* PCI: apply nv_msi_ht_cap_quirk on resume tooTejun Heo2009-09-091-0/+2
* PCI: disable pci_find_device warnings when deprecated pci functions are enabledAndi Kleen2009-09-093-31/+37
* PCI: Unhide the SMBus on the Compaq Evo D510 USDTJean Delvare2009-09-091-0/+1
* PCI: expose function reset capability in sysfsMichael S. Tsirkin2009-09-093-0/+54
* PCI Hotplug: acpiphp: get pci_bus from acpi handle correctlyAlex Chiang2009-09-091-11/+17
* ACPI: export acpi_pci_root and friendsAlex Chiang2009-09-091-15/+2
* PCI: export pci_claim_resource for driver useJesse Barnes2009-09-091-0/+1
* yenta: Use pci_claim_resourceMatthew Wilcox2009-09-091-8/+8
* PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-2/+1
* aoe: allocate unused request_queue for sysfsEd Cashin2009-09-093-4/+11
* i915: disable interrupts before tearing down GEM stateLinus Torvalds2009-09-081-5/+1
* drm/i915: fix mask bits settingZhenyu Wang2009-09-083-1/+3
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-09-075-69/+70
|\
| * drm/radeon/kms: add LTE/GTE discard + rv515 two sided stencil register.Dave Airlie2009-09-075-69/+70
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-071-1/+1
|\ \
| * | gianfar: Fix build.David S. Miller2009-09-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2009-09-071-0/+1
|\ \ \
| * | | pcmcia: add CNF-CDROM-ID for ideWolfram Sang2009-08-141-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-09-073-6/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | agp/intel: support for new chip variant of IGDNG mobileZhenyu Wang2009-09-021-1/+7
| * | | drm/i915: Unref old_obj on get_fence_reg() error pathChris Wilson2009-09-021-4/+9
| * | | drm/i915: increase default latency constant (v2 w/comment)Jesse Barnes2009-09-021-1/+15
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-09-053-6/+20
|\ \ \ \
| * | | | firewire: sbp2: fix freeing of unallocated memoryStefan Richter2009-09-051-4/+4
| * | | | firewire: ohci: fix Ricoh R5C832, video receptionStefan Richter2009-09-051-0/+5
| * | | | firewire: ohci: fix Agere FW643 and multiple camerasStefan Richter2009-09-051-0/+9
| * | | | firewire: core: fix crash in iso resource managementStefan Richter2009-09-051-2/+2
* | | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds2009-09-052-7/+10
|\ \ \ \ \
| * | | | | mtd: nftl: fix offset alignmentsDimitri Gorokhovik2009-09-031-6/+9
| * | | | | mtd: nftl: write support is brokenDimitri Gorokhovik2009-09-031-1/+1
| * | | | | mtd: m25p80: fix null pointer dereference bugAnton Vorontsov2009-09-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-052-53/+68
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | gianfar: gfar_remove needs to call unregister_netdev()Toru UCHIYAMA2009-08-301-0/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-281-53/+67
| |\ \ \ \
OpenPOWER on IntegriCloud