summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_hashtab.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-3/+7
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2016-09-06drm: fix signed integer overflowXie XiuQi1-1/+1
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-4/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-11/+8
2012-11-28drm: Add a hash-tab rcu-safe APIThomas Hellstrom1-4/+22
2012-11-20drm: Make hashtab rcu-safeThomas Hellstrom1-11/+7
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-02-23drm: Remove unused members from struct drm_open_hashChris Wilson1-19/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-4/+2
2009-06-12drm: Export hash table functionality.Jerome Glisse1-0/+4
2008-12-29drm: GEM mmap supportJesse Barnes1-0/+2
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+202