aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-21/+15
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-14/+12
2007-07-12drm: detypedef the hashtab and more of smanDave Airlie1-2/+2
2007-07-11drm: drop drm_vma_entry_t, drm_magic_entry_tDave Airlie1-5/+5
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-9/+9
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-4/+4
2006-09-22drm: fix return value in auth functionDave Airlie1-1/+1
2006-09-22drm: move drm authentication to new generic hash table.Thomas Hellstrom1-48/+14
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-10/+10
2005-09-25drm: lindent the drm directory.Dave Airlie1-33/+35
2005-07-07drm: misc cleanupDave Airlie1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+230