drm/nv50: fix iommu errors caused by device reading from address 0
[safe/jmp/linux-2.6] / drivers / gpu / drm / drm_drv.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-11 Dave Airliedrm: switch all GEM/KMS ioctls to unlocked ioctl status.
2009-12-18 Arnd Bergmanndrm: convert drm_ioctl to unlocked_ioctl
2009-12-03 Jakob Bornecrantzdrm: Add dirty ioctl and property
2009-11-18 Kristian Høgsbergdrm/kms: add page flipping ioctl
2009-11-18 Andres Salomondrm: check return values in drm_version
2009-11-18 Andres Salomondrm: replace DRM_COPY macro w/ a function
2009-11-18 Andres Salomondrm: kill more unused DRM macros
2009-08-19 Jesse Barnesdrm: remove root requirement from DRM_IOCTL_SET_VERSION...
2009-06-18 Eric Anholtdrm: Remove memory debugging infrastructure.
2009-06-16 GeunSik Limdebugfs: Fix terminology inconsistency of dir name...
2009-05-20 Michel Dänzerdrm: Copy back ioctl data to userspace regardless of...
2009-04-24 Jonas Bonndrm: add control node checks missing from kms merge
2009-03-29 Eric Anholtdrm: Use a little stash on the stack to avoid kmalloc...
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 Kristian Høgsbergdrm: claim PCI device when running in modesetting mode.
2009-03-13 Benjamin Herrenschmidtdrm: Split drm_map and drm_local_map
2009-01-19 Dave Airliedrm: fix leak of device mappings since multi-master...
2009-01-07 Dave Airliedrm: fix ordering of driver unload vs agp unload.
2008-12-29 Eric Anholtdrm: Avoid use-before-null-test on dev in drm_cleanup().
2008-12-29 Kristian H�gsbergdrm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works...
2008-12-29 Jakob Bornecrantzdrm: sanitise drm modesetting API + remove unused hotplug
2008-12-29 Dave Airliedrm: fix allowing master ioctls on non-master fds.
2008-12-29 Dave AirlieDRM: add mode setting support
2008-12-29 Jesse Barnesdrm: GEM mmap support
2008-12-29 Dave Airliedrm: move to kref per-master structures.
2008-12-29 Dave Airliedrm: cleanup exit path for module unload
2008-11-24 Keith Packarddrm: move drm vblank initialization/cleanup to driver...
2008-11-11 Dave Airliedrm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA
2008-10-17 Eric Anholtdrm: Add GEM ("graphics execution manager") to i915...
2008-10-17 Jesse Barnesdrm: Rework vblank-wait handling to allow interrupt...
2008-07-26 Adrian Bunkdrm: make drm_minors_cleanup() static
2008-07-14 Dave Airliedrm: reorganise drm tree to be more future proof.