index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panfrost
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-14
/
+15
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2026-02-03
drm/pan*: don't abuse current->group_leader
Oleg Nesterov
-1
/
+1
2026-01-09
drm/panfrost: Fix a page leak in panfrost_mmu_map_fault_addr() when THP is on
Boris Brezillon
-15
/
+25
2025-12-21
drm/panfrost: Add GPU_PM_RT support for RZ/G3E SoC
Biju Das
-2
/
+3
2025-12-09
drm/panfrost: Bump the driver version to 1.6
Faith Ekstrand
-1
/
+4
2025-12-09
drm/panfrost: Add flag to map GEM object Write-Back Cacheable
Faith Ekstrand
-2
/
+45
2025-12-09
drm/panfrost: Add an ioctl to query BO flags
Boris Brezillon
-0
/
+33
2025-12-09
drm/panfrost: Add a PANFROST_SYNC_BO ioctl
Faith Ekstrand
-0
/
+137
2025-12-09
drm/panfrost: Expose the selected coherency protocol to the UMD
Boris Brezillon
-5
/
+33
2025-12-09
drm/panfrost: Provide a custom dma_buf implementation
Boris Brezillon
-0
/
+127
2025-12-08
drm/panfrost: Introduce huge tmpfs mountpoint option
Loïc Molinari
-0
/
+38
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
-0
/
+7
2025-10-20
drm/panfrost: Rename panfrost_job functions to reflect real role
Adrián Larumbe
-41
/
+41
2025-10-20
drm/panfrost: Remove unused device property
Adrián Larumbe
-2
/
+0
2025-10-20
drm/panfrost: Add forward declaration and types header
Adrián Larumbe
-0
/
+1
2025-10-20
drm/panfrost: Make re-enabling job interrupts at device reset optional
Adrián Larumbe
-13
/
+16
2025-10-20
drm/panfrost: Don't rework job IRQ enable mask in the enable path
Adrián Larumbe
-15
/
+8
2025-10-20
drm/panfrost: Handle page mapping failure
Adrián Larumbe
-5
/
+44
2025-10-20
drm/panfrost: Check sgt to know whether pages are already mapped
Adrián Larumbe
-5
/
+6
2025-10-20
drm/panfrost: Handle error when allocating AS number
Adrián Larumbe
-6
/
+17
2025-10-20
drm/panfrost: Handle job HW submit errors
Adrián Larumbe
-6
/
+18
2025-10-20
drm/panfrost: Handle inexistent GPU during probe
Adrián Larumbe
-2
/
+13
2025-10-20
drm/panfrost: Replace DRM driver allocation method with newer one
Adrián Larumbe
-157
/
+146
2025-10-09
drm/panfrost: Name scheduler queues after their job slots
Adrián Larumbe
-11
/
+15
2025-09-19
drm/panfrost: Bump the minor version number
Steven Price
-1
/
+1
2025-09-18
drm/panfrost: Display list of device JM contexts over debugfs
Boris Brezillon
-0
/
+96
2025-09-18
drm/panfrost: Expose JM context IOCTLs to UM
Boris Brezillon
-3
/
+33
2025-09-18
drm/panfrost: Introduce JM contexts for manging job resources
Boris Brezillon
-40
/
+215
2025-08-20
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-1
/
+1
2025-08-15
drm/panfrost: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-2
/
+0
2025-08-14
Merge tag 'drm-misc-next-fixes-2025-08-12' of https://gitlab.freedesktop.org/...
Dave Airlie
-1
/
+1
2025-08-12
drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file
Adrián Larumbe
-1
/
+1
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-37
/
+393
2025-07-15
drm/panfrost: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the reset
Maíra Canal
-4
/
+4
2025-07-15
drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET
Maíra Canal
-3
/
+3
2025-07-14
drm/panfrost: Fix scheduler workqueue bug
Philipp Stanner
-1
/
+1
2025-06-20
drm/panfrost: Add support for Mali on the MT8370 SoC
Louis-Alexis Eyraud
-0
/
+10
2025-06-20
drm/panfrost: Commonize Mediatek power domain array definitions
Louis-Alexis Eyraud
-15
/
+12
2025-06-20
drm/panfrost: Drop duplicated Mediatek supplies arrays
Louis-Alexis Eyraud
-13
/
+11
2025-06-02
drm/panfrost: Fix panfrost device variable name in devfreq
Adrián Larumbe
-2
/
+2
2025-06-02
drm/panfrost: show device-wide list of DRM GEM objects over DebugFS
Adrián Larumbe
-0
/
+236
2025-06-02
drm/panfrost: Add driver IOCTL for setting BO labels
Adrián Larumbe
-1
/
+45
2025-06-02
drm/panfrost: Internally label some BOs
Adrián Larumbe
-0
/
+12
2025-06-02
drm/panfrost: Add BO labelling to Panfrost
Adrián Larumbe
-0
/
+59
2025-05-28
drm/sched: Store the drm client_id in drm_sched_fence
Pierre-Eric Pelloux-Prayer
-1
/
+1
2025-04-28
drm/panfrost: reorder pd/clk/rst sequence
Philippe Simons
-19
/
+19
2025-04-28
drm/panfrost: add h616 compatible string
Philippe Simons
-0
/
+8
2025-04-28
drm/panfrost: Add PM runtime flag
Philippe Simons
-0
/
+36
[next]