aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
8 daysmm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-1/+1
11 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds7-70/+262
12 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
13 daysBackMerge tag 'v7.2' into drm-nextDave Airlie5-16/+48
2026-08-11Revert "drm/panthor: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin2-0/+2
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+1
2026-08-06drm/panthor: Check VMA boundaries for PMD mappingsChristian A. Ehrhardt1-1/+5
2026-07-31drm/panthor: fix firmware control interface bounds checksOsama Abdelkader1-6/+13
2026-07-30drm/panthor: skip zero-sized firmware sectionsOsama Abdelkader1-0/+3
2026-07-29drm/panthor: Fix comment to reflect actual struct field nameAdrián Larumbe1-1/+1
2026-07-29drm/panthor: Add vm_bind region with kbo range overlap checkAdrián Larumbe1-0/+9
2026-07-29drm/panthor: validate firmware interface structure sizesOsama Abdelkader1-12/+24
2026-07-29drm/panthor: harden firmware build-info bounds checksOsama Abdelkader1-1/+2
2026-07-24drm/panthor: reject firmware sections with oversized dataOsama Abdelkader1-2/+9
2026-07-24drm/panthor: return PTR_ERR() from devm_drm_dev_alloc()Osama Abdelkader1-1/+1
2026-07-15drm/panthor: Check debugfs GEM lock initializationLinmao Li1-1/+4
2026-07-15drm/panthor: return error on truncated firmwareOsama Abdelkader1-0/+1
2026-07-09drm/panthor: Remove redundant drm_sched_job_cleanup() from the .free_job callbackTvrtko Ursulin1-1/+0
2026-07-07Merge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-13/+13
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie5-49/+225
2026-06-30drm/panthor: Fix NPD issue on partial unmap of an evicted BOAkash Goel1-13/+13
2026-06-30drm/panthor: Keep interrupts masked until they are neededBoris Brezillon5-10/+18
2026-06-30drm/panthor: Interrupt group start/resumption if group_bind_locked() failsBoris Brezillon1-1/+7
2026-06-30drm/panthor: Fix a leak when a group is evicted before the tiler OOM is servicedBoris Brezillon1-1/+2
2026-06-30drm/panthor: Drop a needless check in panthor_fw_unplug()Boris Brezillon1-3/+1
2026-06-30drm/panthor: Fix panthor_pwr_unplug()Boris Brezillon1-1/+2
2026-06-30drm/panthor: Don't overrule pending immediate ticks in sched_resume_tick()Boris Brezillon1-1/+8
2026-06-30drm/panthor: Fix theoretical IOMEM access in suspended stateBoris Brezillon1-3/+7
2026-06-30drm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom()Boris Brezillon1-1/+4
2026-06-30drm/panthor: Keep the reset work disabled until everything is initializedBoris Brezillon1-0/+4
2026-06-30drm/panthor: Always use the IRQ-safe variant when acquiring the fence lockBoris Brezillon1-43/+38
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-8/+7
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds23-841/+2540
2026-06-05drm/panthor: Bump the driver version to 1.9Adrián Larumbe1-1/+3
2026-06-05drm/panthor: Support sparse mappingsAdrián Larumbe3-26/+189
2026-06-05drm/panthor: Remove unused operation context fieldAdrián Larumbe1-8/+0
2026-06-05drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctxAdrián Larumbe1-13/+14
2026-06-05drm/panthor: Expose GPU page sizes to UMAdrián Larumbe3-1/+19
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig1-7/+6
2026-05-29drm: Remove DRIVER_GEM_GPUVA feature flagLaura Nao1-1/+1
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