Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b7287d8054d219b3009f7ca82edf24f89fd363e5
/
drivers
/
gpu
/
drm
/
drm_gem.c
b74ad5a
drm: Fix use-after-free in drm_gem_vm_close()
by Chris Wilson
· 14 years ago
4cb81ac
drm: Trim the GEM mmap offset hashtab
by Chris Wilson
· 14 years ago
ff72145b
drm: dumb scanout create/mmap for intel/radeon (v3)
by Dave Airlie
· 14 years ago
fb7ba21
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
by Dave Airlie
· 14 years ago
73aa808
drm: Move the GTT accounting to i915
by Chris Wilson
· 14 years ago
39b4d07
drm: Hold the mutex when dropping the last GEM reference (v2)
by Chris Wilson
· 14 years ago
29d08b3
drm/gem: handlecount isn't really a kref so don't make it one.
by Dave Airlie
· 14 years ago
31dfbc9
drm: Prune GEM vma entries
by Chris Wilson
· 14 years ago
fd2e793
drm: kill gem_free_object_unlocked driver callback
by Daniel Vetter
· 14 years ago
bf79cb9
drm: Use ENOENT consistently for the error return for an unmatched handle.
by Chris Wilson
· 14 years ago
ddd3d06
drm: Free the idr layers before calling idr_destroy()
by Chris Wilson
· 14 years ago
05269a3
drm: Make sure the DRM offset matches the CPU
by Jordan Crouse
· 14 years ago
fd632aa
drm: free core gem object from driver callbacks
by Daniel Vetter
· 15 years ago
1d39704
drm: extract drm_gem_object_init
by Daniel Vetter
· 15 years ago
bc9025b
Use drm_gem_object_[handle_]unreference_unlocked where possible
by Luca Barbieri
· 15 years ago
c3ae90c
drm: introduce drm_gem_object_[handle_]unreference_unlocked
by Luca Barbieri
· 15 years ago
4bdadb9
drm/i915: Selectively enable self-reclaim
by Chris Wilson
· 15 years ago
79cc304
drm: make sure page protections are updated after changing vm_flags
by Jeremy Fitzhardinge
· 15 years ago
07f73f6
drm/i915: Improve behaviour under memory pressure
by Chris Wilson
· 15 years ago
a1a2d1d
drm: GEM handles are u32, not int
by Pekka Paalanen
· 15 years ago
845792d
drm: drm_gem, check kzalloc retval
by Jiri Slaby
· 15 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
b798b1f
drm: simplify kcalloc() call to kzalloc().
by Robert P. J. Day
· 15 years ago
1055f9d
drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT.
by Jesse Barnes
· 16 years ago
f77d390
drm: Split drm_map and drm_local_map
by Benjamin Herrenschmidt
· 16 years ago
ab00b3e
drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.
by Jesse Barnes
· 16 years ago
8d59bae
drm: Do not leak a new reference for flink() on an existing name
by Chris Wilson
· 16 years ago
3e49c4f
drm: Free the object ref on error.
by Chris Wilson
· 16 years ago
ad45aa9
drm: Potential use-after-free on error path.
by Chris Wilson
· 16 years ago
fc8744a
Stop playing silly games with the VM_ACCOUNT flag
by Linus Torvalds
· 16 years ago
ae14dc0
drm: PAGE_CACHE_WC is x86 only so far
by Dave Airlie
· 16 years ago
a2c0a97
drm: GEM mmap support
by Jesse Barnes
· 16 years ago
d4e7b89
DRM: Return -EBADF on bad object in flink, and return curent name if it exists.
by Eric Anholt
· 16 years ago
673a394
drm: Add GEM ("graphics execution manager") to i915 driver.
by Eric Anholt
· 16 years ago