aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)AuthorFilesLines
25 hoursMerge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds23-841/+2540
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig1-7/+6
2026-05-28drm/panthor: Reduce padding in gems debugfs for refcountNicolas Frattaroli1-4/+4
2026-05-28drm/panthor: Implement evicted status for GEM objectsNicolas Frattaroli2-4/+22
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter3-29/+22
2026-05-07drm/panthor: Avoid potential UAF due to memory reclaimAkash Goel1-5/+11
2026-05-07drm/panthor: Fix missing declaration for panthor_transparent_hugepagegyeyoung2-0/+3
2026-04-30drm/panthor: Use a local iomem base for MMU AS registersKarunika Choo2-20/+25
2026-04-30drm/panthor: Use a local iomem base for firmware control registersKarunika Choo2-14/+17
2026-04-30drm/panthor: Use a local iomem base for PWR registersKarunika Choo3-58/+79
2026-04-30drm/panthor: Use a local iomem base for GPU registersKarunika Choo3-47/+56
2026-04-30drm/panthor: Store IRQ register base iomem pointer in panthor_irqKarunika Choo8-20/+42
2026-04-30drm/panthor: Replace cross-component register accesses with helpersKarunika Choo8-37/+61
2026-04-30drm/panthor: Split register definitions by componentsKarunika Choo15-301/+318
2026-04-30drm/panthor: Pass an iomem pointer to GPU register access helpersKarunika Choo9-143/+146
2026-04-27Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-1/+20
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-1/+20
2026-04-17drm/panthor: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin2-2/+0
2026-04-13drm/panthor: Fix outdated function documentationAdrián Larumbe1-1/+1
2026-04-13drm/panthor: Extend VM locked region for remap case to be a supersetAdrián Larumbe1-0/+19
2026-04-08drm/panthor: Fix kernel-doc in panthor_sched.c so it's visibleSteven Price1-36/+36
2026-04-08drm/panthor: Fix kernel-doc warning in panthor_sched.cYicong Hui1-0/+3
2026-04-03drm/panthor: Add a GEM shrinkerAkash Goel6-38/+1027
2026-04-03drm/panthor: Track the number of mmap on a BOBoris Brezillon2-2/+43
2026-04-03drm/panthor: Split panthor_vm_prepare_map_op_ctx() to prepare for reclaimBoris Brezillon1-27/+41
2026-04-03drm/panthor: Lazily allocate pages on mmap()Boris Brezillon1-41/+73
2026-04-03drm/panthor: Part ways with drm_gem_shmem_objectBoris Brezillon7-169/+670
2026-04-03drm/panthor: Don't call drm_gpuvm_bo_extobj_add() if the object is privateBoris Brezillon1-3/+5
2026-04-03drm/panthor: Group panthor_kernel_bo_xxx() helpersBoris Brezillon1-106/+106
2026-04-03drm/panthor: Move panthor_gems_debugfs_init() to panthor_gem.cBoris Brezillon3-29/+29
2026-04-03drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma fieldBoris Brezillon1-5/+0
2026-03-24drm/panthor: extend timestamp query with flagsMarcin Slusarz1-6/+128
2026-03-24drm/panthor: correct firmware related messagesChristian Hewitt1-2/+2
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+5
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter1-4/+5
2026-03-11drm/panthor: Fix the "done_fence is initialized" detection logicBoris Brezillon1-1/+1
2026-03-05drm/panthor: Correct the order of arguments passed to gem_syncAkash Goel1-4/+5
2026-03-02drm/panthor: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard5-25/+23
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-3/+2
2026-02-21Convert '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-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-10/+0
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-23drm/panthor: Add src path to includes of panthor_gpu.oNicolas Frattaroli1-0/+2
2026-01-22drm/panthor: Add gpu_job_irq tracepointNicolas Frattaroli2-0/+41
2026-01-22drm/panthor: Add tracepoint for hardware utilisation changesNicolas Frattaroli5-0/+158
2026-01-22drm/panthor: Extend IRQ helpers for mask modification/restorationNicolas Frattaroli5-41/+97