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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
drm/panfrost: use spinlock instead of atomic
Clément Péron
2
-12
/
+40
2020-08-07
drm/panfrost: introduce panfrost_devfreq struct
Clément Péron
4
-47
/
+66
2020-08-07
drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idle
Clément Péron
1
-4
/
+0
2020-08-07
drm/panfrost: clean headers in devfreq
Clément Péron
1
-6
/
+2
2020-08-07
drm/panfrost: avoid static declaration
Clément Péron
1
-20
/
+18
2020-08-07
drm/panfrost: Add compatible string for bifrost
Tomeu Vizoso
1
-0
/
+1
2020-08-07
drm/panfrost: Make sure GPU is powered on when reading GPU_LATEST_FLUSH_ID
Tomeu Vizoso
1
-2
/
+12
2020-08-07
drm/amdgpu: make sure userptr ttm is allocated
Christian König
4
-10
/
+15
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
34
-165
/
+165
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
21
-176
/
+176
2020-08-06
drm/ttm: rename bo manager to range manager.
Dave Airlie
2
-15
/
+15
2020-08-06
drm/ttm: add a wrapper for checking if manager is in use
Dave Airlie
3
-9
/
+8
2020-08-06
drm/ttm: drop type manager has_type
Dave Airlie
7
-12
/
+10
2020-08-06
drm/ttm: drop list of memory managers from device. (v2)
Dave Airlie
1
-3
/
+3
2020-08-06
drm/ttm: drop man->bdev link.
Dave Airlie
7
-13
/
+9
2020-08-06
drm/amdgpu/ttm: remove man->bdev references.
Dave Airlie
1
-2
/
+5
2020-08-06
drm/nouveau/ttm: move to driver allocated manager
Dave Airlie
1
-13
/
+32
2020-08-06
drm/vmwgfx/gmrid: convert to driver controlled allocation.
Dave Airlie
1
-14
/
+18
2020-08-06
drm/vmwgfx/ttm: move thp to driver managed
Dave Airlie
1
-11
/
+21
2020-08-06
drm/ttm: move range manager to subclassed driver allocation
Dave Airlie
1
-12
/
+19
2020-08-06
drm/ttm: make ttm_range_man_init/takedown take type + args
Dave Airlie
7
-61
/
+61
2020-08-06
drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrs
Dave Airlie
2
-27
/
+44
2020-08-06
drm/ttm: rename manager variable to make sure wrapper is used.
Dave Airlie
1
-1
/
+1
2020-08-06
drm/vmwgfx/ttm: use wrapper to access memory manager
Dave Airlie
3
-13
/
+18
2020-08-06
drm/radeon/ttm: use wrapper to access memory manager
Dave Airlie
2
-7
/
+7
2020-08-06
drm/qxl/ttm: use wrapper to access memory manager
Dave Airlie
1
-5
/
+5
2020-08-06
drm/nouveau/ttm: use wrapper to access memory managers
Dave Airlie
1
-4
/
+4
2020-08-06
drm/vram-helper: use wrapper to access memory managers
Dave Airlie
1
-3
/
+3
2020-08-06
drm/amdgfx/ttm: use wrapper to get ttm memory managers
Dave Airlie
8
-36
/
+39
2020-08-06
drm/ttm: add wrapper to get manager from bdev.
Dave Airlie
3
-28
/
+28
2020-08-06
drm/ttm: make TTM responsible for cleaning system only.
Dave Airlie
1
-50
/
+4
2020-08-06
drm/ttm: remove range manager legacy takedown path
Dave Airlie
1
-19
/
+9
2020-08-06
drm/vmwgfx: fix gmrid takedown paths to new interface
Dave Airlie
3
-8
/
+13
2020-08-06
drm/qxl/ttm: use new takedown path
Dave Airlie
1
-2
/
+2
2020-08-06
drm/radeon/ttm: use new takedown paths
Dave Airlie
1
-2
/
+2
2020-08-06
drm/nouveau: use new cleanup paths
Dave Airlie
1
-11
/
+30
2020-08-06
drm/vram_helper: call explicit mm takedown
Dave Airlie
1
-0
/
+1
2020-08-06
drm/vmwgfx: takedown vram manager
Dave Airlie
3
-11
/
+27
2020-08-06
drm/amdgpu/ttm: use new takedown path
Dave Airlie
4
-13
/
+29
2020-08-06
drm/ttm: start allowing drivers to use new takedown path (v2)
Dave Airlie
2
-7
/
+26
2020-08-06
drm/ttm: make some inline helper functions for cleanup paths. (v2)
Dave Airlie
1
-4
/
+2
2020-08-06
drm/ttm: pass man around instead of mem_type in some places
Dave Airlie
1
-8
/
+6
2020-08-06
drm/ttm: purge old manager init path.
Dave Airlie
2
-38
/
+10
2020-08-06
drm/ttm: convert system manager init to new code.
Dave Airlie
1
-13
/
+17
2020-08-06
drm/vmwgfx/ttm: switch gmrid allocator to new init paths.
Dave Airlie
3
-21
/
+19
2020-08-06
drm/vmwgfx/ttm: convert vram mm init to new code paths
Dave Airlie
3
-13
/
+28
2020-08-06
drm/nouveau: use new memory manager init paths
Dave Airlie
1
-24
/
+19
2020-08-06
drm/vram_helper: use new ttm manager init function
Dave Airlie
1
-2
/
+1
2020-08-06
drm/qxl/ttm: use new init path for manager
Dave Airlie
1
-2
/
+1
2020-08-06
drm/radeon: use new ttm man init path
Dave Airlie
1
-6
/
+4
[next]