Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / include / drm / drm_mm.h
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-23 Daniel Vetterdrm: mm: add helper to unwind scan state
2011-02-23 Daniel Vetterdrm: mm: add api for embedding struct drm_mm_node
2011-02-23 Daniel Vetterdrm: mm: track free areas implicitly
2011-02-23 Daniel Vetterdrm/nouveau: don't munge in drm_mm internals
2010-10-27 Daniel Vetterdrm_mm: add support for range-restricted fair-lru scans
2010-07-07 Daniel Vetterdrm: implement helper functions for scanning lru list
2010-07-07 Daniel Vetterdrm: sane naming for drm_mm.c
2010-07-07 Daniel Vetterdrm: kill drm_mm_node->private
2009-12-10 Jerome Glissedrm: Add memory manager debug function
2009-12-10 Jerome Glissedrm: Add search/get functions to get a block in a speci...
2009-09-08 Dave Airliedrm: include seq_file.h for debugfs builds.
2009-09-01 Dave Airliedrm/mm: add ability to dump mm lists via debugfs
2009-06-18 Thomas Hellstromdrm: Apply "Memory fragmentation from lost alignment...
2009-06-12 Jerome Glissedrm: Split out the mm declarations in a separate header...