drm/nv50: fix iommu errors caused by device reading from address 0
[safe/jmp/linux-2.6] / drivers / gpu / drm / drm_stub.c
2010-04-20 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2010-04-20 Jesse Barnesdrm: delay vblank cleanup until after driver unload
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-12-07 Thomas Hellstromdrm: Export symbols needed for the vmwgfx driver.
2009-12-03 Thomas Hellstromdrm: Add support for drm master_[set|drop] callbacks.
2009-11-18 Kristian Høgsbergdrm: Add async event synchronization for drmWaitVblank
2009-10-26 Kristian Høgsbergdrm: Add async event synchronization for drmWaitVblank
2009-07-15 Julia Lawalldrm: Move a dereference below a NULL test
2009-06-18 Eric Anholtdrm: Remove memory debugging infrastructure.
2009-06-16 GeunSik Limdebugfs: Fix terminology inconsistency of dir name...
2009-06-11 yakui_zhaodrm: add separate drm debugging levels
2009-04-24 Ben Skeggsdrm: cleanup properly in drm_get_dev() failure paths
2009-04-24 Ben Skeggsdrm: clean the map list before destroying the hash...
2009-04-20 Dave Airliedrm: check for minor master before allowing drop
2009-04-20 Jonas Bonndrm: set/clear is_master when master changed
2009-03-27 Ben Gamaridrm: Convert proc files to seq_file and introduce debugfs
2009-03-13 Ben Gamaridrm: Convert proc files to seq_file and introduce debugfs
2009-03-13 Benjamin Herrenschmidtdrm/radeon: Print PCI ID of cards when probing
2009-03-13 Kristian Høgsbergdrm: claim PCI device when running in modesetting mode.
2009-03-04 Helge Bahmanndrm: fix double lock typo
2009-03-02 Thomas Hellstromdrm: Avoid client deadlocks when the master disappears.
2009-03-02 Thomas Hellstromdrm: Wake up all lock waiters when the master disappears.
2009-01-19 Dave Airliedrm: fix leak of device mappings since multi-master...
2008-12-29 Dave AirlieDRM: add mode setting support
2008-12-29 Dave Airliedrm: reorganise start and load.
2008-12-29 Vegard Nossumdrm: fix leak of uninitialized data to userspace
2008-12-29 Dave Airliedrm: move to kref per-master structures.
2008-12-29 Dave Airliedrm: cleanup exit path for module unload
2008-11-11 Eric Anholtdrm: Remove infrastructure for supporting i915's vblank...
2008-10-17 Jesse Barnesdrm: kill drm_device->irq
2008-10-17 Eric Anholtdrm: Add GEM ("graphics execution manager") to i915...
2008-07-14 Dave Airliedrm: reorganise drm tree to be more future proof.