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