index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panfrost
/
panfrost_job.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-08
drm/panfrost: Add support for devcoredump
Adrián Larumbe
1
-0
/
+3
2022-06-10
Merge tag 'drm-misc-fixes-2022-05-26' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-3
/
+3
2022-05-25
drm/panfrost: Job should reference MMU not file_priv
Steven Price
1
-3
/
+3
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-1
/
+1
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-0
/
+4
2022-02-23
drm/sched: Add device pointer to drm_gpu_scheduler
Jiawei Gu
1
-1
/
+1
2021-08-30
drm/panfrost: use scheduler dependency tracking
Daniel Vetter
1
-33
/
+5
2021-08-30
drm/sched: drop entity parameter from drm_sched_push_job
Daniel Vetter
1
-1
/
+1
2021-08-30
drm/sched: Split drm_sched_job_init
Daniel Vetter
1
-0
/
+2
2021-08-26
drm/panfrost: Use upper/lower_32_bits helpers
Alyssa Rosenzweig
1
-4
/
+4
2021-07-01
drm/panfrost: Queue jobs on the hardware
Steven Price
1
-117
/
+350
2021-07-01
drm/panfrost: Kill in-flight jobs on FD close
Boris Brezillon
1
-6
/
+36
2021-07-01
drm/panfrost: Don't reset the GPU on job faults unless we really have to
Boris Brezillon
1
-2
/
+14
2021-07-01
drm/panfrost: Make sure job interrupts are masked before resetting
Boris Brezillon
1
-5
/
+22
2021-07-01
drm/panfrost: Simplify the reset serialization logic
Boris Brezillon
1
-120
/
+66
2021-07-01
drm/panfrost: Use a threaded IRQ for job interrupts
Boris Brezillon
1
-15
/
+38
2021-07-01
drm/panfrost: Expose a helper to trigger a GPU reset
Boris Brezillon
1
-3
/
+1
2021-07-01
drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()
Boris Brezillon
1
-1
/
+1
2021-07-01
drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriate
Boris Brezillon
1
-1
/
+1
2021-07-01
drm/sched: Allow using a dedicated workqueue for the timeout/fault tdr
Boris Brezillon
1
-1
/
+2
2021-06-24
drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_priv
Boris Brezillon
1
-2
/
+2
2021-06-23
drm/panfrost: Fix implicit sync
Daniel Vetter
1
-3
/
+2
2021-06-23
drm/panfrost: Use xarray and helpers for depedency tracking
Daniel Vetter
1
-37
/
+28
2021-06-23
drm/panfrost: Shrink sched_lock
Daniel Vetter
1
-4
/
+3
2021-06-06
dma-buf: rename dma_resv_get_excl_rcu to _unlocked
Christian König
1
-1
/
+1
2021-02-05
drm/scheduler: provide scheduler score externally
Christian König
1
-1
/
+1
2021-01-29
drm/scheduler: Job timeout handler returns status (v3)
Luben Tuikov
1
-3
/
+6
2020-11-16
drm/panfrost: Move the GPU reset bits outside the timeout handler
Boris Brezillon
1
-62
/
+125
2020-11-03
drm/panfrost: Remove unused variables in panfrost_job_close()
Boris Brezillon
1
-2
/
+0
2020-10-30
drm/panfrost: Don't corrupt the queue mutex on open/close
Steven Price
1
-5
/
+6
2020-10-08
drm/panfrost: Fix job timeout handling
Boris Brezillon
1
-9
/
+53
2020-08-07
drm/panfrost: introduce panfrost_devfreq struct
Clément Péron
1
-3
/
+3
2020-08-07
drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idle
Clément Péron
1
-4
/
+0
2020-06-19
drm/panfrost: Fix runtime PM imbalance on error
Dinghao Liu
1
-1
/
+0
2020-06-19
drm/panfrost: Fix inbalance of devfreq record_busy/idle()
Steven Price
1
-2
/
+3
2020-05-20
drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-1
/
+1
2020-03-11
Merge v5.6-rc5 into drm-next
Dave Airlie
1
-5
/
+1
2020-02-20
Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2020-02-14
Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+6
2020-02-12
drm/panfrost: Remove set but not used variable 'bo'
YueHaibing
1
-5
/
+1
2020-02-12
Merge v5.6-rc1 into drm-misc-fixes
Maarten Lankhorst
1
-3
/
+5
2020-02-03
drm/panfrost: Make sure the shrinker does not reclaim referenced BOs
Boris Brezillon
1
-1
/
+6
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+5
2020-01-21
drm/panfrost: Add the panfrost_gem_mapping concept
Boris Brezillon
1
-1
/
+12
2020-01-21
drm/panfrost: Prefix interrupt handlers' names
Ezequiel Garcia
1
-1
/
+1
2019-12-19
drm/scheduler: rework entity creation
Nirmoy Das
1
-3
/
+5
2019-10-29
drm/panfrost: Simplify devfreq utilisation tracking
Steven Price
1
-8
/
+7
2019-10-09
drm/panfrost: Remove commented out call to panfrost_core_dump
Steven Price
1
-2
/
+0
2019-10-09
drm/panfrost: Handle resetting on timeout better
Steven Price
1
-5
/
+11
2019-08-30
drm/panfrost: Remove unnecessary hwaccess_lock spin_lock
Rob Herring
1
-4
/
+0
[next]