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
/
radeon
/
radeon_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-01
drm/radeon: check bo_va->bo is non-NULL before using it
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
1
-0
/
+1
2023-08-30
drm/radeon: Remove the references of radeon_gem_ pread & pwrite ioctls
Srinivasan Shanmugam
1
-16
/
+0
2023-07-27
drm/radeon: Fix ENOSYS with better fitting error codes in radeon_gem.c
Srinivasan Shanmugam
1
-2
/
+2
2023-06-09
drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl
Min Li
1
-3
/
+1
2023-06-09
drm/radeon: Remove unnecessary (void*) conversions
Su Hui
1
-1
/
+1
2023-03-31
drm/radeon: Move radeon_align_pitch() next to dumb-buffer helpers
Thomas Zimmermann
1
-0
/
+24
2022-07-25
drm/radeon: Fix comment typo
Jason Wang
1
-1
/
+1
2022-06-08
drm/radeon: integer overflow in radeon_mode_dumb_create()
Xiaohui Zhang
1
-1
/
+1
2022-04-07
dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3
Christian König
1
-1
/
+1
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
1
-3
/
+6
2022-02-08
dma-buf-map: Rename to iosys-map
Lucas De Marchi
1
-0
/
+1
2021-11-05
drm/ttm: remove ttm_bo_vm_insert_huge()
Jason Gunthorpe
1
-1
/
+1
2021-06-06
dma-buf: drop the _rcu postfix on function names v3
Christian König
1
-3
/
+3
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
1
-5
/
+5
2021-05-26
drm/radeon: Implement mmap as GEM object function
Thomas Zimmermann
1
-0
/
+49
2021-03-24
drm/radeon: also init GEM funcs in radeon_gem_prime_import_sg_table
Christian König
1
-2
/
+2
2021-02-19
drm/radeon: do not use drm middle layer for debugfs (v2)
Nirmoy Das
1
-11
/
+9
2021-01-06
drm/radeon: Remove references to struct drm_device.pdev
Thomas Zimmermann
1
-3
/
+3
2020-12-10
Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...
Dave Airlie
1
-0
/
+1
2020-11-16
drm/radeon/radeon_gem: Move 'radeon_gem_prime_*()'s prototypes to shared header
Lee Jones
1
-0
/
+1
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
1
-4
/
+3
2020-09-25
drm/radeon: Introduce GEM object functions
Thomas Zimmermann
1
-4
/
+27
2020-09-09
drm/radeon/ttm: move to driver binding/destroy functions. (v2)
Dave Airlie
1
-3
/
+3
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
1
-1
/
+1
2020-08-06
drm/radeon/ttm: use wrapper to access memory manager
Dave Airlie
1
-1
/
+1
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-15
/
+15
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-3
/
+3
2020-05-20
drm/radeon: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-15
/
+15
2019-12-05
drm/radeon: Don't include <drm/drm_pci.h>
Thomas Zimmermann
1
-1
/
+2
2019-10-25
drm/ttm: always keep BOs on the LRU
Christian König
1
-1
/
+1
2019-09-26
drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
Andrey Konovalov
1
-0
/
+2
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-3
/
+3
2019-08-06
drm/radeon: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
1
-3
/
+3
2019-08-06
drm/radeon: use embedded gem object
Gerd Hoffmann
1
-1
/
+1
2019-06-14
Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-1
/
+6
2019-06-10
drm/radeon: drop use of drmP.h (1/2)
Sam Ravnborg
1
-1
/
+6
2019-05-31
drm/ttm: Make LRU removal optional v2
Christian König
1
-1
/
+1
2018-12-08
drm/ttm: allow reserving more than one shared slot v3
Christian König
1
-1
/
+1
2018-03-14
drm/radeon: fix prime teardown order
Christian König
1
-2
/
+0
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
1
-1
/
+2
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-2
/
+2
2017-08-15
drm/radeon: switch to drm_*{get,put} helpers
Cihangir Akturk
1
-15
/
+15
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
1
-1
/
+1
2017-04-07
drm/radeon: Refuse to migrate a prime BO to VRAM. (v2)
Christopher James Halse Rogers
1
-0
/
+4
2017-03-30
gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-2
/
+2
2017-02-02
drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl
Michel Dänzer
1
-2
/
+2
2016-10-18
drm: radeon: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
1
-1
/
+2
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-8
/
+8
2016-01-25
drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
Matthew Dawson
1
-0
/
+1
[next]