index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panthor
/
panthor_sched.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-05
drm/panthor: Replace sleep locks with spinlocks in fdinfo path
Adrián Larumbe
1
-14
/
+12
2025-02-12
drm/sched: Use struct for drm_sched_init() params
Philipp Stanner
1
-11
/
+17
2025-02-07
drm/panthor: Fix race condition when gathering fdinfo group samples
Adrián Larumbe
1
-0
/
+2
2025-02-07
drm/panthor: Expose size of driver internal BO's over fdinfo
Adrián Larumbe
1
-1
/
+55
2025-01-13
drm/panthor: Remove dead code
Florent Tomasin
1
-3
/
+0
2024-12-17
drm/panthor: Report innocent group kill
Boris Brezillon
1
-0
/
+18
2024-12-11
drm/panthor: Be robust against resume failures
Boris Brezillon
1
-2
/
+2
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
Dave Airlie
1
-4
/
+16
2024-10-30
drm/panthor: Report group as timedout when we fail to properly suspend
Boris Brezillon
1
-4
/
+11
2024-10-30
drm/panthor: Fail job creation when the group is dead
Boris Brezillon
1
-0
/
+5
2024-10-11
Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-49
/
+337
2024-10-09
Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-2
/
+0
2024-10-09
Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-1
/
+1
2024-10-02
drm/panthor: add DRM fdinfo support
Adrián Larumbe
1
-0
/
+53
2024-10-02
drm/panthor: introduce job cycle and timestamp accounting
Adrián Larumbe
1
-49
/
+284
2024-10-01
drm/panthor: Don't add write fences to the shared BOs
Boris Brezillon
1
-6
/
+1
2024-10-01
drm/panthor: Don't declare a queue blocked if deferred operations are pending
Boris Brezillon
1
-1
/
+7
2024-10-01
drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()
Boris Brezillon
1
-2
/
+3
2024-10-01
Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
1
-2
/
+14
2024-09-25
drm/panthor: Add PANTHOR_GROUP_PRIORITY_REALTIME group priority
Mary Guillemard
1
-2
/
+0
2024-09-23
drm/panthor: Fix race when converting group handle to group object
Steven Price
1
-2
/
+14
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+1
2024-09-11
Merge v6.11-rc7 into drm-next
Simona Vetter
1
-1
/
+1
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
1
-1
/
+1
2024-09-05
drm/panthor: Restrict high priorities on group_create
Mary Guillemard
1
-1
/
+1
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Daniel Vetter
1
-1
/
+1
2024-07-25
drm/scheduler: remove full_recover from drm_sched_start
Christian König
1
-1
/
+1
2024-07-18
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+1
2024-07-04
drm/panthor: Record devfreq busy as soon as a job is started
Steven Price
1
-0
/
+1
2024-07-03
drm/panthor: Fix sync-only jobs
Boris Brezillon
1
-11
/
+33
2024-05-13
drm/panthor: Call panthor_sched_post_reset() even if the reset failed
Boris Brezillon
1
-5
/
+14
2024-05-13
drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level
Boris Brezillon
1
-6
/
+5
2024-05-13
drm/panthor: Force an immediate reset on unrecoverable faults
Boris Brezillon
1
-1
/
+10
2024-05-13
drm/panthor: Fix tiler OOM handling to allow incremental rendering
Antonino Maniscalco
1
-1
/
+6
2024-05-02
drm/panthor: Make sure we handle 'unknown group state' case properly
Boris Brezillon
1
-2
/
+35
2024-05-02
drm/panthor: Kill the faulty_slots variable in panthor_sched_suspend()
Boris Brezillon
1
-7
/
+3
2024-04-22
drm/panthor: clean up some types in panthor_sched_suspend()
Dan Carpenter
1
-1
/
+1
2024-04-03
drm/panthor: Don't return NULL from panthor_vm_get_heap_pool()
Harshit Mogalapalli
1
-1
/
+1
2024-04-03
drm/panthor: Fix some kerneldoc warnings
Liviu Dudau
1
-5
/
+3
2024-04-02
drm/panthor: Fix clang -Wunused-but-set-variable in tick_ctx_apply()
Nathan Chancellor
1
-2
/
+1
2024-03-01
drm/panthor: Add the scheduler logical block
Boris Brezillon
1
-0
/
+3502