index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imagination
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Merge tag 'drm-fixes-2026-07-04' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
5
-22
/
+29
5 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
6 days
drm/imagination: Fix user array stride in pvr_set_uobj_array()
Shuvam Pandey
1
-7
/
+6
6 days
drm/imagination: Fix returned size for DRM_IOCTL_PVR_DEV_QUERY
Brajesh Gupta
2
-4
/
+8
6 days
drm/imagination: Fix double call to drm_sched_entity_fini()
Brajesh Gupta
3
-11
/
+15
2026-05-20
drm/imagination: Fix missing argument in pvr_power_fw_{en,dis}able()
Javier Martinez Canillas
1
-2
/
+2
2026-05-19
drm/imagination: Add support for trace points
Alexandru Dadu
6
-0
/
+134
2026-05-19
drm/imagination: Access FW initialised state with READ/WRITE_ONCE
Brajesh Gupta
4
-9
/
+9
2026-05-19
drm/imagination: Rename FW booted to FW initialised
Brajesh Gupta
5
-14
/
+17
2026-05-19
drm/imagination: Don't timeout job if its fence has been signaled
Brajesh Gupta
1
-1
/
+6
2026-05-19
drm/imagination: Populate FW common context ID before passing to the FW
Brajesh Gupta
1
-14
/
+16
2026-05-07
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2026-05-06
Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
6
-75
/
+110
2026-04-27
drm/imagination: Restrict init_fw_trace_mask module param to read only
Brajesh Gupta
1
-1
/
+1
2026-04-27
drm/imagination: Fix segfault when updating ftrace mask
Brajesh Gupta
1
-1
/
+1
2026-04-17
drm/imagination: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
1
-1
/
+0
2026-04-08
drm/imagination: Minor improvements to job submission code documentation
Alessio Belle
2
-22
/
+26
2026-04-08
drm/imagination: Update check to skip prepare_job() for fragment jobs
Alessio Belle
1
-5
/
+6
2026-04-08
drm/imagination: Move repeated job fence check to its own function
Alessio Belle
1
-5
/
+20
2026-04-08
drm/imagination: Rename fence returned by pvr_queue_job_arm()
Alessio Belle
3
-7
/
+7
2026-04-08
drm/imagination: Rename pvr_queue_fence_is_ufo_backed() to reflect usage
Alessio Belle
3
-10
/
+10
2026-04-08
drm/imagination: Skip check on paired job fence during job submission
Alessio Belle
1
-5
/
+6
2026-04-08
drm/imagination: Fit paired fragment job in the correct CCCB
Alessio Belle
1
-18
/
+14
2026-04-08
drm/imagination: Count paired job fence as dependency in prepare_job()
Alessio Belle
1
-4
/
+23
2026-03-31
BackMerge tag 'v7.0-rc6' into drm-next
Dave Airlie
2
-29
/
+39
2026-03-24
drm/imagination: Implement handling of context reset notification
Alexandru Dadu
4
-0
/
+136
2026-03-24
drm/imagination: Switch reset_reason fields from enum to u32
Alexandru Dadu
2
-3
/
+11
2026-03-24
drm/imagination: Add missing rogue context reset reasons
Alexandru Dadu
1
-0
/
+12
2026-03-23
drm/imagination: Skip 2nd thread DM association for non META Firmware
Brajesh Gupta
1
-6
/
+9
2026-03-23
drm/imagination: Improve firmware power off for layout_mars config
Brajesh Gupta
1
-28
/
+57
2026-03-17
drm/imagination: Disable interrupts before suspending the GPU
Alessio Belle
1
-10
/
+23
2026-03-17
drm/imagination: Synchronize interrupts before suspending the GPU
Alessio Belle
2
-20
/
+8
2026-03-17
drm/imagination: Fix deadlock in soft reset sequence
Alessio Belle
1
-1
/
+10
2026-03-11
drm/gem-shmem: Track folio accessed/dirty status in vmap
Thomas Zimmermann
1
-2
/
+4
2026-03-04
drm/imagination: Ensure struct pvr_device->power is initialized
Matt Coster
1
-15
/
+29
2026-03-04
drm/imagination: Detach pm domains if linking fails
Matt Coster
1
-0
/
+2
2026-03-04
drm/imagination: Check for NULL struct dev_pm_domain_list
Matt Coster
1
-2
/
+4
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
15
-31
/
+28
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
14
-25
/
+25
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
14
-30
/
+27
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
11
-273
/
+390
2026-02-10
drm/imagination: Mark FWCCB_CMD_UPDATE_STATS as known
Matt Coster
1
-0
/
+8
2026-02-10
drm/imagination: Improve handling of unknown FWCCB commands
Matt Coster
1
-2
/
+10
2026-02-06
drm/imagination: Use dev_pm_domain_attach_list()
Matt Coster
2
-57
/
+33
2026-02-04
Merge branch 'pm-runtime'
Rafael J. Wysocki
1
-2
/
+2
2026-01-28
BackMerge tag 'v6.19-rc7' into drm-next
Dave Airlie
2
-1
/
+18
2026-01-19
drm/imagination: Warn or error on unsupported hardware
Matt Coster
1
-1
/
+72
2026-01-19
drm/imagination: KUnit test for pvr_gpuid_decode_string()
Matt Coster
5
-2
/
+97
2026-01-19
drm/imagination: Add gpuid module parameter
Alexandru Dadu
2
-10
/
+114
2026-01-19
drm/imagination: Load FW trace config at init
Matt Coster
1
-2
/
+7
[next]