summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-24hvc_console: make the ops pointer const.Rusty Russell10-14/+16
2010-02-24virtio: console: statically initialize virtio_consRusty Russell1-26/+34
2010-02-24virtio: console: comment cleanupRusty Russell1-54/+54
2010-02-24virtio: Initialize vq->data entries to NULLAmit Shah1-1/+4
2010-02-24virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+25
2010-02-24virtio_blk: add block topology supportChristoph Hellwig1-15/+46
2010-02-24virtio: use smp_XX barriers on SMPMichael S. Tsirkin1-4/+22
2010-02-24virtio: remove bogus barriers from DEBUG version of virtio_ring.cRusty Russell1-2/+1
2010-02-24virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell1-0/+1
2010-02-24virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke1-4/+18
2010-02-24virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke1-8/+86
2010-02-24Add __devexit_p around reference to virtio_pci_removeJamie Lokier1-1/+1
2010-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-11/+50
2010-02-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-14/+22
2010-02-24Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds5-76/+210
2010-02-23x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas1-0/+1
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas2-4/+59
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas6-21/+15
2010-02-23PCI: read bridge windows before filling in subtractive decode resourcesBjorn Helgaas1-5/+10
2010-02-23PCI: split up pci_read_bridge_bases()Bjorn Helgaas1-15/+39
2010-02-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-9/+27
2010-02-23tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ONAtsushi Nemoto1-1/+0
2010-02-23cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit)Torgny Johansson1-0/+5
2010-02-23e1000: Fix DMA mapping error handling on RXAnton Blanchard1-1/+18
2010-02-23drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring.Thomas Hellstrom1-16/+92
2010-02-23Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linusDave Airlie4-60/+118
2010-02-23Merge branch 'pcc' into releaseLen Brown1-1/+5
2010-02-23Merge branches 'bugzilla-14207' and 'idle' into releaseLen Brown2-13/+17
2010-02-23efifb: fix framebuffer handoffMarcin Slusarz1-1/+10
2010-02-23geode-mfgpt: restore previous behavior for selecting IRQJens Rottmann1-1/+1
2010-02-23drm/nv50: fix vram ptes on IGPs to point at stolen system memoryBen Skeggs1-1/+7
2010-02-23drm/nv50: fix instmem binding on IGPs to point at stolen system memoryBen Skeggs2-18/+41
2010-02-23drm/nv50: improve vram page table constructionBen Skeggs1-11/+33
2010-02-23drm/nv50: more efficient clearing of gpu page table entriesBen Skeggs1-24/+44
2010-02-23drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vramBen Skeggs1-30/+13
2010-02-23drm/nouveau: Fix up pre-nv17 analog load detection.Francisco Jerez1-1/+5
2010-02-23PCIe PME: use pci_pcie_cap()Kenji Kaneshige1-4/+4
2010-02-23PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki3-33/+171
2010-02-23PCIe PME: use pci_is_pcie()Kenji Kaneshige1-3/+3
2010-02-23PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki7-3/+307
2010-02-23ACPI / ACPICA: Multiple system notify handlers per deviceRafael J. Wysocki3-39/+150
2010-02-23ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki3-11/+31
2010-02-23ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki11-304/+175
2010-02-23PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki4-3/+67
2010-02-23PCI PM: PCIe PME root port service driverRafael J. Wysocki6-0/+589
2010-02-23PCI PM: Add function for checking PME status of devicesRafael J. Wysocki2-0/+36
2010-02-23PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_rangesYinghai Lu1-1/+4
2010-02-23PCI: pciehp: second try to get big range for pcie devicesYinghai Lu1-1/+50
2010-02-23PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu1-6/+17
2010-02-23PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu1-27/+89