Remove the op ioctl, and replace it with a setuser ioctl.
[profile/ivi/libdrm.git] / linux-core / drm_drv.c
2007-10-17 Thomas HellstromRemove the op ioctl, and replace it with a setuser...
2007-10-17 Thomas HellstromRevert "Replace NO_MOVE/NO_EVICT flags to buffer object...
2007-10-16 Kristian HøgsbergDrop destroy ioctls for fences and buffer objects.
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-04 Maarten Maathuislinux-drm: Obey device class requirements when detectin...
2007-09-26 Alan HourihaneAdd brackets
2007-09-26 Alan Hourihanedon't copy back if an error was returned.
2007-09-22 Eric AnholtMerge branch 'bo-set-pin'
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-16 Eric AnholtMerge branch 'master' into bo-set-pin
2007-08-02 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-08-02 Dave Airliedrm: add unlocked ioctl code path - not used yet
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-26 Eric Anholtdebug print ioctl return value as -integer rather than...
2007-07-26 Eric AnholtReplace NO_MOVE/NO_EVICT flags to buffer objects with...
2007-07-21 Pekka PaalanenFix misc ioctl issues, makes Nouveau run.
2007-07-21 Dave Airliefix missing brace placement for IOC_IN
2007-07-21 Dave Airliefix drm no-compile due to BSD :-)
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-16 Dave AirlieMerge branch 'drm-ttm-cleanup-branch'
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-07-11 Arthur HuilletMade drm_sg_alloc accessible from inside the DRM -...
2007-07-02 Kristian HøgsbergFix must-check warnings and implement a few error paths.
2007-06-10 Dave Airlieuse krh's idr mods to remove lists from idr code
2007-06-03 rootRevert "drm: add new drm_wait_on function to replace...
2007-05-26 Dave Airliedrm: convert drawable handling to use Linux idr
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup mm_ioctl ioctls to be separate...
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup most of fence ioctl split...
2007-05-25 Dave Airliewhitespace fixups from kernel
2007-05-25 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-25 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-05-25 Dave Airliedrm: cleanup use of Linux list handling macros
2007-05-08 Dave Airliettm: complete drm buffer object ioctl split
2007-05-06 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-06 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-04-28 Dave Airliedrm: add new drm_wait_on function to replace macro
2007-04-28 Dave Airlieremove DRM_GETSAREA and replace with drm_getsarea function
2007-03-20 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-19 Dave Airlierename badly named define
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-18 Dave Airliecleanup ioctl expansion code
2007-03-18 Dave Airliemake drm fops const from kernel
2007-02-13 Wang ZhenyuMerge branch 'master' into crestline
2007-01-25 Thomas HellstromRemove a scary error printed when we were leaking memor...
2007-01-08 Keith PackardMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-15 Thomas HellstromRemove the memory caches for fence objects and memory...
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-20 Thomas HellstromBug #8707, 2.6.19-rc compatibility for memory manager...
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-17 Thomas HellstromAdd vma list memory usage to memory accounting.
2006-10-17 Thomas HellstromAdd memory usage accounting to avoid DOS problems.
2006-10-17 Thomas HellstromExtend generality for more memory types.
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-10-11 Thomas HellstromBig update:
2006-10-10 Thomas HellstromUse a nopage-based approach to fault in pfns.
2006-10-03 Thomas HellstromGet rid of all ugly PTE hacks.
2006-10-02 Thomas HellstromAdd a buffer object manager for TTM maps.
2006-09-29 Michel DänzerChange first valid DRM drawable ID to be 1 instead...
2006-09-29 Michel DänzerHook up DRM_IOCTL_UPDATE_DRAW ioctl.
2006-09-28 Michel DänzerChange first valid DRM drawable ID to be 1 instead...
2006-09-28 Michel DänzerHook up DRM_IOCTL_UPDATE_DRAW ioctl.
2006-09-05 Thomas HellstromFix memory cache initialization.
2006-09-04 Thomas HellstromMake memory caches global so that they can be used...
2006-09-01 Thomas HellstromBugfixes,
2006-08-30 Thomas HellstromRemove the buffer object hint field and use it only
2006-08-30 Thomas HellstromMemory manager init and takedown.
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-28 Dave Airlieadd static function, and remove bad attributions
2006-08-28 Dave Airlieremove some DRM_ARRAY_SIZE from linux core code
2006-08-27 Thomas HellstromRemove the ioctl multiplexing, and instead allow for...
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-21 Thomas HellstromUser / Kernel space fence objects (device-independent...
2006-08-21 Thomas HellstromGeneric DRM support base-class support for user-space...
2006-08-19 Dave Airlieadd static function, and remove bad attributions
2006-08-19 Dave Airlieremove some DRM_ARRAY_SIZE from linux core code
2006-08-16 Thomas HellstromRemove hash tables on DRM exit.
2006-08-14 Thomas HellstromAvoid kernel oops in some error paths calling drm_lastc...
2006-07-24 Dave Airlieremove incorrect exit marking on cleanup pci as this...
2006-07-24 Dave Airlieswitch drm to use Linux mutexes instead of semaphore.
2006-06-06 Thomas HellstromFix drm_remove_magic potential memory leak / corruption...
2006-04-03 Dave Airliemake add context non master...
2006-02-18 Dave Airliemajor realigment of DRM CVS with kernel code, makes...
2006-02-18 Dave Airliefix card unload
2006-01-02 Dave Airlieuse drm_cards_limit instead of cards_limit
2005-11-11 Dave AirlieA bunch of create_proc_dir_entry() calls creating direc...
2005-11-03 Ian RomanickConverts the remaining drm_agp_foo functions to be...
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-08-04 Jon SmirlSplit the control of master vs root priv. Everything...
2005-06-28 Eric Anholt- Remove drm_initmap and replace its usage with drm_add...
2005-06-28 Alan HourihaneGiven that BenH says using the sysdev approach for...
next