index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-08
drm/gem: Split drm_gem_mmap() into object search and object mapping
Laurent Pinchart
1
-31
/
+52
2013-05-01
drm/prime: keep a reference from the handle to exported dma-buf (v6)
Dave Airlie
1
-2
/
+2
2013-02-28
drm: convert to idr_alloc()
Tejun Heo
1
-22
/
+16
2013-02-28
drm: don't use idr_remove_all()
Tejun Heo
1
-2
/
+0
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-07-15
drm: Add colouring to the range allocator
Chris Wilson
1
-1
/
+1
2012-05-23
drm/prime: add exported buffers to current fprivs imported buffer list (v2)
Dave Airlie
1
-6
/
+15
2012-05-22
drm: Don't initialize local ret variable when not needed
Laurent Pinchart
1
-1
/
+1
2012-05-11
drm: pass dev to drm_vm_{open,close}_locked()
Rob Clark
1
-3
/
+3
2012-04-24
drm: Unify and fix idr error handling
Ville Syrjälä
1
-4
/
+2
2012-03-30
drm: base prime/dma-buf support (v5)
Dave Airlie
1
-0
/
+9
2012-03-15
drm: add core support for unplugging a device (v2)
Dave Airlie
1
-0
/
+3
2012-03-05
drm: drop setting vm_file to filp
Dave Airlie
1
-1
/
+0
2012-01-30
drm: Pass the real error code back during GEM bo initialisation
Chris Wilson
1
-1
/
+1
2011-08-30
drm/gem: add functions for mmap offset creation
Rob Clark
1
-0
/
+88
2011-07-25
drm/gem: add support for private objects
Alan Cox
1
-2
/
+24
2011-07-13
Merge 3.0-rc7 into drm-core-next
Dave Airlie
1
-0
/
+1
2011-06-28
drm/i915: use shmem_read_mapping_page
Hugh Dickins
1
-0
/
+1
2011-06-21
drm/gem: add hooks to notify driver when object handle is created/destroyed
Ben Skeggs
1
-2
/
+19
2011-03-21
drm: Fix use-after-free in drm_gem_vm_close()
Chris Wilson
1
-2
/
+3
2011-02-23
drm: Trim the GEM mmap offset hashtab
Chris Wilson
1
-1
/
+1
2011-02-07
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
1
-1
/
+2
2010-10-06
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
Dave Airlie
1
-27
/
+10
2010-10-01
drm: Move the GTT accounting to i915
Chris Wilson
1
-14
/
+0
2010-10-01
drm: Hold the mutex when dropping the last GEM reference (v2)
Chris Wilson
1
-22
/
+0
2010-10-01
drm/gem: handlecount isn't really a kref so don't make it one.
Dave Airlie
1
-6
/
+2
2010-09-28
drm: Prune GEM vma entries
Chris Wilson
1
-1
/
+8
2010-08-30
drm: kill gem_free_object_unlocked driver callback
Daniel Vetter
1
-3
/
+1
2010-08-10
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
1
-1
/
+1
2010-08-02
drm: Free the idr layers before calling idr_destroy()
Chris Wilson
1
-0
/
+1
2010-06-01
drm: Make sure the DRM offset matches the CPU
Jordan Crouse
1
-0
/
+10
2010-04-20
drm: free core gem object from driver callbacks
Daniel Vetter
1
-7
/
+3
2010-04-20
drm: extract drm_gem_object_init
Daniel Vetter
1
-10
/
+29
2010-02-11
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
1
-16
/
+5
2010-02-11
drm: introduce drm_gem_object_[handle_]unreference_unlocked
Luca Barbieri
1
-5
/
+44
2010-01-27
drm/i915: Selectively enable self-reclaim
Chris Wilson
1
-13
/
+0
2009-11-24
drm: make sure page protections are updated after changing vm_flags
Jeremy Fitzhardinge
1
-1
/
+1
2009-09-18
drm/i915: Improve behaviour under memory pressure
Chris Wilson
1
-0
/
+13
2009-08-27
drm: GEM handles are u32, not int
Pekka Paalanen
1
-6
/
+5
2009-07-15
drm: drm_gem, check kzalloc retval
Jiri Slaby
1
-7
/
+10
2009-06-19
drm: Remove memory debugging infrastructure.
Eric Anholt
1
-4
/
+4
2009-06-11
drm: simplify kcalloc() call to kzalloc().
Robert P. J. Day
1
-1
/
+1
2009-04-03
drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT.
Jesse Barnes
1
-6
/
+1
2009-03-13
drm: Split drm_map and drm_local_map
Benjamin Herrenschmidt
1
-1
/
+1
2009-02-20
drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.
Jesse Barnes
1
-0
/
+28
2009-02-20
drm: Do not leak a new reference for flink() on an existing name
Chris Wilson
1
-17
/
+16
2009-02-20
drm: Free the object ref on error.
Chris Wilson
1
-8
/
+12
2009-02-20
drm: Potential use-after-free on error path.
Chris Wilson
1
-1
/
+1
2009-02-01
Stop playing silly games with the VM_ACCOUNT flag
Linus Torvalds
1
-1
/
+1
[next]