summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)Author
41 hoursdrm/panthor: Correct the order of arguments passed to gem_syncAkash Goel
13 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
13 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-03drm/pan*: don't abuse current->group_leaderOleg Nesterov
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie
2026-01-13drm/panthor: Implement reading shader_present from nvmemNicolas Frattaroli
2026-01-08drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()Alice Ryhl
2025-12-19drm/panthor: Support partial unmaps of huge pagesAdrián Larumbe
2025-12-19drm/panthor: Evict groups before VM terminationKetil Johnsen
2025-12-18drm/panthor: unlock on error in panthor_ioctl_bo_create()Dan Carpenter
2025-12-17drm/panthor: fix for dma-fence safe access rulesChia-I Wu
2025-12-17drm/panthor: Fix NULL pointer dereference on panthor_fw_unplugKarunika Choo
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2025-12-12Merge tag 'drm-misc-next-fixes-2025-12-10' of https://gitlab.freedesktop.org/...Dave Airlie
2025-12-09drm/panthor: Bump the driver version to 1.7Faith Ekstrand
2025-12-09drm/panthor: Add flag to map GEM object Write-Back CacheableLoïc Molinari
2025-12-09drm/panthor: Add an ioctl to query BO flagsBoris Brezillon
2025-12-09drm/panthor: Add a PANTHOR_BO_SYNC ioctlBoris Brezillon
2025-12-09drm/panthor: Expose the selected coherency protocol to the UMDBoris Brezillon
2025-12-09drm/panthor: Fix panthor_gpu_coherency_set()Boris Brezillon
2025-12-09drm/panthor: Provide a custom dma_buf implementationBoris Brezillon
2025-12-08drm/panthor: Introduce huge tmpfs mountpoint optionLoïc Molinari
2025-12-05drm/panthor: Enable timestamp propagationAshley Smith
2025-12-03drm/panthor: fix queue_reset_timeout_lockedChia-I Wu
2025-12-03drm/panthor: Remove redundant call to disable the MCUAkash Goel
2025-12-03drm/panthor: Unlock the locked region before disabling an ASBoris Brezillon
2025-12-03drm/panthor: Make sure caches are flushed/invalidated when an AS is recycledBoris Brezillon
2025-12-03drm/panthor: Drop a WARN_ON() in group_free_queue()Boris Brezillon
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2025-11-28drm/panthor: Kill panthor_sched_immediate_tick()Boris Brezillon
2025-11-28drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon
2025-11-28drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon
2025-11-28drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon
2025-11-28drm/panthor: Fix the group priority rotation logicBoris Brezillon
2025-11-28drm/panthor: Fix the full_tick checkBoris Brezillon
2025-11-28drm/panthor: Don't try to enable extract eventsBoris Brezillon
2025-11-28drm/panthor: Simplify group idleness trackingBoris Brezillon
2025-11-28drm/panthor: Relax a check in panthor_sched_pre_reset()Boris Brezillon
2025-11-28drm/panthor: Make panthor_vm_[un]map_pages() more robustBoris Brezillon
2025-11-28drm/panthor: Add support for atomic page table updatesBoris Brezillon
2025-11-28drm/panthor: Recover from panthor_gpu_flush_caches() failuresBoris Brezillon
2025-11-28drm/panthor: Kill lock_region()Boris Brezillon
2025-11-28drm/panthor: Always wait after sending a command to an ASBoris Brezillon
2025-11-28drm/panthor: Prevent potential UAF in group creationAkash Goel
2025-11-26drm/panthor: Reset queue slots if termination failsAshley Smith
2025-11-26drm/panthor: Make the timeout per-queue instead of per-jobAshley Smith
2025-11-26drm/panthor: Improve IOMMU map/unmap debugging logsLoïc Molinari
2025-11-26drm/panthor: Add support for Mali-G1 GPUsKarunika Choo