summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-3/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-24/+23
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-02-03drm/pan*: don't abuse current->group_leaderOleg Nesterov1-1/+1
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie1-10/+0
2026-01-13drm/panthor: Implement reading shader_present from nvmemNicolas Frattaroli1-6/+30
2026-01-08drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()Alice Ryhl1-10/+0
2025-12-19drm/panthor: Support partial unmaps of huge pagesAdrián Larumbe1-8/+92
2025-12-19drm/panthor: Evict groups before VM terminationKetil Johnsen3-0/+19
2025-12-18drm/panthor: unlock on error in panthor_ioctl_bo_create()Dan Carpenter1-2/+4
2025-12-17drm/panthor: fix for dma-fence safe access rulesChia-I Wu1-0/+4
2025-12-17drm/panthor: Fix NULL pointer dereference on panthor_fw_unplugKarunika Choo1-4/+0
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard3-98/+59
2025-12-12Merge tag 'drm-misc-next-fixes-2025-12-10' of https://gitlab.freedesktop.org/...Dave Airlie1-4/+15
2025-12-09drm/panthor: Bump the driver version to 1.7Faith Ekstrand1-1/+5
2025-12-09drm/panthor: Add flag to map GEM object Write-Back CacheableLoïc Molinari3-5/+57
2025-12-09drm/panthor: Add an ioctl to query BO flagsBoris Brezillon1-0/+24
2025-12-09drm/panthor: Add a PANTHOR_BO_SYNC ioctlBoris Brezillon3-1/+127
2025-12-09drm/panthor: Expose the selected coherency protocol to the UMDBoris Brezillon2-2/+10
2025-12-09drm/panthor: Fix panthor_gpu_coherency_set()Boris Brezillon1-1/+1
2025-12-09drm/panthor: Provide a custom dma_buf implementationBoris Brezillon3-1/+122
2025-12-08drm/panthor: Introduce huge tmpfs mountpoint optionLoïc Molinari5-0/+39
2025-12-05drm/panthor: Enable timestamp propagationAshley Smith2-2/+4
2025-12-03drm/panthor: fix queue_reset_timeout_lockedChia-I Wu1-12/+12
2025-12-03drm/panthor: Remove redundant call to disable the MCUAkash Goel1-1/+0
2025-12-03drm/panthor: Unlock the locked region before disabling an ASBoris Brezillon1-0/+10
2025-12-03drm/panthor: Make sure caches are flushed/invalidated when an AS is recycledBoris Brezillon1-6/+20
2025-12-03drm/panthor: Drop a WARN_ON() in group_free_queue()Boris Brezillon1-3/+2
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie15-128/+1217
2025-11-28drm/panthor: Kill panthor_sched_immediate_tick()Boris Brezillon1-9/+2
2025-11-28drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon1-9/+34
2025-11-28drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon1-27/+17
2025-11-28drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon1-2/+7
2025-11-28drm/panthor: Fix the group priority rotation logicBoris Brezillon1-21/+31
2025-11-28drm/panthor: Fix the full_tick checkBoris Brezillon1-2/+5
2025-11-28drm/panthor: Don't try to enable extract eventsBoris Brezillon1-4/+2
2025-11-28drm/panthor: Simplify group idleness trackingBoris Brezillon1-29/+2
2025-11-28drm/panthor: Relax a check in panthor_sched_pre_reset()Boris Brezillon1-2/+0
2025-11-28drm/panthor: Make panthor_vm_[un]map_pages() more robustBoris Brezillon1-27/+54
2025-11-28drm/panthor: Add support for atomic page table updatesBoris Brezillon1-93/+97
2025-11-28drm/panthor: Recover from panthor_gpu_flush_caches() failuresBoris Brezillon1-7/+12
2025-11-28drm/panthor: Kill lock_region()Boris Brezillon1-10/+10
2025-11-28drm/panthor: Always wait after sending a command to an ASBoris Brezillon1-15/+12
2025-11-28drm/panthor: Prevent potential UAF in group creationAkash Goel1-4/+15
2025-11-26drm/panthor: Reset queue slots if termination failsAshley Smith1-2/+12
2025-11-26drm/panthor: Make the timeout per-queue instead of per-jobAshley Smith1-78/+199
2025-11-26drm/panthor: Improve IOMMU map/unmap debugging logsLoïc Molinari1-5/+14
2025-11-26drm/panthor: Add support for Mali-G1 GPUsKarunika Choo2-4/+32
2025-11-26drm/panthor: Support 64-bit endpoint_req register for Mali-G1Karunika Choo3-10/+72