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