summaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_vm.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-673/+0
2008-04-26drm: reorganise minor number handling using backported modesetting code.Dave Airlie1-10/+10
2008-04-26drm: Fix mismerge of non-coherent DMA patchBenjamin Herrenschmidt1-1/+1
2008-03-30drm: fix for non-coherent DMA PowerPCBenjamin Herrenschmidt1-5/+15
2008-02-20drm: convert drm from nopage to fault.Nick Piggin1-70/+55
2008-02-07drm: cleanup DRM_DEBUG() parametersMárton Németh1-2/+2
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-0/+2
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-2/+2
2007-07-12drm: detypedef the hashtab and more of smanDave Airlie1-2/+2
2007-07-11drm: detypedeffing continues...Dave Airlie1-5/+5
2007-07-11drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie1-2/+2
2007-07-11drm: drop drm_vma_entry_t, drm_magic_entry_tDave Airlie1-3/+3
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-20/+20
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-6/+6
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-24/+10
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-03-24drm: just use io_remap_pfn_range on all archs..Dave Airlie1-6/+1
2007-03-24drm: fix DRM_CONSISTENT mappingHugh Dickins1-5/+9
2007-03-24drm: fix up mmap locking in preparation for ttm changesThomas Hellstrom1-9/+26
2007-03-11drm: make drm_io_prot static.Adrian Bunk1-1/+1
2007-03-11drm: bring bufs code from git tree.Dave Airlie1-1/+1
2007-03-11drm: move protection stuff into separate functionDave Airlie1-18/+26
2007-02-08drm: Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom1-7/+7
2007-02-08drm: remove drm_ioremap and drm_ioremapfreeChristoph Hellwig1-1/+1
2006-12-09Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+16
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin1-4/+4
2006-12-07drm: add flag for mapping PCI DMA buffers read-only.George Sapountzis1-0/+16
2006-09-22drm: update user token hashing and map handlesThomas Hellstrom1-26/+11
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie1-6/+6
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller1-0/+1
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-6/+6
2005-10-22merge linus head to drm-mm branchDave Airlie1-1/+1
2005-09-25drm: lindent the drm directory.Dave Airlie1-175/+194
2005-09-11drm: missing drm_vm.c changes for consistent mapsDave Airlie1-1/+2
2005-08-20drm: fixes for powerpcDave Airlie1-8/+8
2005-08-07drm: remove version.h and any version checks..Dave Airlie1-47/+0
2005-08-05drm: updated DRM map patch for 32/64 bit systemsDave Airlie1-10/+10
2005-07-10drm: update support for drm pci buffersDave Airlie1-2/+6
2005-07-10drm: add _DRM_CONSISTENT map typeDave Airlie1-0/+7
2005-07-07drm: misc cleanupDave Airlie1-4/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+678