aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-466/+0
2008-05-07drm: disable tasklets not IRQs when taking the drm lock spinlockThomas Hellstrom1-5/+2
2008-04-26drm: _end is shadowing real _end, just rename it.Dave Airlie1-2/+2
2008-04-26drm: reorganise minor number handling using backported modesetting code.Dave Airlie1-20/+17
2008-03-17drm: Fix race that can lockup the kernelMike Isely1-2/+5
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-3/+4
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-2/+2
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-17/+17
2007-07-11drm: detypedeffing continues...Dave Airlie1-1/+1
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-11/+11
2007-07-11drm: cleanup list initialisationDave Airlie1-3/+0
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-34/+13
2007-03-23drm: fix driver deadlock with AIGLX and reclaim_buffers_lockedThomas Hellstrom1-46/+44
2007-03-19drm: fix warning in drm_fops.cAndrew Morton1-1/+1
2007-03-11drm: fix crash with fops lock and fixup sarea/page size lockingDave Airlie1-2/+4
2006-09-22drm: remove hash tables on drm exitThomas Hellstrom1-0/+2
2006-09-22drm: move drm authentication to new generic hash table.Thomas Hellstrom1-4/+2
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-6/+6
2006-01-02drm: major update from CVS for radeon and coreDave Airlie1-123/+166
2005-11-11drm: remove drm_flushDave Airlie1-14/+0
2005-11-10drm: remove drm_init.c it is no longer neededDave Airlie1-0/+17
2005-11-10drm: rename driver hooks more understandablyDave Airlie1-19/+16
2005-10-24drm: remove unused components of drm structuresDave Airlie1-3/+0
2005-09-25drm: lindent the drm directory.Dave Airlie1-141/+152
2005-07-10drm: cleanup buffer/map codeDave Airlie1-6/+0
2005-07-07drm: misc cleanupDave Airlie1-7/+3
2005-07-07drm: ctx release can happen before dev->ctxlist is allocatedDave Airlie1-1/+1
2005-07-07drm: fix minor issues caused by core conversionDave Airlie1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+451