summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)Author
7 daysdrm/panthor: Keep interrupts masked until they are neededBoris Brezillon
7 daysdrm/panthor: Interrupt group start/resumption if group_bind_locked() failsBoris Brezillon
7 daysdrm/panthor: Fix a leak when a group is evicted before the tiler OOM is servicedBoris Brezillon
7 daysdrm/panthor: Drop a needless check in panthor_fw_unplug()Boris Brezillon
7 daysdrm/panthor: Fix panthor_pwr_unplug()Boris Brezillon
7 daysdrm/panthor: Don't overrule pending immediate ticks in sched_resume_tick()Boris Brezillon
7 daysdrm/panthor: Fix theoretical IOMEM access in suspended stateBoris Brezillon
7 daysdrm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom()Boris Brezillon
7 daysdrm/panthor: Keep the reset work disabled until everything is initializedBoris Brezillon
7 daysdrm/panthor: Always use the IRQ-safe variant when acquiring the fence lockBoris Brezillon
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-05-28drm/panthor: Reduce padding in gems debugfs for refcountNicolas Frattaroli
2026-05-28drm/panthor: Implement evicted status for GEM objectsNicolas Frattaroli
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter
2026-05-07drm/panthor: Avoid potential UAF due to memory reclaimAkash Goel
2026-05-07drm/panthor: Fix missing declaration for panthor_transparent_hugepagegyeyoung
2026-04-30drm/panthor: Use a local iomem base for MMU AS registersKarunika Choo
2026-04-30drm/panthor: Use a local iomem base for firmware control registersKarunika Choo
2026-04-30drm/panthor: Use a local iomem base for PWR registersKarunika Choo
2026-04-30drm/panthor: Use a local iomem base for GPU registersKarunika Choo
2026-04-30drm/panthor: Store IRQ register base iomem pointer in panthor_irqKarunika Choo
2026-04-30drm/panthor: Replace cross-component register accesses with helpersKarunika Choo
2026-04-30drm/panthor: Split register definitions by componentsKarunika Choo
2026-04-30drm/panthor: Pass an iomem pointer to GPU register access helpersKarunika Choo
2026-04-27Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-17drm/panthor: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin
2026-04-13drm/panthor: Fix outdated function documentationAdrián Larumbe
2026-04-13drm/panthor: Extend VM locked region for remap case to be a supersetAdrián Larumbe
2026-04-08drm/panthor: Fix kernel-doc in panthor_sched.c so it's visibleSteven Price
2026-04-08drm/panthor: Fix kernel-doc warning in panthor_sched.cYicong Hui
2026-04-03drm/panthor: Add a GEM shrinkerAkash Goel
2026-04-03drm/panthor: Track the number of mmap on a BOBoris Brezillon
2026-04-03drm/panthor: Split panthor_vm_prepare_map_op_ctx() to prepare for reclaimBoris Brezillon
2026-04-03drm/panthor: Lazily allocate pages on mmap()Boris Brezillon
2026-04-03drm/panthor: Part ways with drm_gem_shmem_objectBoris Brezillon
2026-04-03drm/panthor: Don't call drm_gpuvm_bo_extobj_add() if the object is privateBoris Brezillon
2026-04-03drm/panthor: Group panthor_kernel_bo_xxx() helpersBoris Brezillon
2026-04-03drm/panthor: Move panthor_gems_debugfs_init() to panthor_gem.cBoris Brezillon
2026-04-03drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma fieldBoris Brezillon
2026-03-24drm/panthor: extend timestamp query with flagsMarcin Slusarz
2026-03-24drm/panthor: correct firmware related messagesChristian Hewitt
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter
2026-03-11drm/panthor: Fix the "done_fence is initialized" detection logicBoris Brezillon
2026-03-05drm/panthor: Correct the order of arguments passed to gem_syncAkash Goel
2026-03-02drm/panthor: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook