drm: Import the ttm memory manager from FreeBSD
[dragonfly.git] / sys / dev / drm2 / drmP.h
2013-08-08 François Tigeotdrm: Import the ttm memory manager from FreeBSD
2013-08-08 François Tigeotdrm: Locally implement VM_OBJECT_LOCK variants
2013-08-08 François Tigeotdrm: Move PROC_LOCK define to common file
2013-08-08 François Tigeotdrm: Use NELEM() in dmi_check_system()
2013-08-07 François Tigeotdrm: Implement dmi_check_system()
2013-08-04 François Tigeotdrm2: Synchronize with FreeBSD
2013-07-31 Johannes Hofmanndrm: consistently use drm_free()
2013-07-31 Johannes Hofmanndrm: remove unused size parameter from drm_free
2013-07-30 Matthew Dillonkernel: PAT work, test_and_set_bit()
2013-07-30 Johannes Hofmanndrm: preliminary replacement for vm_phys_fictitious...
2013-07-30 Johannes Hofmanndrm: Implement vm_fault_quick_hold_pages and vm_page_un...
2013-07-30 Johannes Hofmanndrm: switch back from kfree to free and add a NULL...
2013-07-30 Johannes Hofmanndrm2: Port d_mmap_single() from FreeBSD
2013-07-30 François Tigeotdrm2: Handle device creation, translate dev_ops functions
2013-07-24 Sascha Wildnerkernel: Remove some unused kmalloc types in drm/drm2...
2013-07-24 François Tigeotdrm2: add a drm_find_file_by_proc() implementation
2013-07-23 François Tigeotdrm2: Fix include files
2013-07-23 François Tigeotdrm2: Handle locking
2013-07-23 François Tigeotdrm2: Some functions are named differently
2013-07-23 François Tigeotdrm2: Comment out FreeBSD ids
2013-07-22 François Tigeotdrm: Import drm2+i915 work from FreeBSD