index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-22
drm/v3d: Idle AXI transactions before disabling the clock on suspend
Maíra Canal
3
-2
/
+11
2026-07-22
drm/v3d: Reach the GMP through the hub registers on V3D 7.x
Maíra Canal
1
-0
/
+12
2026-07-07
drm/v3d: Reject invalid indirect BO handle in indirect CSD setup
Maíra Canal
1
-0
/
+2
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
11
-116
/
+266
2026-06-04
drm/v3d: Fix global performance monitor reference counting
Maíra Canal
1
-5
/
+19
2026-06-03
drm/v3d: Skip CSD when it has zeroed workgroups
Maíra Canal
1
-3
/
+13
2026-06-03
drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroups
Maíra Canal
1
-1
/
+2
2026-06-01
drm/v3d: Clean caches before runtime suspend
Maíra Canal
1
-0
/
+2
2026-06-01
drm/v3d: Flush MMU TLB and cache during runtime resume
Maíra Canal
1
-9
/
+22
2026-06-01
drm/v3d: Wait for pending L2T flush before cleaning caches
Maíra Canal
1
-0
/
+8
2026-05-28
Merge v7.1-rc5 into drm-next
Simona Vetter
2
-18
/
+20
2026-05-18
drm/v3d: Release indirect CSD GEM reference on CPU job free
Maíra Canal
1
-0
/
+3
2026-05-18
drm/v3d: Fix use-after-free of CPU job query arrays on error path
Maíra Canal
2
-18
/
+17
2026-05-06
Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
11
-116
/
+251
2026-04-24
Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+5
2026-04-19
drm/v3d: Reject empty multisync extension to prevent infinite loop
Ashutosh Desai
1
-0
/
+5
2026-04-17
drm/v3d: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
1
-1
/
+0
2026-04-04
drm/v3d: Introduce Runtime Power Management
Maíra Canal
8
-59
/
+200
2026-04-04
drm/v3d: Allocate all resources before enabling the clock
Maíra Canal
4
-65
/
+61
2026-04-04
drm/v3d: Use devm_reset_control_get_optional_exclusive()
Maíra Canal
1
-8
/
+7
2026-03-13
drm/v3d: Remove dedicated fence_lock
Maíra Canal
3
-4
/
+1
2026-03-13
drm/v3d: Attach per-fd reset counters to v3d_stats
Tvrtko Ursulin
3
-35
/
+10
2026-03-13
drm/v3d: Hold v3d_stats references in each job
Tvrtko Ursulin
4
-37
/
+34
2026-03-13
drm/v3d: Refcount v3d_stats
Tvrtko Ursulin
5
-27
/
+84
2026-03-13
drm/v3d: Use raw seqcount helpers instead of fighting with lockdep
Tvrtko Ursulin
3
-45
/
+16
2026-03-13
drm/v3d: Handle error from drm_sched_entity_init()
Maíra Canal
1
-4
/
+12
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
5
-25
/
+14
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-3
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-8
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-25
/
+18
2026-02-02
drm/v3d: Replace IDR with XArray for perfmon tracking
Maíra Canal
2
-42
/
+20
2026-01-19
drm/v3d: Convert v3d logging to device-based DRM helpers
Maíra Canal
7
-54
/
+62
2026-01-19
drm/v3d: Consolidate CPU job validation in a function
Maíra Canal
1
-48
/
+26
2026-01-03
drm/v3d: Set DMA segment size to avoid debug warnings
Xiaolei Wang
1
-0
/
+2
2025-12-08
drm/gem: Get rid of *_with_mnt helpers
Loïc Molinari
1
-2
/
+1
2025-12-08
drm/v3d: Use huge tmpfs mountpoint helpers
Loïc Molinari
6
-80
/
+24
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
8
-0
/
+11
2025-10-10
Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
3
-1
/
+4
2025-10-03
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+2
2025-09-30
drm/v3d: create a dedicated lock for dma fence
Melissa Wen
3
-1
/
+4
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-7
/
+2
2025-08-29
drm/v3d: Protect per-fd reset counter against fd release
Maíra Canal
1
-13
/
+17
2025-08-29
drm/v3d: Synchronous operations can't timeout
Maíra Canal
1
-4
/
+4
2025-08-29
drm/v3d: Address race-condition between per-fd GPU stats and fd release
Maíra Canal
3
-9
/
+21
2025-08-29
drm/v3d: Replace a global spinlock with a per-queue spinlock
Maíra Canal
5
-21
/
+20
2025-08-29
drm/v3d: Store the active job inside the queue's state
Maíra Canal
4
-55
/
+38
2025-08-29
drm/v3d: Store a pointer to `struct v3d_file_priv` inside each job
Maíra Canal
3
-8
/
+8
2025-08-11
Merge drm/drm-next into drm-misc-n
Thomas Zimmermann
6
-16
/
+61
[next]