summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drm/radeon/kms/atom: fill in proper defines for digital setupAlex Deucher2009-12-231-8/+8
| * | | | Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie2009-12-2330-706/+1710
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs2009-12-161-0/+5
| | * | | drm/nv50: fix suspend/resume delays without firmware presentBen Skeggs2009-12-161-0/+3
| | * | | drm/nouveau: prevent all channel creation if accel not availableBen Skeggs2009-12-163-48/+64
| | * | | drm/nv50: fix two potential suspend/resume oopsesBen Skeggs2009-12-162-2/+2
| | * | | drm/nv40: implement ctxprog/state generationBen Skeggs2009-12-168-182/+1031
| | * | | drm/nv10: Add the initial graph context and soft methods needed for LMA.Francisco Jerez2009-12-161-43/+154
| | * | | drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.Francisco Jerez2009-12-161-0/+6
| | * | | drm/nouveau: Add proper error handling to nouveau_card_initMarcin Kościelnicki2009-12-161-25/+48
| | * | | drm/nv04: Fix NV04 set_operation software method.Marcin Kościelnicki2009-12-161-1/+1
| | * | | drm/nouveau: Kill global state in BIOS script interpreterMarcin Kościelnicki2009-12-162-287/+276
| | * | | drm/nouveau: Kill global state in NvShadowBIOSMarcin Kościelnicki2009-12-161-26/+21
| | * | | drm/nouveau: use drm debug levelsMaarten Maathuis2009-12-1615-88/+96
| | * | | drm/i2c/ch7006: Fix load detection false positives right after system init.Francisco Jerez2009-12-162-5/+5
| | * | | drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts.Francisco Jerez2009-12-161-4/+3
| * | | | drm/kms: silencing a false positive warning.Marin Mitov2009-12-231-1/+1
| * | | | drm/mm: fix logic for selection of best fit blockBob Gleitsmann2009-12-231-2/+2
| * | | | drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom2009-12-234-111/+209
| * | | | drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom2009-12-233-10/+6
| * | | | drm/vmwgfx: Fix unlocked ioctl and add proper access controlThomas Hellstrom2009-12-231-28/+19
| * | | | drm/radeon: fix build on 64-bit with some compilers.Dave Airlie2009-12-231-2/+2
| * | | | drivers/gpu: Use kzalloc for allocating only one thingJulia Lawall2009-12-231-2/+2
| * | | | DRM: Rename clamp variableAndi Kleen2009-12-231-3/+3
| * | | | drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-1820-138/+86
| * | | | Merge branch 'drm-linus' into drm-core-nextDave Airlie2009-12-1826-66/+1065
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie2009-12-1825-0/+10814
| |\ \ \ \ \
* | | | | | | Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-232-9/+8
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-221-0/+19
|\ \ \ \ \ \ \
| * | | | | | | pata_bf54x: handle portmuxing of pins through GPIO PORTsSonic Zhang2009-12-211-0/+19
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-12-222-22/+151
|\ \ \ \ \ \ \ \
| * | | | | | | | PM / Runtime: Use device type and device class callbacksRafael J. Wysocki2009-12-221-0/+45
| * | | | | | | | PM: Use pm_runtime_put_sync in system resumeAlan Stern2009-12-211-2/+2
| * | | | | | | | PM: Measure device suspend and resume timesRafael J. Wysocki2009-12-181-0/+27
| * | | | | | | | PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki2009-12-181-20/+77
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2009-12-221-2/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pohmelfs needs I_LOCKEvgeniy Polyakov2009-12-221-2/+0
* | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-12-221-0/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm: Add notifier in pageblock isolation for balloon driversRobert Jennings2009-12-181-0/+19
* | | | | | | | | | | media video cx23888 driver: ported to new kfifo APIStefani Seibold2009-12-221-25/+19
* | | | | | | | | | | kfifo: fix warn_unused_resultStefani Seibold2009-12-226-14/+49
* | | | | | | | | | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-2212-53/+54
* | | | | | | | | | | kfifo: cleanup namespaceStefani Seibold2009-12-2210-41/+41
* | | | | | | | | | | kfifo: move out spinlockStefani Seibold2009-12-2213-71/+87
* | | | | | | | | | | kfifo: move struct kfifo in placeStefani Seibold2009-12-2218-208/+186
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-211-109/+9
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | pata_cmd64x: fix overclocking of UDMA0-2 modesBartlomiej Zolnierkiewicz2009-12-201-1/+1
| * | | | | | | | | Revert "pata_cmd64x: implement serialization as per notes"Jeff Garzik2009-12-201-108/+8
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-2111-76/+79
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | bnx2: Fix bnx2_netif_stop() merge error.Michael Chan2009-12-201-1/+1
OpenPOWER on IntegriCloud